7.10.0-alpha2
Pre-release
Pre-release
Added
- Added support for Elasticsearch 7.10 APIs
- Added basic type stubs for static type checking and IDE auto-complete of API parameters (#1297, #1406)
- Added support for Optimistic Concurrency Control options (
_if_seq_no/_if_primary_term) to bulk helpers (#1387) - Added support for passing
_sourcewith"_op_type": "update"bulk helpers (#1387)
Removed
- Removed explicit
yarldependency from[async]extra to avoid issue where pip would overrideaiohttp's pin ofyarl. This was not a problem if you install with--use-feature=2020-resolver. Users should see no changes. (#1401)
Fixed
- Fixed bug where
Connection.log_request_failure()call would receive the compressed HTTP body rather than uncompressed when an error is raised forRequestsHttpConnection(#1394)