Skip to content

Commit ea36c8a

Browse files
elasticsearchmachineelasticsearchmachine
andauthored
Finalize docs for v9.1.6 release (#137049)
Co-authored-by: elasticsearchmachine <[email protected]>
1 parent f1876b8 commit ea36c8a

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ If you are migrating from a version prior to version 9.0, you must first upgrade
1212

1313
% ## Next version [elasticsearch-nextversion-breaking-changes]
1414

15-
```{applies_to}
16-
stack: ga 9.1.6
17-
```
1815
## 9.1.6 [elasticsearch-9.1.6-breaking-changes]
1916

2017
There are no breaking changes associated with this release.

docs/release-notes/changelog-bundles/9.1.6.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 9.1.6
2-
released: false
3-
generated: 2025-10-22T17:03:50.756198780Z
2+
released: true
3+
generated: 2025-10-23T16:05:25.757289375Z
44
changelogs:
55
- pr: 132651
66
summary: Use java8 variant of apm-agent

docs/release-notes/deprecations.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ To give you insight into what deprecated features you’re using, {{es}}:
1616

1717
% ## Next version [elasticsearch-nextversion-deprecations]
1818

19-
```{applies_to}
20-
stack: ga 9.1.6
21-
```
2219
## 9.1.6 [elasticsearch-9.1.6-deprecations]
2320

2421
There are no deprecations associated with this release.

docs/release-notes/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ To check for security updates, go to [Security announcements for the Elastic sta
2121
% *
2222

2323
## 9.1.6 [elasticsearch-9.1.6-release-notes]
24-
```{applies_to}
25-
stack: ga 9.1.6
26-
```
2724

2825
### Features and enhancements [elasticsearch-9.1.6-features-enhancements]
2926

@@ -72,6 +69,7 @@ Vector Search:
7269
* Cardinality Aggregator Throws `UnsupportedOperationException` When Field Type is Vector [#135994](https://github.com/elastic/elasticsearch/pull/135994)
7370

7471

72+
7573
## 9.2.0 [elasticsearch-9.2.0-release-notes]
7674

7775
### Highlights [elasticsearch-9.2.0-highlights]
@@ -130,6 +128,7 @@ POST vectors/_search{
130128
}
131129
}
132130
```
131+
133132
`num_candidates` can be used for tuning approximate nature of the search.
134133
Or, more granular control can be provided by setting `visit_percentage` directly.
135134
::::
@@ -159,7 +158,6 @@ Queries containing LOOKUP JOIN now can be preformed on cross-cluster indices, fo
159158
```yaml
160159
FROM logs-*, remote:logs-* | LOOKUP JOIN clients on ip | SORT timestamp | LIMIT 100
161160
```
162-
163161
::::
164162

165163
::::{dropdown} New lucene 10.3.0 release
@@ -543,6 +541,8 @@ Vector Search:
543541
* Fix _inference_fields handling on old indices [#136312](https://github.com/elastic/elasticsearch/pull/136312) (issue: [#136130](https://github.com/elastic/elasticsearch/issues/136130))
544542
* Have top level knn searches tracked in query stats [#132548](https://github.com/elastic/elasticsearch/pull/132548)
545543

544+
545+
546546
## 9.0.8 [elasticsearch-9.0.8-release-notes]
547547

548548
### Highlights [elasticsearch-9.0.8-highlights]

0 commit comments

Comments
 (0)