Release 1.1.0
OpenSearch .Net client v.1.1.0
Full support of all OpenSearch 1.x versions and 2.x up to 2.2.0 as of release date.
It is available to download from Nuget.
Features
- OpenSearch 2.x support (#51).
Infrastructure
- Abstractions library merged to the client repo. It is used in automated tests and contains the following modules:
OpenSearch.OpenSearch.Ephemeral
- A toolchain to bootstrap and run OpenSearch clusters with ease.OpenSearch.OpenSearch.Managed
- A control utility to start/stop existing OpenSearch nodes.OpenSearch.OpenSearch.Xunit
- AnXunit
extension for executing integration tests.OpenSearch.Stack.ArtifactsApi
- A library to fetch the released artifacts.
- Licence header template was updated in #78.
What's Changed
- Documentation link update by @kolchfa-aws in #85
- Update nuget packages by @Yury-Fridlyand in #88
- Support OpenSearch 2.0 in .net client by @Yury-Fridlyand in #51
- Improve License Header Check by @tfarrep in #78
- Use local abstractions sources instead of packages by @Yury-Fridlyand in #92
- Bump the version, backport #93 to 1.1.0. by @Yury-Fridlyand in #94
New Contributors
Full Changelog: 1.0.0...v1.1.0