Bump elasticsearch from 7.10.0 to 7.11.0
Bumps elasticsearch from 7.10.0 to 7.11.0.
Release notes
Sourced from elasticsearch's releases.
7.11.0
Client
Added
- Added the
X-Elastic-Client-Meta
HTTP header and themeta_header
parameter for controlling the header (#1473)- Added
ElasticsearchWarning
which is raised when theWarning
HTTP header is returned from Elasticsearch.ElasticsearchDeprecationWarning
is now an alias for this warning type (#1495)APIs
Async Search
- Added the
async_search.status
APIAutoscaling
- Added the
autoscaling.get_autoscaling_capacity
experimental API- Removed the
autoscaling.get_autoscaling_decision
experimental APICat
- Changed
cat.tasks
API parametersnode_id
andparent_task
tonodes
andparent_task_id
Cluster
- Changed
cluster.delete_component_template
,cluster.exists_component_template
, andcluster.get_component_template
,cluster.put_component_template
APIs from experimental to stableEQL
- Changed
eql.delete
,eql.get
,eql.search
APIs from beta to stableIndices
- Added
indices.migrate_to_data_stream
API- Added
indices.promote_data_stream
API- Added
expand_wildcards
parameter to theindices.delete_data_stream
andindices.get_data_stream
APIs- Changed
indices.delete_index_template
,indices.exists_index_template
,indices.get_index_template
,indices.put_index_template
,indices.simulate_index_template
, andindices.simulate_template
APIs moved from experimental to stableMachine Learning
- Added
ml.upgrade_job_snapshot
API- Added
exclude_generated
parameter toml.get_data_frame_analytics
,ml.get_datafeeds
,ml.get_jobs
, andml.get_trained_models
APIs- Changed
ml.delete_data_frame_analytics
,ml.delete_trained_model
,ml.explain_data_frame_analytics
,ml.get_data_frame_analytics
,ml.get_data_frame_analytics_stats
,ml.get_trained_models
,ml.get_trained_models_stats
,ml.put_data_frame_analytics
,ml.put_trained_model
,ml.start_data_frame_analytics
,ml.stop_data_frame_analytics
,ml.update_data_frame_analytics
APIs from experimental to betaRollup
- Added
rollup.rollup
APITransform
... (truncated)
Changelog
Sourced from elasticsearch's changelog.
7.11.0 (2021-02-10)
- Added support for 7.11 APIs
- Added the
X-Elastic-Client-Meta
HTTP header and themeta_header
parameter for controlling the header ([#1473](https://github.com/elastic/elasticsearch-py/issues/1473)
_)- Added
ElasticsearchWarning
which is raised when theWarning
HTTP header is returned from Elasticsearch.ElasticsearchDeprecationWarning
is now an alias for this warning type ([#1495](https://github.com/elastic/elasticsearch-py/issues/1495)
_).. _#1473: https://github.com/elastic/elasticsearch-py/pull/1473 .. _#1495: https://github.com/elastic/elasticsearch-py/pull/1495
7.10.1 (2020-12-09)
- Fixed issue where the Scan helper would fail if a
scroll
response returned without a value for_shards.skipped
([#1451](https://github.com/elastic/elasticsearch-py/issues/1451)
_)- Fixed handling of IPv6 hosts with a port in the computed
Connection.host
property ([#1460](https://github.com/elastic/elasticsearch-py/issues/1460)
_)- Fixed documented task management API stability, should have been as "experimental" (
[#1471](https://github.com/elastic/elasticsearch-py/issues/1471)
_)- Changed deprecated
collections.Mapping
in favor ofcollections.abc.Mapping
for Python 3.9 ([#1443](https://github.com/elastic/elasticsearch-py/issues/1443)
_).. _#1443: https://github.com/elastic/elasticsearch-py/pull/1443 .. _#1451: https://github.com/elastic/elasticsearch-py/pull/1451 .. _#1460: https://github.com/elastic/elasticsearch-py/pull/1460 .. _#1471: https://github.com/elastic/elasticsearch-py/pull/1471
Commits
-
ac8a4e8
Release 7.11.0 -
f509f10
[7.11] Fix config of client pytest fixtures -
fa39846
Bump version to 7.11.0 -
6d3bc61
Release 7.11.0b1 -
206999f
[7.11] [CI] Update integration test suite with new Docker distribution format -
f5e441d
[7.11] Implement 'arbitrary_key' feature for REST API tests -
f838e70
[7.11] Implement 'contains' feature for REST API tests -
49181f5
[7.11] Fix async documentation link -
04689e3
[7.11] Use gzip to compress the release tarball -
36d0837
[7.11] Use ElasticsearchWarning instead of ElasticsearchDeprecationWarning - Additional commits viewable in compare view