Added support for the bucket aggregation. (#797)

Signed-off-by: dblock <dblock@amazon.com>
Co-authored-by: mckirk <mckirk@posteo.de>
This commit is contained in:
Daniel (dB.) Doubrovkine
2024-08-15 10:49:58 -04:00
committed by GitHub
parent be56ae82b8
commit def00facfb
3 changed files with 17 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
### Added
- Added support for the `multi_terms` bucket aggregation ([#797](https://github.com/opensearch-project/opensearch-py/pull/797))
### Changed
- Removed deprecated `numpy.float_` and update NumPy/Pandas imports ([#762](https://github.com/opensearch-project/opensearch-py/pull/762))
- Removed workaround for [aiohttp#1769](https://github.com/aio-libs/aiohttp/issues/1769) ([#794](https://github.com/opensearch-project/opensearch-py/pull/794))