Skip to content

Commit db22350

Browse files
pquentinAdam Locke
andauthored
[DOCS] Add 8.2.1 release notes (#86919)
Co-authored-by: Adam Locke <[email protected]>
1 parent 2a6f368 commit db22350

File tree

4 files changed

+89
-16
lines changed

4 files changed

+89
-16
lines changed

docs/reference/migration/migrate_8_2.asciidoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ your application to {es} 8.2.
99

1010
See also <<release-highlights>> and <<es-release-notes>>.
1111

12-
[discrete]
13-
[[breaking-changes-8.2]]
14-
=== Breaking changes
12+
coming::[8.2.1-SNAPSHOT]
1513

1614
// NOTE: The notable-breaking-changes tagged regions are re-used in the
1715
// Installation and Upgrade Guide
1816
// tag::notable-breaking-changes[]
17+
[discrete]
18+
[[breaking-changes-8.2]]
19+
=== Breaking changes
1920

20-
There are no breaking changes for 8.2.0.
21+
There are no breaking changes in {es} 8.2.
2122

22-
// end::notable-breaking-changes[]
23+
// end::notable-breaking-changes[]

docs/reference/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
This section summarizes the changes in each release.
88

9+
* <<release-notes-8.2.1>>
910
* <<release-notes-8.2.0>>
1011
* <<release-notes-8.1.3>>
1112
* <<release-notes-8.1.2>>
@@ -21,6 +22,7 @@ This section summarizes the changes in each release.
2122

2223
--
2324

25+
include::release-notes/8.2.1.asciidoc[]
2426
include::release-notes/8.2.0.asciidoc[]
2527
include::release-notes/8.1.3.asciidoc[]
2628
include::release-notes/8.1.2.asciidoc[]
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
[[release-notes-8.2.1]]
2+
== {es} version 8.2.1
3+
4+
coming[8.2.1]
5+
6+
Also see <<breaking-changes-8.2,Breaking changes in 8.2>>.
7+
8+
[[bug-8.2.1]]
9+
[float]
10+
=== Bug fixes
11+
12+
Aggregations::
13+
* Fix `AdaptingAggregator` `toString` method {es-pull}86042[#86042]
14+
* Less complexity in after-key parsing for unmapped fields {es-pull}86359[#86359] (issue: {es-issue}85928[#85928])
15+
16+
Authentication::
17+
* Ensure authentication is wire compatible when setting user {es-pull}86741[#86741] (issue: {es-issue}86716[#86716])
18+
19+
Cluster Coordination::
20+
* Avoid breaking add/clear voting exclusions {es-pull}86657[#86657]
21+
22+
Geo::
23+
* Fix bounded hexagonal grids when they contain the bin on one of the poles {es-pull}86460[#86460]
24+
* Fix mvt polygon orientation {es-pull}86555[#86555] (issue: {es-issue}86560[#86560])
25+
26+
ILM+SLM::
27+
* Fix `max_primary_shard_size` resize factor math {es-pull}86897[#86897]
28+
* Reroute after migrating to data tiers routing {es-pull}86574[#86574] (issue: {es-issue}86572[#86572])
29+
30+
Infra/Core::
31+
* Fix `assertDefaultThreadContext` enumerating allowed headers {es-pull}86262[#86262]
32+
* Forward port MDP deprecation info API {es-pull}86103[#86103]
33+
* Make data directories work with symlinks again {es-pull}85878[#85878] (issue: {es-issue}85701[#85701])
34+
* Set autoexpand replicas on Fleet actions data stream {es-pull}85511[#85511]
35+
* Do not autocreate alias for non-primary system indices {es-pull}85977[#85977] (issue: {es-issue}85072[#85072])
36+
37+
Ingest::
38+
* Don't download geoip databases if geoip system index is blocked {es-pull}86842[#86842]
39+
* Fix NPE when using object field as match field for enrich policy {es-pull}86089[#86089] (issue: {es-issue}86058[#86058])
40+
* Handle `.geoip_databases` being an alias or a concrete index {es-pull}85792[#85792] (issue: {es-issue}85756[#85756])
41+
42+
Machine Learning::
43+
* Adjust memory overhead for `PyTorch` models {es-pull}86416[#86416]
44+
* Fix `max_model_memory_limit` reported by `_ml/info` when autoscaling is enabled {es-pull}86660[#86660]
45+
* Improve reliability of job stats in larger clusters {es-pull}86305[#86305]
46+
* Make autoscaling and task assignment use same memory staleness definition {es-pull}86632[#86632] (issue: {es-issue}86616[#86616])
47+
48+
Packaging::
49+
* Fix edge case where user-defined heap settings are ignored {es-pull}86438[#86438] (issue: {es-issue}86431[#86431])
50+
51+
Security::
52+
* Authentication.token now uses version from the existing authentication {es-pull}85978[#85978]
53+
54+
Snapshot/Restore::
55+
* Better failure for source-only snapshots of partially/fully mounted indices {es-pull}86207[#86207]
56+
* Check if searchable snapshots cache pre-allocation is successful in Windows {es-pull}86192[#86192] (issue: {es-issue}85725[#85725])
57+
* Delay searchable snapshot allocation during shutdown {es-pull}86153[#86153] (issue: {es-issue}85052[#85052])
58+
* Support generating AWS role session name in case it's not provided {es-pull}86255[#86255]
59+
60+
Stats::
61+
* Correctly calculate disk usage for frozen data tier telemetry {es-pull}86580[#86580] (issue: {es-issue}86055[#86055])
62+
63+
[[upgrade-8.2.1]]
64+
[float]
65+
=== Upgrades
66+
67+
Packaging::
68+
* Switch to OpenJDK and upgrade to 18.0.1 {es-pull}86554[#86554]
69+
70+

docs/reference/release-notes/highlights.asciidoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,33 +23,33 @@ Other versions:
2323
[[integrate_filtering_support_for_approximate_nearest_neighbor_search]]
2424
=== Integrate filtering support for approximate nearest neighbor search
2525

26-
The {ref}/knn-search-api.html[_knn_search endpoint] now has a "filter" option
27-
that allows to return only the nearest documents that satisfy the provided
26+
The {ref}/knn-search-api.html[_knn_search endpoint] now has a "filter" option
27+
that allows to return only the nearest documents that satisfy the provided
2828
filter.
2929

3030
[discrete]
3131
[[nlp-latency-throughput-stats]]
3232
=== NLP latency and throughput stats
3333

34-
New statistics are available for the NLP inference to show how quickly it is
34+
New statistics are available for the NLP inference to show how quickly it is
3535
working. The three new statistics are:
3636

3737
* peak_throughput_per_minute
3838
* throughput_last_minute
3939
* average_inference_time_ms_last_minute
4040

41-
The aim is to provide an indication of whether inference is currently keeping up
42-
with requirements or the cluster needs to be scaled up to meet demand. The
43-
statistics for the last minute give quick feedback to show the effect of scaling
41+
The aim is to provide an indication of whether inference is currently keeping up
42+
with requirements or the cluster needs to be scaled up to meet demand. The
43+
statistics for the last minute give quick feedback to show the effect of scaling
4444
the {ml} nodes.
4545

4646
[discrete]
4747
[[random-sampler-aggregation]]
4848
=== Random sampler aggregation
4949

50-
With the new random sampler aggregation, in technical preview, developers can
51-
exponentially accelerate their aggregations for calculations, with a slight
52-
trade off in accuracy, by randomly sampling documents in a statistically robust
53-
manner. The random sampler aggregation can be used to accelerate any application
50+
With the new random sampler aggregation, in technical preview, developers can
51+
exponentially accelerate their aggregations for calculations, with a slight
52+
trade off in accuracy, by randomly sampling documents in a statistically robust
53+
manner. The random sampler aggregation can be used to accelerate any application
5454
that utilizes aggregations for calculations.
55-
// end::notable-highlights[]
55+
// end::notable-highlights[]

0 commit comments

Comments
 (0)