-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[meta] 7.3 Release #4001
Comments
russcam
added a commit
that referenced
this issue
Aug 28, 2019
Relates: #4001 This commit adds the minimum_interval property to auto date histogram aggregation. A new enum needs to be introduced for this as DateInterval contains values that are invalid for the minimum_interval.
russcam
added a commit
that referenced
this issue
Aug 28, 2019
Relates: #4001 This commit implements the Rare terms aggregations. Rare term buckets only expose key and doc_count, so a new RareTermsBucket<TKey> type is used.
russcam
added a commit
that referenced
this issue
Aug 29, 2019
russcam
added a commit
that referenced
this issue
Aug 29, 2019
Relates #4001 This commit adds support for the flattened data type introduced in 7.3.0 and basic.
russcam
added a commit
that referenced
this issue
Aug 30, 2019
Relates: #4001 This commit adds wildcard and prefix rules support to the Intervals query. Neither wildcard or prefix rules support filters, so a new IIntervalsNoFilter interface is introduced for these rules. Added TODO to consolidate rules in 8.0
This was referenced Aug 30, 2019
russcam
added a commit
that referenced
this issue
Aug 30, 2019
russcam
added a commit
that referenced
this issue
Aug 30, 2019
Relates: #4001 This commit adds the minimum_interval property to auto date histogram aggregation. A new enum needs to be introduced for this as DateInterval contains values that are invalid for the minimum_interval.
russcam
added a commit
that referenced
this issue
Aug 30, 2019
Relates: #4001 This commit implements the Rare terms aggregations. Rare term buckets only expose key and doc_count, so a new RareTermsBucket<TKey> type is used.
russcam
added a commit
that referenced
this issue
Aug 30, 2019
russcam
added a commit
that referenced
this issue
Aug 30, 2019
russcam
added a commit
that referenced
this issue
Aug 30, 2019
russcam
added a commit
that referenced
this issue
Aug 30, 2019
* Add support for flattened datatype Relates #4001 This commit adds support for the flattened data type introduced in 7.3.0 and basic.
russcam
added a commit
that referenced
this issue
Aug 30, 2019
russcam
added a commit
that referenced
this issue
Aug 30, 2019
* Add wildcard and prefix interval rules Relates: #4001 This commit adds wildcard and prefix rules support to the Intervals query. Neither wildcard or prefix rules support filters, so a new IIntervalsNoFilter interface is introduced for these rules. Added TODO to consolidate rules in 8.0 Co-Authored-By: Stuart Cam <[email protected]>
russcam
added a commit
that referenced
this issue
Aug 30, 2019
* Add wildcard and prefix interval rules Relates: #4001 This commit adds wildcard and prefix rules support to the Intervals query. Neither wildcard or prefix rules support filters, so a new IIntervalsNoFilter interface is introduced for these rules. Added TODO to consolidate rules in 8.0 Co-Authored-By: Stuart Cam <[email protected]> (cherry picked from commit c26530b)
russcam
added a commit
that referenced
this issue
Sep 1, 2019
russcam
added a commit
that referenced
this issue
Sep 2, 2019
Relates: #4001 This commit adds voting_only to ClusterNodeStats and XPackUsageResponse. VotingOnly is supported only in the default distribution
russcam
added a commit
that referenced
this issue
Sep 2, 2019
Relates: #4001 This commit adds features to XPackUsage and XPackInfo responses
russcam
added a commit
that referenced
this issue
Sep 2, 2019
Relates: #4001 Relates: elastic/elasticsearch#39687 This commit adds shards_acknowledged and indices resuls to CloseIndexResponse.
russcam
added a commit
that referenced
this issue
Sep 3, 2019
Relates: #4001 This commit introduces Foreach on Watcher actions, to allow execution of the Watcher action on each element in an array specified by the path assigned to foreach. Add condition to Watcher actions and ensure condition and transform are serialized. Add integration test for Action foreach, transform and condition.
russcam
added a commit
that referenced
this issue
Sep 3, 2019
Relates: #4001 This commit adds timing stats to Machine Learning job stats
russcam
added a commit
that referenced
this issue
Sep 3, 2019
Relates: #4001 This commit adds MaximumDocuments property to ReindexOnServer API and deprecates Size.
russcam
added a commit
that referenced
this issue
Sep 3, 2019
Relates: #4001 This commit adds voting_only to ClusterNodeStats and XPackUsageResponse. VotingOnly is supported only in the default distribution
russcam
added a commit
that referenced
this issue
Sep 3, 2019
russcam
added a commit
that referenced
this issue
Sep 4, 2019
Relates: #4001 This commit adds timing stats to Machine Learning job stats
russcam
added a commit
that referenced
this issue
Sep 4, 2019
russcam
added a commit
that referenced
this issue
Sep 4, 2019
* Add max_docs and slice to ReindexOnServer,UpdateByQuery,DeleteByQuery APIs Relates: #4001 This commit - adds MaximumDocuments property to ReindexOnServer API and deprecates Size. - adds support for Slice and MaximumDocuments to UpdateByQuery and DeleteByQuery APIs
russcam
added a commit
that referenced
this issue
Sep 4, 2019
* Add max_docs and slice to ReindexOnServer,UpdateByQuery,DeleteByQuery APIs Relates: #4001 This commit - adds MaximumDocuments property to ReindexOnServer API and deprecates Size. - adds support for Slice and MaximumDocuments to UpdateByQuery and DeleteByQuery APIs (cherry picked from commit 898a5b9)
russcam
added a commit
that referenced
this issue
Sep 4, 2019
) Relates: #4001 Relates: elastic/elasticsearch#39687 This commit adds shards_acknowledged and indices resuls to CloseIndexResponse.
russcam
added a commit
that referenced
this issue
Sep 4, 2019
) Relates: #4001 Relates: elastic/elasticsearch#39687 This commit adds shards_acknowledged and indices resuls to CloseIndexResponse. (cherry picked from commit 169b784)
russcam
added a commit
that referenced
this issue
Sep 4, 2019
* Allow execution of each Watcher action in array Relates: #4001 This commit introduces Foreach on Watcher actions, to allow execution of the Watcher action on each element in an array specified by the path assigned to foreach. Add condition to Watcher actions and ensure condition and transform are serialized. Add integration test for Action foreach, transform and condition.
russcam
added a commit
that referenced
this issue
Sep 4, 2019
* Allow execution of each Watcher action in array Relates: #4001 This commit introduces Foreach on Watcher actions, to allow execution of the Watcher action on each element in an array specified by the path assigned to foreach. Add condition to Watcher actions and ensure condition and transform are serialized. Add integration test for Action foreach, transform and condition. (cherry picked from commit 8acde7e)
russcam
added a commit
that referenced
this issue
Sep 4, 2019
Relates: #4001 This commit adds features to XPackUsage and XPackInfo responses
russcam
added a commit
that referenced
this issue
Sep 4, 2019
7.3.0 is now released on Nuget. Closing this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
breaking-7.3.0
Breaking changes
Data Frame
- [x ] Removing format support in date_histogram group_by http://github.com/elastic/elasticsearch/pull/43659Data Frame APIs not implementeddeprecation-7.3.0
Deprecations
Features/Java High Level REST Client
- [x] Deprecate native code info in xpack info api http://github.com/elastic/elasticsearch/pull/43297N/AMapping
- [x] Deprecate support for chained multi-fields. http://github.com/elastic/elasticsearch/pull/41926 (issue: http://github.com/elastic/elasticsearch/issues/41267)no change neededSearch
feature-7.3.0
New features
Aggregations
auto_date_histogram
. http://github.com/elastic/elasticsearch/pull/42814 (issue: http://github.com/elastic/elasticsearch/issues/41757)Data Frame
- [x] Add sync api http://github.com/elastic/elasticsearch/pull/41800Data Frame APIs not implementedMachine Learning
- [x] Machine learning data frame analytics http://github.com/elastic/elasticsearch/pull/43544Data Frame APIs not implementedMapping
Ranking
- [x] Move dense_vector and sparse_vector to module http://github.com/elastic/elasticsearch/pull/43280N/ASearch
- [x] Add an option to force the numeric type of a field sort http://github.com/elastic/elasticsearch/pull/38095 (issue: http://github.com/elastic/elasticsearch/issues/32601)Went into Elasticsearch v7.2.0enhancement-7.3.0
Enhancements
Analysis
- [x] Return reloaded analyzers in _reload_search_ananlyzer response http://github.com/elastic/elasticsearch/pull/43813 (issue: http://github.com/elastic/elasticsearch/issues/43804)Experimental- [x] Allow reloading of search time analyzers http://github.com/elastic/elasticsearch/pull/43313 (issue: http://github.com/elastic/elasticsearch/issues/29051)Experimental- [x] Allow reloading of search time analyzers http://github.com/elastic/elasticsearch/pull/42888 (issue: http://github.com/elastic/elasticsearch/issues/29051)Experimental- [x] Allow reloading of search time analyzers http://github.com/elastic/elasticsearch/pull/42669 (issue: http://github.com/elastic/elasticsearch/issues/29051)ExperimentalCCR
Cluster Coordination
Data Frame
- [ ] Add a frequency option to transform config, default 1m http://github.com/elastic/elasticsearch/pull/44120N/A- [ ] Add node attr to GET _stats http://github.com/elastic/elasticsearch/pull/43842 (issue: http://github.com/elastic/elasticsearch/issues/43743)N/A- [ ] Add deduced mappings to _preview response payload http://github.com/elastic/elasticsearch/pull/43742 (issue: http://github.com/elastic/elasticsearch/issues/39250)N/A- [ ] Add support for allow_no_match for endpoints http://github.com/elastic/elasticsearch/pull/43490 (issue: http://github.com/elastic/elasticsearch/issues/42766)N/A- [ ] Add version and create_time to transform config http://github.com/elastic/elasticsearch/pull/43384 (issue: http://github.com/elastic/elasticsearch/issues/43037)N/A- [ ] Have sum map to a double to prevent overflows http://github.com/elastic/elasticsearch/pull/43213N/A- [ ] Add new pipeline field to dest config http://github.com/elastic/elasticsearch/pull/43124 (issue: http://github.com/elastic/elasticsearch/issues/43061)N/A- [ ] Add support for weighted_avg agg http://github.com/elastic/elasticsearch/pull/42646N/ADistributed
Features/Indices APIs
- [ ] Remove "template" field in IndexTemplateMetaData http://github.com/elastic/elasticsearch/pull/42099 (issue: http://github.com/elastic/elasticsearch/issues/38502)N/AFeatures/Watcher
Infra/Core
- [ ] Deprecation info for joda-java migration on 7.x http://github.com/elastic/elasticsearch/pull/42659 (issue: http://github.com/elastic/elasticsearch/issues/42010)N/AMachine Learning
- [ ] Add version and create_time to data frame analytics config http://github.com/elastic/elasticsearch/pull/43683N/A- [ ] Adding support for geo_shape, geo_centroid, geo_point in datafeeds http://github.com/elastic/elasticsearch/pull/42969 (issue: http://github.com/elastic/elasticsearch/issues/42820)N/A- [ ] Add earliest and latest timestamps to field stats in find_file_structure response http://github.com/elastic/elasticsearch/pull/42890Find File Structure API not implementedMapping
- [ ] Add dims parameter to dense_vector mapping http://github.com/elastic/elasticsearch/pull/43444Dense vecotr field mapping still experimentalReindex
Snapshot/Restore
- [ ] Add SAS Token Authentication Support to Azure Repo Plugin http://github.com/elastic/elasticsearch/pull/42982 (issue: http://github.com/elastic/elasticsearch/issues/42117)No change needed, Config onlybug-7.3.0
Bug fixes
Analysis
- [ ] Issue deprecation warnings for preconfigured delimited_payload_filter http://github.com/elastic/elasticsearch/pull/43684 (issues: http://github.com/elastic/elasticsearch/issues/26625, http://github.com/elastic/elasticsearch/issues/43568)Infra/REST API
Recovery
detailed
params http://github.com/elastic/elasticsearch/pull/29076 (issue: http://github.com/elastic/elasticsearch/issues/28910)Other
[ ] Look into removing test skips related to: elastic/elasticsearch#44320 (comment)
The text was updated successfully, but these errors were encountered: