Files
opensearch-pyd/CHANGELOG.md
T
Harsha Vamsi KalluriandGitHub cfb2cf7b60 Adding async support for AWSSigV4 (#254)
* Adding async support for AWSSigV4

Signed-off-by: Harsha Vamsi Kalluri <[email protected]>

* Fix names for connection classes

Signed-off-by: Harsha Vamsi Kalluri <[email protected]>

* Update tests to async name space

Signed-off-by: Harsha Vamsi Kalluri <[email protected]>

* Add import exceptions to python < 3.6

Signed-off-by: Harsha Vamsi Kalluri <[email protected]>

Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
2023-01-02 17:25:48 -05:00

1.6 KiB

CHANGELOG

Inspired from Keep a Changelog

Unreleased

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)

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