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.11.0 Meta Ticket #5198

Closed
stevejgordon opened this issue Dec 17, 2020 · 0 comments
Closed

7.11.0 Meta Ticket #5198

stevejgordon opened this issue Dec 17, 2020 · 0 comments
Assignees

Comments

@stevejgordon
Copy link
Contributor

stevejgordon commented Dec 17, 2020

Breaking changes

Machine Learning

  • Add new flag exclude_generated that removes generated fields in GET config APIs #63899 (issue: #63055)

Deprecations

Features/CAT APIs

  • Deprecate the 'local' parameter of /_cat/indices #62198 (issue: #60718)
  • Deprecate the 'local' parameter of /_cat/shards #62197 (issue: #60718)

MULTIPLE AREA LABELS

Mapping

  • Emit a warning when an unknown geo strategy is passed in #63975

New features

Aggregations

Features/Ingest

Geo

MULTIPLE AREA LABELS

Search

Enhancements

Aggregations

Authentication

  • Adding API for generating SAML SP metadata #64517 (issue: #49018)
  • Adds realm name OIDC _security/oidc/prepare and _security/oidc/authenticate APIs responses #64966 (issue: #53161)

Client

  • Adding authentication information to access token create APIs #62490 (issue: #59685)

Features/Data streams

  • Add custom metadata support to data steams. #63991 (issue: #59195)
  • Hidden data streams #63987 (issue: #63889)
  • REST endpoint and tests for data stream migration #64415 (issue: #61046)

Features/Indices APIs

  • Add a template parameter to override auto_create_index value #61858 (issue: #20640)
  • Mark component and composable index template APIs as stable #65013

Features/Ingest

Geo

  • Enable geo_distance and geo_bounding_box queries on geo_shape field type #64224 (issue: #54628)

License

  • Adding a warning header when a license is about to expire #64948 (issue: #60562)

MULTIPLE AREA LABELS

  • Do not skip not available shard exception in search response #64337 (issue: #47700)
  • Check Security Roles in Deprecation Info API #49212 (issues: #47333, #47714)
  • Geo_point runtime field implementation #63164

Machine Learning

  • Add new snapshot upgrader API for upgrading older snapshots #64665 (issue: #64154)
  • Add total ML memory to ML info #65195 (issue: #64225)
  • Adding result_type and mlcategory fields to category definitions #63326 (issue: #60108)
  • Provide a way to revert an AD job to an empty snapshot #65431

Mapping

  • Support unmapped fields in search 'fields' option #65386 (issue: #63690)
  • Allow MappedFieldType impls to hide themselves from field caps #63547 (issue: #63446)
  • Enable collapse on unsigned_long field #63495 (issue: #60050)
  • Introduce runtime section in mappings #62906 (issue: #59332)

Search

Transform

  • Add new exclude_generated flag to GET transform #63093 (issue: #63055)
  • Add support for "missing" aggregation #63651
  • Add support for median absolute deviation #64634
  • [Transform] use ISO dates in output instead of epoch millis #65584 - Introduces changing behaviour and new dates_as_epoch_millis setting.

Bug fixes

Features/Indices APIs

Search

  • Add explanation to runtime field query #63429
  • Drop boost from runtime distance feature query #63949 (issue: #63767)

7.10 Remaining Items

New features

Aggregations

Features/Features

  • Add data tiers (hot, warm, cold, frozen) as custom node roles #60994 (issue: #60848)

Features/ILM+SLM

Machine Learning

  • Implement AucRoc metric for classification #60502 (issue: #62160)

Mapping

Search

  • Add search fields option to support high-level field retrieval #60100 (issues: #49028, #55363) - SG WIP (Required for Runtime Fields)

Enhancements

  • Oidc additional client auth types #58708

Authorization

  • Add more context to index access denied errors #60357 (issue: #42166)

CRUD

  • Dedicated threadpool for system index writes #61655

Cluster Coordination

  • Provide option to allow writes when master is down #60605

Distributed

  • Detect noop of update index settings #61348

Features/Features

  • Add aggregation list to node info #60074 (issue: #52057)
  • Adding new require_alias option to indexing requests #58917 (issue: #55267)

Features/Ingest

Infra/Core

  • Add logstash system index APIs #53350
  • Deprecate REST access to System Indices #60945

Infra/Logging

Machine Learning

  • Add a "verbose" option to the data frame analytics stats endpoint #59589 (issue: #59125)
  • Add new include flag to get trained models API for model training metadata #61922
  • Add new feature_processors field for data frame analytics #60528 (issue: #59327)
  • Add new n_gram_encoding custom processor #61578
  • Calculate total feature importance to store with model metadata #1387
  • Change outlier detection feature_influence format to array with nested objects #1475, #62068

Mapping

Search

  • Add case insensitive flag for "term" family of queries #61596 (issue: #61546)
  • Add case insensitive support for regex queries #59441
  • Tweak toXContent implementation of ParametrizedFieldMapper #59968
  • Implement fields value fetching for the text, search_as_you_type and token_count field types #63515

Snapshot/Restore

  • Add repositories metering API #60371
  • Clone Snapshot API #61839 - SG WIP
  • Introduce index based snapshot blob cache for Searchable Snapshots #60522

Store

  • Report more details of unobtainable ShardLock #61255 (issue: #38807)

Transform

Bug fixes

Aggregations

  • Fix AOOBE when setting min_doc_count to 0 in significant_terms #60823 (issues: #60683, #60824)
  • Make sure non-collecting aggs include sub-aggs #64214 (issue: #64142)
  • Fix broken parent and child aggregator #63811

CRUD

  • Propagate forceExecution when acquiring permit #60634 (issue: #60359)

Distributed

  • Fix cluster health when closing #61709

Features/Stats

  • Remove sporadic min/max usage estimates from stats #59755

Features/Watcher

  • Correct the query dsl for watching elasticsearch version #58321 (issue: #58261)
  • Fix passing params to template or script failed in watcher #58559 (issue: #57625)

Machine Learning

  • Get data frame analytics jobs stats API can return multiple responses if more than one error #60900 (issue: #60876)
  • Correct the anomaly detection job model state min_version #1546

Mapping

  • Improve ignore_malformed handling for dates #60211 (issue: #52634)

Network

  • Suppress noisy SSL exceptions #61359

Search

  • Allows nanosecond resolution in search_after #60328 (issue: #52424)
@stevejgordon stevejgordon mentioned this issue Dec 17, 2020
61 tasks
@stevejgordon stevejgordon self-assigned this Dec 17, 2020
stevejgordon added a commit that referenced this issue Dec 22, 2020
@stevejgordon stevejgordon pinned this issue Jan 12, 2021
stevejgordon added a commit that referenced this issue Jan 14, 2021
Contributes to #5198
Relates to elastic/elasticsearch#64389

Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
stevejgordon added a commit that referenced this issue Jan 14, 2021
Contributes to #5198
Relates to elastic/elasticsearch#64389

Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
@stevejgordon stevejgordon unpinned this issue Feb 22, 2021
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