Files
opensearch-pyd/CHANGELOG.md
T

26 lines
1.3 KiB
Markdown
Raw Normal View History

# CHANGELOG
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
### 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))
- Added pool_maxsize for RequestsHttpConnection ([#216](https://github.com/opensearch-project/opensearch-py/pull/216))
- 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))
- 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))
### Changed
- Updated getting started to user guide ([#233](https://github.com/opensearch-project/opensearch-py/pull/233))
- 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))
### Deprecated
### Removed
### Fixed
### Security
[Unreleased]: https://github.com/opensearch-project/opensearch-py/compare/2.0...HEAD