feat(AsyncOpenSearch): consistent pool_maxsize setting (#845)

Signed-off-by: samypr100 <3933065+samypr100@users.noreply.github.com>
This commit is contained in:
samypr100
2024-11-12 14:21:32 +00:00
committed by GitHub
parent 6fa54a719a
commit 1269cdc95a
6 changed files with 92 additions and 3 deletions
+1
View File
@@ -4,6 +4,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
### Added
- Added `AsyncSearch#collapse` ([827](https://github.com/opensearch-project/opensearch-py/pull/827))
- Support `pool_maxsize` in `AsyncOpenSearch` ([845](https://github.com/opensearch-project/opensearch-py/pull/845))
### Changed
### Deprecated
### Removed