Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@Yury-Fridlyand Yury-Fridlyand released this 08 Sep 20:50
· 360 commits to main since this release
c3614e4

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 - An Xunit 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

New Contributors

Full Changelog: 1.0.0...v1.1.0