2022-10-20 11:48:53 -07:00
# CHANGELOG
Inspired from [Keep a Changelog ](https://keepachangelog.com/en/1.0.0/ )
## [Unreleased]
### Added
2023-01-03 12:24:25 -08:00
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [2.0.1]
### Added
2022-11-02 11:49:31 +05:30
- Added Point in time API rest API([#191 ](https://github.com/opensearch-project/opensearch-py/pull/191 ))
2022-12-02 00:54:59 +05:30
- Added pool_maxsize for RequestsHttpConnection ([#216 ](https://github.com/opensearch-project/opensearch-py/pull/216 ))
2022-10-20 11:48:53 -07:00
- Github workflow for changelog verification ([#218 ](https://github.com/opensearch-project/opensearch-py/pull/218 ))
2022-11-23 11:04:05 -08:00
- Added overload decorators to helpers-actions.pyi-"bulk" ([#239 ](https://github.com/opensearch-project/opensearch-py/pull/239 ))
2022-12-01 20:22:49 +01:00
- Document Keberos authenticaion ([214 ](https://github.com/opensearch-project/opensearch-py/pull/214 ))
2022-11-28 14:29:22 -08:00
- Add release workflows ([#240 ](https://github.com/opensearch-project/opensearch-py/pull/240 ))
2023-01-02 14:25:48 -08:00
- Added SigV4 support for Async Opensearch Client ([#254 ](https://github.com/opensearch-project/opensearch-py/pull/254 ))
2023-01-05 15:46:52 -08:00
- Compatibility with OpenSearch 2.1.0 - 2.4.1 ([#257 ](https://github.com/opensearch-project/opensearch-py/pull/257 ))
2022-10-20 11:48:53 -07:00
### Changed
2022-11-04 15:06:07 -07:00
- Updated getting started to user guide ([#233 ](https://github.com/opensearch-project/opensearch-py/pull/233 ))
2022-11-22 11:33:45 -05:00
- Updated CA certificate handling to check OpenSSL environment variables before defaulting to certifi ([#196 ](https://github.com/opensearch-project/opensearch-py/pull/196 ))
2022-11-28 14:29:37 -08:00
- Updates `master` to `cluster_manager` to be inclusive ([#242 ](https://github.com/opensearch-project/opensearch-py/pull/242 ))
2022-10-20 11:48:53 -07:00
### Deprecated
### Removed
### Fixed
2022-12-01 19:26:24 +00:00
- Fixed DeprecationWarning emitted from urllib3 1.26.13+ ([#246 ](https://github.com/opensearch-project/opensearch-py/pull/246 ))
2022-10-20 11:48:53 -07:00
### Security
2022-12-01 20:22:49 +01:00
[Unreleased]: https://github.com/opensearch-project/opensearch-py/compare/2.0...HEAD
2023-01-03 12:24:25 -08:00
[2.0.1]: https://github.com/opensearch-project/opensearch-py/compare/2.0...HEAD