[meta] 7.0.0 GA release
See original GitHub issueMeta ticket for 7.0.0 GA
PRs
- Secure String - https://github.com/elastic/elasticsearch-net/pull/3825
- Dynamic cluster state - https://github.com/elastic/elasticsearch-net/pull/3824
- Upgrade assistant - https://github.com/elastic/elasticsearch-net/pull/3822
- Serialisation - https://github.com/elastic/elasticsearch-net/pull/3815
- Low level deprecated paths - https://github.com/elastic/elasticsearch-net/pull/3814
- DiagnosticSource support
Other
- Check nuspec inclusion with DiagnosticSource
- Breaking changes list (generate from published artifact)
- Documentation change to 7.x
- Go through the Elasticsearch 7.0.0 release notes
- Write release notes for NEST / Elasticsearch.Net clients
- Blog post for release, major topics
- Serialisation
IsValid
changes- Types removal
- DiagnosticSource
- Namespacing (+Upgrade Assistant)
- Response Interfaces are gone
- High to Low level dispatch changes
- Ensure TODOs are addressed in codebase
- Check
Obsolete
usage - https://github.com/elastic/elasticsearch-net/pull/3880 - Review Target Frameworks (netstandard, check possiblity for net461 / netcoreapp2.2)
- Highlight field deserialisation refactoring
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
NET 7.0.0 - November 08, 2022
It is expected that the 7.3 GA release of PowerShell will be included in these images as part of the December servicing release....
Read more >7.0.0 Release Notes Red Hat JBoss Enterprise Application ...
These release notes contain important information related to Red Hat JBoss Enterprise Application Platform 7.0.
Read more >Beats version 7.0.0 | Beats Platform Reference [8.9]
The list below covers the changes during the 7.0.0-alpha1, -alpha2, -beta1, -rc1 and -rc2 releases. Also read Breaking changes for more detail about...
Read more >Release Notes
This document provides release notes for all (active) released versions of Continuent software. ... Tungsten Clustering 7.0.0 GA (29 Mar 2022); 1.5.
Read more >VMware vCenter Server 7.0 Update 3 Release Notes
The release notes cover the following topics: What's New; Earlier Releases of vCenter Server 7.0; Patches Contained in this Release; Product Support Notices ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Mpdreamz @codebrain do we want to consider the Diagnostics changes (https://github.com/elastic/elasticsearch-net/issues/3564) for 7.0 GA? Implementation may have impliciations the audit implementation
I have just installed the 7.0.0-beta1 and seen that all ElasticClient responses are concrete classes instead of interfaces.
We cannot mock the ElasticClient methods for unit testing anymore, because the response types have internal Set for their properties.
How would we create unit tests for types which use IElasticClient? Any idea?