Skip to content

Commit

Permalink
[DOCS] Update v8.1.0 release notes (#84651)
Browse files Browse the repository at this point in the history
  • Loading branch information
idegtiarenko committed Mar 7, 2022
1 parent 5d693b1 commit 7d10f59
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/83568.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 83568
summary: Fix for self-suppression in rest client
summary: Fix for self-suppression in REST client
area: Client
type: bug
issues:
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/84588.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 84588
summary: Fix `PolicyStepsRegistry's` `cachedSteps` null handling
summary: Fix `PolicyStepsRegistry`'s `cachedSteps` null handling
area: ILM+SLM
type: bug
issues: []
2 changes: 1 addition & 1 deletion docs/changelog/84606.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 84606
summary: Fork to WRITE thread when failing shard
summary: Fork to `WRITE` thread when failing shard
area: Engine
type: bug
issues:
Expand Down
9 changes: 9 additions & 0 deletions docs/reference/release-notes/8.1.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,22 @@ Authorization::
Autoscaling::
* Fix autoscaling of follower data streams {es-pull}83302[#83302] (issue: {es-issue}82857[#82857])

Client::
* Fix for self-suppression in REST client {es-pull}83568[#83568] (issue: {es-issue}42223[#42223])

Distributed::
* [GCE Discovery] Correctly handle large zones with 500 or more instances {es-pull}83785[#83785] (issue: {es-issue}83783[#83783])

Engine::
* Fork to `WRITE` thread when failing shard {es-pull}84606[#84606] (issue: {es-issue}84602[#84602])

Geo::
* Handle bounds properly when grid tiles crosses the dateline {es-pull}83348[#83348] (issue: {es-issue}83299[#83299])
* `GeometryNormalizer` should not fail if it cannot compute signed area {es-pull}84051[#84051] (issue: {es-issue}83946[#83946])

ILM+SLM::
* Fix `PolicyStepsRegistry`'s `cachedSteps` null handling {es-pull}84588[#84588]

Indices APIs::
* Allow removing unreferenced composable data stream templates {es-pull}84376[#84376] (issues: {es-issue}84171[#84171], {es-issue}84188[#84188])
* Simplify and speed up `ExecutorSelector` {es-pull}83514[#83514] (issue: {es-issue}82450[#82450])
Expand Down

0 comments on commit 7d10f59

Please sign in to comment.