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

7.8.0 Meta ticket #4718

Closed
17 tasks done
russcam opened this issue May 29, 2020 · 1 comment
Closed
17 tasks done

7.8.0 Meta ticket #4718

russcam opened this issue May 29, 2020 · 1 comment

Comments

@russcam
Copy link
Contributor

russcam commented May 29, 2020

This meta ticket tracks the changes in Elasticsearch 7.8.0 that require changes in the client:

New APIs

  • Cluster Delete VotingConfigExclusions
  • Cluster Post VotingConfigExclusions

Cluster Coordination

  • Voting config exclusions should work with absent nodes #50836 (issue: #47990)

Infra/Core

  • Deprecate node local storage setting #54374

New features

Aggregations

  • Add support for filters to T-Test aggregation #54980 (issue: #53692)
  • Add Student's t-test aggregation support #54469 (issue: #53692)

Features/Indices APIs

  • [ ] Add simulate template composition API _index_template/_simulate_index/{name} #55686 (issue: #53101) Simulate index template APIs are experimental

Geo

Enhancements

Aggregations

  • Expose agg usage in Feature Usage API #55732 (issue: #53746)

Analysis

  • Add preserve_original setting in ngram token filter #55432

Cluster Coordination

  • Add voting config exclusion add and clear API spec and integration test cases #55760 (issue: #48131)

Features/CAT APIs

  • [ ] Add support for V2 index templates to /_cat/templates #55829 (issue: #53101) v2 index template APIs are experimental

Features/Indices APIs

  • [ ] Update template v2 api rest spec #55948 (issue: #53101) v2 index template APIs are experimental
  • [ ] Add prefer_v2_templates flag and index setting #55411 (issue: #53101) v2 index template APIs are experimental

Features/Stats

Geo

  • Doc values support for geo shapes. [ISSUE] #37206. NEST already implements doc_values for GeoShapeProperty

Infra/REST API

  • [ ] Add validation to the usage service #54617 no client changes required

Infra/Scripting

  • Scripting: stats per context in nodes stats #54008 (issue: #50152)

MULTIPLE AREA LABELS

  • Add geo_shape mapper supporting doc-values in Spatial Plugin #55037 (issue: #53562)
  • [ ] Add pre-configured “lowercase” normalizer #53882 (issue: #53872) No client changes required

Snapshot/Restore

Transform

Bug fixes

Aggregations

  • Add analytics plugin usage stats to _xpack/usage #54911 (issue: #54847)

Analysis

  • Add preserve_original setting in edge ngram token filter #55766 (issue: #55767)

Features/Ingest

  • Fix empty_value handling in CsvProcessor #55649 (issue: #55643)
russcam added a commit that referenced this issue Jun 2, 2020
Relates: #4718.
Unmute CsvProcessot tests for 7.8.0 now that empty_value is fixed.
russcam added a commit that referenced this issue Jun 2, 2020
russcam added a commit that referenced this issue Jun 2, 2020
russcam added a commit that referenced this issue Jun 2, 2020
Relates: #4718, elastic/elasticsearch#54862

Add transform settings to Transform APIs
russcam added a commit that referenced this issue Jun 3, 2020
russcam added a commit that referenced this issue Jun 4, 2020
Relates: #4718, elastic/elasticsearch#53804

This commit adds a Point property to map the new point data type.
A CartesianPoint type is introduced to model points.
russcam added a commit that referenced this issue Jun 4, 2020
Relates: #4718, elastic/elasticsearch#55760

This commit adds the voting config exclusions APIs to the high level client.
Custom response builder types are required because the APIs return
\n as the response, which the client will attempt to deserialize to a
response object.
russcam added a commit that referenced this issue Jun 9, 2020
Relates: #4718

This commit adds the script_cache to node stats
API response.
russcam added a commit that referenced this issue Jun 10, 2020
Relates: #4718

This commit implements the component template APIs:

- ComponentTemplateExists
- PutComponentTemplate
- GetComponentTemplate
- DeleteComponentTemplate
russcam added a commit that referenced this issue Jun 10, 2020
Relates: #4718.
Unmute CsvProcessot tests for 7.8.0 now that empty_value is fixed.
github-actions bot pushed a commit that referenced this issue Jun 10, 2020
Relates: #4718.
Unmute CsvProcessot tests for 7.8.0 now that empty_value is fixed.
github-actions bot pushed a commit that referenced this issue Jun 10, 2020
Relates: #4718.
Unmute CsvProcessot tests for 7.8.0 now that empty_value is fixed.
russcam added a commit that referenced this issue Jun 10, 2020
Relates: #4718.
Unmute CsvProcessot tests for 7.8.0 now that empty_value is fixed.

Co-authored-by: Russ Cam <[email protected]>
russcam added a commit that referenced this issue Jun 10, 2020
Relates: #4718.
Unmute CsvProcessot tests for 7.8.0 now that empty_value is fixed.

Co-authored-by: Russ Cam <[email protected]>
russcam added a commit that referenced this issue Jun 10, 2020
russcam added a commit that referenced this issue Jun 10, 2020
Relates: #4718, elastic/elasticsearch#54862

Add transform settings to Transform APIs
github-actions bot pushed a commit that referenced this issue Jun 10, 2020
Relates: #4718, elastic/elasticsearch#54862

Add transform settings to Transform APIs
github-actions bot pushed a commit that referenced this issue Jun 10, 2020
Relates: #4718, elastic/elasticsearch#54862

Add transform settings to Transform APIs
russcam added a commit that referenced this issue Jun 10, 2020
Relates: #4718, elastic/elasticsearch#54862

Add transform settings to Transform APIs

Co-authored-by: Russ Cam <[email protected]>
russcam added a commit that referenced this issue Jun 10, 2020
Relates: #4718, elastic/elasticsearch#54862

Add transform settings to Transform APIs

Co-authored-by: Russ Cam <[email protected]>
russcam added a commit that referenced this issue Jun 10, 2020
* Add support for T-Test aggregations

Relates: #4718

Co-authored-by: Martijn Laarman <[email protected]>
github-actions bot pushed a commit that referenced this issue Jun 10, 2020
* Add support for T-Test aggregations

Relates: #4718

Co-authored-by: Martijn Laarman <[email protected]>
github-actions bot pushed a commit that referenced this issue Jun 10, 2020
* Add support for T-Test aggregations

Relates: #4718

Co-authored-by: Martijn Laarman <[email protected]>
russcam added a commit that referenced this issue Jun 10, 2020
* Add support for T-Test aggregations

Relates: #4718

Co-authored-by: Russ Cam <[email protected]>
Co-authored-by: Martijn Laarman <[email protected]>
russcam added a commit that referenced this issue Jun 10, 2020
* Add support for T-Test aggregations

Relates: #4718

Co-authored-by: Russ Cam <[email protected]>
Co-authored-by: Martijn Laarman <[email protected]>
russcam added a commit that referenced this issue Jun 10, 2020
Relates: #4718

This commit adds the script_cache to node stats API response.
github-actions bot pushed a commit that referenced this issue Jun 10, 2020
Relates: #4718

This commit adds the script_cache to node stats API response.
github-actions bot pushed a commit that referenced this issue Jun 10, 2020
Relates: #4718

This commit adds the script_cache to node stats API response.
russcam added a commit that referenced this issue Jun 10, 2020
Relates: #4718

This commit adds the script_cache to node stats API response.

Co-authored-by: Russ Cam <[email protected]>
russcam added a commit that referenced this issue Jun 10, 2020
Relates: #4718

This commit adds the script_cache to node stats API response.

Co-authored-by: Russ Cam <[email protected]>
russcam added a commit that referenced this issue Jun 10, 2020
Relates: #4718, elastic/elasticsearch#55760

This commit adds the voting config exclusions APIs to the high level client.
Custom response builder types are required because the APIs return
\n as the response, which the client will attempt to deserialize to a
response object.
github-actions bot pushed a commit that referenced this issue Jun 10, 2020
Relates: #4718, elastic/elasticsearch#55760

This commit adds the voting config exclusions APIs to the high level client.
Custom response builder types are required because the APIs return
\n as the response, which the client will attempt to deserialize to a
response object.
github-actions bot pushed a commit that referenced this issue Jun 10, 2020
Relates: #4718, elastic/elasticsearch#55760

This commit adds the voting config exclusions APIs to the high level client.
Custom response builder types are required because the APIs return
\n as the response, which the client will attempt to deserialize to a
response object.
russcam added a commit that referenced this issue Jun 10, 2020
Relates: #4718, elastic/elasticsearch#55760

This commit adds the voting config exclusions APIs to the high level client.
Custom response builder types are required because the APIs return
\n as the response, which the client will attempt to deserialize to a
response object.

Co-authored-by: Russ Cam <[email protected]>
russcam added a commit that referenced this issue Jun 10, 2020
Relates: #4718, elastic/elasticsearch#55760

This commit adds the voting config exclusions APIs to the high level client.
Custom response builder types are required because the APIs return
\n as the response, which the client will attempt to deserialize to a
response object.

Co-authored-by: Russ Cam <[email protected]>
@russcam russcam mentioned this issue Jun 23, 2020
4 tasks
@russcam
Copy link
Contributor Author

russcam commented Jun 23, 2020

Superseded by #4803

@russcam russcam closed this as completed Jun 23, 2020
russcam added a commit that referenced this issue Sep 4, 2020
Relates: #4718, elastic/elasticsearch#53804

This commit adds a Point property to map the new point data type.
A CartesianPoint type is introduced to model points.
russcam added a commit that referenced this issue Sep 15, 2020
Relates: #4718, elastic/elasticsearch#53804

This commit adds a Point property to map the new point data type.
A CartesianPoint type is introduced to model points.
russcam added a commit that referenced this issue Sep 18, 2020
Relates: #4718, elastic/elasticsearch#53804

This commit adds a Point property to map the new point data type.
A CartesianPoint type is introduced to model points.
russcam added a commit that referenced this issue Sep 18, 2020
Relates: #4718, elastic/elasticsearch#53804

This commit adds a Point property to map the new point data type.
A CartesianPoint type is introduced to model points.
github-actions bot pushed a commit that referenced this issue Sep 18, 2020
Relates: #4718, elastic/elasticsearch#53804

This commit adds a Point property to map the new point data type.
A CartesianPoint type is introduced to model points.
russcam added a commit that referenced this issue Sep 20, 2020
Relates: #4718, elastic/elasticsearch#53804

This commit adds a Point property to map the new point data type.
A CartesianPoint type is introduced to model points.

Co-authored-by: Russ Cam <[email protected]>
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

1 participant