* 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]>
1.8 KiB
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
mastertocluster_managerto be inclusive (#242)
Deprecated
Removed
Fixed
- Fixed DeprecationWarning emitted from urllib3 1.26.13+ (#246)