Bumps elasticsearch[async] from 7.17.1 to 8.1.2.
Release notes
Sourced from elasticsearch[async]'s releases.
8.1.2
Client
- Client is compatible with Elasticsearch 8.1.2
8.1.1
Documents
- Changed the
source
and dest
parameters of the reindex
API to be required.
Mappings
- Changed the
fields
parameter of the field_caps
API to be required.
8.1.0
Transforms
- Added the
transform.reset_transform
API
8.0.1
Client
- Fixed the
sort
parameter of multiple APIs to serialize in the query string when using the shorthand form
Indices
- Fixed the
index
parameter to be required for the indices.field_usage_stats
API
SQL
- Added the
catalog
, keep_alive
, keep_on_completion
, params
, runtime_mappings
, and wait_for_completion_timeout
parameters to the sql.query
API
8.0.0
:warning: v8.0.0 is a new major release and contains some breaking changes.
For information on how migrate your application from v7.x to v8.0.0 you can read the migration guide here.
Client
Added
- Added the top-level
.options()
method to Elasticsearch
and AsyncElasticsearch
for modifying transport options.
- Added parameters corresponding to JSON request body fields for all APIs
- Added
basic_auth
parameter for specifying username and password authentication
- Added
bearer_auth
parameter for specifying an HTTP bearer token or service token
- Added the
meta
property to ApiError
to access the HTTP response metadata of an error.
- Added a check that a compatible version of the
elastic-transport
package is installed.
Changed
- Changed the transport layer to use the
elastic-transport
package
... (truncated)
Commits
a8e4a32
[8.1] Add release notes for 8.1.1
24b89ec
[8.1] [DOCS] Fixes ES startup code block markdown
04dbec1
[8.1] Change 'Connecting' section to make connecting to SOBD clusters easier
2265b4f
Bump version to 8.1.2
878f2ab
Update APIs to 8.1-SNAPSHOT
a52999c
Bump version to 8.1.1
7d7b8ed
Update APIs to 8.1-SNAPSHOT
eef5ba0
[8.1] Add release notes for 7.17.1
e891c09
[8.1] Serialize 'sort' parameter into query when using shorthand format
60a5830
[8.1] Add 8.0.0 release notes to elastic.co/guide
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it
@dependabot merge
will merge this PR after your CI passes on it
@dependabot squash and merge
will squash and merge this PR after your CI passes on it
@dependabot cancel merge
will cancel a previously requested merge and block automerging
@dependabot reopen
will reopen this PR if it is closed
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependencies python