Skip to content
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

Closed
16 tasks done
Mpdreamz opened this issue Aug 7, 2019 · 1 comment
Closed
16 tasks done

[meta] 7.3 Release #4001

Mpdreamz opened this issue Aug 7, 2019 · 1 comment

Comments

@Mpdreamz
Copy link
Member

Mpdreamz commented Aug 7, 2019

breaking-7.3.0

Breaking changes

Data Frame

- [x ] Removing format support in date_histogram group_by http://github.com/elastic/elasticsearch/pull/43659 Data Frame APIs not implemented

deprecation-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/43297 N/A

Mapping

- [x] Deprecate support for chained multi-fields. http://github.com/elastic/elasticsearch/pull/41926 (issue: http://github.com/elastic/elasticsearch/issues/41267) no change needed

Search

feature-7.3.0

New features

Aggregations

Data Frame

- [x] Add sync api http://github.com/elastic/elasticsearch/pull/41800 Data Frame APIs not implemented

Machine Learning

- [x] Machine learning data frame analytics http://github.com/elastic/elasticsearch/pull/43544 Data Frame APIs not implemented

Mapping

Ranking

- [x] Move dense_vector and sparse_vector to module http://github.com/elastic/elasticsearch/pull/43280 N/A

Search

enhancement-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) Experimental

CCR

Cluster Coordination

Data Frame

- [ ] Add a frequency option to transform config, default 1m http://github.com/elastic/elasticsearch/pull/44120 N/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/43213 N/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/42646 N/A

Distributed

Features/Indices APIs

- [ ] Remove "template" field in IndexTemplateMetaData http://github.com/elastic/elasticsearch/pull/42099 (issue: http://github.com/elastic/elasticsearch/issues/38502) N/A

Features/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/A

Machine Learning

- [ ] Add version and create_time to data frame analytics config http://github.com/elastic/elasticsearch/pull/43683 N/A

Mapping

- [ ] Add dims parameter to dense_vector mapping http://github.com/elastic/elasticsearch/pull/43444 Dense vecotr field mapping still experimental

Reindex

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 only

bug-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

Other

[ ] Look into removing test skips related to: elastic/elasticsearch#44320 (comment)

@Mpdreamz Mpdreamz pinned this issue Aug 7, 2019
@philkra philkra added the v7.3.0 label Aug 9, 2019
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
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
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 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.

(cherry picked from commit f523ace)
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
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.

(cherry picked from commit 5c43f5b)
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
* Add support for flattened datatype

Relates #4001

This commit adds support for the flattened data type introduced in 7.3.0 and basic.

(cherry picked from commit fe9b212)
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 <stuart.cam@elastic.co>
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 <stuart.cam@elastic.co>
(cherry picked from commit c26530b)
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 3, 2019
Relates: #4001

This commit adds voting_only to ClusterNodeStats and XPackUsageResponse.
VotingOnly is supported only in the default distribution

(cherry picked from commit 92c12b7)
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
Relates: #4001

This commit adds timing stats to Machine Learning job stats

(cherry picked from commit fffa867)
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
Relates: #4001
This commit adds features to XPackUsage and XPackInfo responses

(cherry picked from commit 564cfae)
@russcam
Copy link
Contributor

russcam commented Sep 5, 2019

7.3.0 is now released on Nuget. Closing this

@russcam russcam closed this as completed Sep 5, 2019
@russcam russcam unpinned this issue Sep 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants