pim-community-dev
pim-community-dev copied to clipboard
Bump elasticsearch/elasticsearch from 7.11.0 to 7.17.0
Bumps elasticsearch/elasticsearch from 7.11.0 to 7.17.0.
Release notes
Sourced from elasticsearch/elasticsearch's releases.
Release 7.17.0
This release is compatible with the latest Elasticsearch 7.17.0 released the 1st February 2022.
It includes the following fixes and improvements:
- Allow psr/log v3 #1184
Added the following new APIs 🎉 (1 stable):
- Ml.getModelSnapshotUpgradeStats: api spec, documentation
API changes
- Ml.forecast, added
bodyfor HTTP request where query parameters can be specified in the body- Ml.openJob, added
bodyfor HTTP request where query parameters can be specified in the body- Transform.deleteTransform, added the
timeoutparameter, (time) controls the time to wait for the transform deletion- Transform.previewTransform, added the
timeoutparameter, (time) Controls the time to wait for the preview- Transform.putTransform, added the
timeoutparameter, (time) Controls the time to wait for the transform to start- Transform.updateTransform, added the
timeoutparameter, (time) Controls the time to wait for the update- Transform.upgradeTransforms, added the
timeoutparameter, (time) Controls the time to wait for the upgradeRelease 7.16.0
This release is compatible with PHP 8.1 (thanks to
@karyna-tsymbal-atwix) and the latest Elasticsearch 7.16.0 released in 7th December 2021.It includes the following fixes and improvements:
- Added support of includePortInHostHeader in ClientBuilder::fromConfig #1181
- Fixed UTF-16 issue in SmartSerializer with single unpaired surrogate in unicode escape #1179
- Replace trait with abstract class to avoid Deprecated Functionality issue in PHP 8.1 #1175
Added the following new APIs 🎉 (4 stable, and 2 experimental):
Stable
- Indices.modifyDataStream: api spec, documentation
- Migration.getFeatureUpgradeStatus: api spec, documentation
- Migration.postFeatureUpgrade: api spec, documentation
- Transform.upgradeTransforms: api spec, documentation
Experimental
- Fleet.msearch: api spec, documentation
- Fleet.search: api spec, documentation
API changes
- deleteByQuery, removed
_source,_source_excludes,_source_includesparameters- openPointInTime, the parameter
keep_aliveis now required. Changed theindexparameter to be required (was optional)- Nodes.stats, added the
shardsoption to theindex_metricparameter- searchMvt, added the
track_total_hits(boolean|long) parameter. Indicate if the number of documents that match the query should be tracked. A number can also be specified, to accurately track the total hit count up to the number- termsEnum, this API is now stable
- updateByQuery, removed
_source,_source_excludes,_source_includesparameters
... (truncated)
Changelog
Sourced from elasticsearch/elasticsearch's changelog.
Release 7.17.0
- Allow psr/log v3 #1184
Release 7.16.0
- Added support of includePortInHostHeader in ClientBuilder::fromConfig #1181
- Fixed UTF-16 issue in SmartSerializer with single unpaired surrogate in unicode escape #1179
- Replace trait with abstract class to avoid Deprecated Functionality issue in PHP 8.1 #1175
Release 7.15.0
- Updated endpoints for Elasticsearch 7.15.0 995f6d4
Release 7.14.0
- Usage of psr/log version 2 #1154
- Update search iterators to send
scroll_idinside the request body #1134- Added the
ingest.geoip.downloader.enabled=falsesetting for ES 5867351- Removed phpcs for autogenerated files (endpoints) 651c57b
Release 7.13.1
- Added port in url for trace and logger messages #1126
Release 7.13.0
- (DOCS) Added the HTTP meta data section #1143
- Added support for API Compatibility Header #1142
- (DOCS) Added Helpers section to PHP book #1129
- Added the API description in phpdoc section for each endpoint 9e05c81
- Usage of PHPUnit 9 only + migrated xml configurations 038b5dd
Release 7.12.0
- Updated the endpoints for ES 7.12 + removed cpliakas/git-wrapper
... (truncated)
Commits
1890f9dUpdated BREAKING CHANGES with psr/log v3 support1c0d84bRecommend simpleConnectionPool for Cloud (#1193)dcb11e3add missing BC for version 6.8 (#1173)1597220Fixing typo in connecting.asciidoc (#1166)bb175b4Merge branch 'ruudk-patch-1' into 7.1767731d0Merge branch 'patch-1' of https://github.com/ruudk/elasticsearch-php into ruu...c759198Fixed VectorTile YAML tests quoting y275de8dUpdated APIs to 7.17.022f6b82Updated CI and github action to 7.17aa6c8cbUpdated PHP version matrix in README- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)