Skip to content

Commit 6171a8c

Browse files
Merge branch 'main' into joinTypeRefector
2 parents 41c9fe6 + abca68e commit 6171a8c

File tree

132 files changed

+2364
-1142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+2364
-1142
lines changed

docs/changelog/134609.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 134609
2+
summary: Add 'SslProfileExtension' SPI interface
3+
area: TLS
4+
type: enhancement
5+
issues: []

docs/changelog/134636.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 134636
2+
summary: "[Island Browser] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system`"
3+
area: Authorization
4+
type: enhancement
5+
issues:
6+
- 134136

docs/changelog/134798.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 134798
2+
summary: Add relevant attributes to shard search latency APM metrics
3+
area: Search
4+
type: enhancement
5+
issues: []

docs/changelog/134835.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 134835
2+
summary: Add new `/_security/stats` endpoint
3+
area: Authorization
4+
type: enhancement
5+
issues: []

docs/changelog/134879.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 134879
2+
summary: Throw 4xx instead of 5xx for ESQL malformed query params
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 134618

docs/changelog/135051.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 135051
2+
summary: Ban Limit + `MvExpand` before remote Enrich
3+
area: ES|QL
4+
type: bug
5+
issues: []

docs/changelog/135078.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 135078
2+
summary: Fix async get results with inconsistent headers
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 135042

docs/changelog/135198.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 135198
2+
summary: Enable `chunk_rescorer` in `text_similarity_reranker`
3+
area: Relevance
4+
type: enhancement
5+
issues: []

docs/changelog/135209.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 135209
2+
summary: Fix expiration time in ES|QL async
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 135169

docs/internal/Versioning.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,19 +175,19 @@ a no-op.
175175
## Index version
176176

177177
Index version is a single incrementing version number for the index data format,
178-
metadata, and associated mappings. It is declared the same way as the
179-
transport version - with the pattern `M_NNN_S_PP`, for the major version, version id,
180-
subsidiary version id, and patch number respectively.
178+
metadata, and associated mappings. It is declared with the pattern `M_NNN_S_PP`,
179+
for the major version, version id, subsidiary version id, and patch number
180+
respectively.
181181

182182
Index version is stored in index metadata when an index is created,
183183
and it is used to determine the storage format and what functionality that index supports.
184184
The index version does not change once an index is created.
185185

186-
In the same way as transport versions, when a change is needed to the index
187-
data format or metadata, or new mapping types are added, create a new version constant
188-
below the last one, incrementing the `NNN` version component.
186+
When a change is needed to the index data format or metadata, or new mapping
187+
types are added, create a new version constant below the last one, incrementing
188+
the `NNN` version component.
189189

190-
Unlike transport version, version constants cannot be collapsed together,
190+
Index version constants cannot be collapsed together,
191191
as an index keeps its creation version id once it is created.
192192
Fortunately, new index versions are only created once a month or so,
193193
so we don’t have a large list of index versions that need managing.

0 commit comments

Comments
 (0)