Files
opensearch-pyd/CHANGELOG.md
T
b4bfde0e0b Added new OpenSearch versions and updated compatibility matrix (#257)
* Added new OpenSearch versions and updated compatibility matrix

Signed-off-by: saimedhi <[email protected]>

* Compatibility with OpenSearch 2.1.0 - 2.4.1

Signed-off-by: saimedhi <[email protected]>

Signed-off-by: saimedhi <[email protected]>
Co-authored-by: Daniel (dB.) Doubrovkine <[email protected]>
2023-01-05 15:46:52 -08:00

1.8 KiB

CHANGELOG

Inspired from Keep a Changelog

Unreleased

Added

Changed

Deprecated

Removed

Fixed

Security

2.0.1

Added

  • Added Point in time API rest API(#191)
  • Added pool_maxsize for RequestsHttpConnection (#216)
  • Github workflow for changelog verification (#218)
  • Added overload decorators to helpers-actions.pyi-"bulk" (#239)
  • Document Keberos authenticaion (214)
  • Add release workflows (#240)
  • Added SigV4 support for Async Opensearch Client (#254)
  • Compatibility with OpenSearch 2.1.0 - 2.4.1 (#257)

Changed

  • Updated getting started to user guide (#233)
  • Updated CA certificate handling to check OpenSSL environment variables before defaulting to certifi (#196)
  • Updates master to cluster_manager to be inclusive (#242)

Deprecated

Removed

Fixed

  • Fixed DeprecationWarning emitted from urllib3 1.26.13+ (#246)

Security