Skip to content

Commit 83f5fc0

Browse files
committed
Add snippets
1 parent 6df9588 commit 83f5fc0

7 files changed

Lines changed: 445 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## 9.3.0 [elasticsearch-9.3.0-breaking-changes]
2+
3+
::::{dropdown} Disable cross-cluster functionality for `_fleet/_fleet_msearch`.
4+
% Describe the functionality that changed
5+
6+
For more information, check [#136703](https://github.com/elastic/elasticsearch/pull/136703).
7+
8+
% **Impact**<br>_Add a description of the impact_
9+
10+
% **Action**<br>_Add a description of the what action to take_
11+
::::
12+
13+
::::{dropdown} Implement native synthetic source for normalized keywords.
14+
% Describe the functionality that changed
15+
16+
For more information, check [#136915](https://github.com/elastic/elasticsearch/pull/136915).
17+
18+
% **Impact**<br>_Add a description of the impact_
19+
20+
% **Action**<br>_Add a description of the what action to take_
21+
::::
22+
23+
::::{dropdown} Disable cross-cluster functionality for `_fleet/_fleet_search`.
24+
% Describe the functionality that changed
25+
26+
For more information, check [#136039](https://github.com/elastic/elasticsearch/pull/136039).
27+
28+
% **Impact**<br>_Add a description of the impact_
29+
30+
% **Action**<br>_Add a description of the what action to take_
31+
::::
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## 9.3.0 [elasticsearch-9.3.0-deprecations]
2+
3+
**Infra/Logging**
4+
5+
::::{dropdown} Deprecation message for lenient Boolean parsing.
6+
% Describe the functionality that was deprecated
7+
8+
For more information, check [#137885](https://github.com/elastic/elasticsearch/pull/137885).
9+
10+
% **Impact**<br>_Add a description of the impact_
11+
12+
% **Action**<br>_Add a description of the what action to take_
13+
::::
14+
15+
**Indices APIs**
16+
17+
::::{dropdown} Add deprecation notice for max_size rollover condition.
18+
% Describe the functionality that was deprecated
19+
20+
For more information, check [#135765](https://github.com/elastic/elasticsearch/pull/135765).
21+
22+
% **Impact**<br>_Add a description of the impact_
23+
24+
% **Action**<br>_Add a description of the what action to take_
25+
::::

docs/release-notes/_snippets/9.3.0/index.md

Lines changed: 377 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## 9.3.0 [elasticsearch-9.3.0-known-issues]
2+
_No known issues._

docs/release-notes/breaking-changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ 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+
:::{include} _snippets/9.3.0/breaking-changes.md
16+
:::
17+
1518
## 9.2.4 [elasticsearch-9.2.4-breaking-changes]
1619
```{applies_to}
1720
stack: ga 9.2.4

docs/release-notes/deprecations.md

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

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

19+
:::{include} _snippets/9.3.0/deprecations.md
20+
:::
21+
1922
## 9.2.4 [elasticsearch-9.2.4-deprecations]
2023
```{applies_to}
2124
stack: ga 9.2.4

docs/release-notes/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ To check for security updates, go to [Security announcements for the Elastic sta
2020
% ### Fixes [elasticsearch-next-fixes]
2121
% *
2222

23+
:::{include} _snippets/9.3.0/index.md
24+
:::
25+
26+
2327
## 9.2.4 [elasticsearch-9.2.4-release-notes]
2428
```{applies_to}
2529
stack: ga 9.2.4

0 commit comments

Comments
 (0)