Skip to content

Commit 7361e80

Browse files
authored
Bring 8.14.0 release notes to main (#2590)
1 parent 8d381ac commit 7361e80

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/guide/release-notes.asciidoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[[release-notes]]
22
== Release notes
33

4+
* <<rn-8-14-0>>
45
* <<rn-8-13-2>>
56
* <<rn-8-13-1>>
67
* <<rn-8-13-0>>
@@ -38,6 +39,23 @@
3839
* <<rn-8-1-0>>
3940
* <<rn-8-0-0>>
4041

42+
[discrete]
43+
[[rn-8-14-0]]
44+
=== 8.14.0 (2024-06-06)
45+
46+
- Fixed `node_pool_class` override (#2581, contributed by Tallak Hellebust)
47+
- Added `retriever` to the Search API
48+
- Added `deprecated` and removed `allow_auto_create` from the Create or update component template API
49+
- Added `allow_auto_create`, `cause`, `deprecated`, `ignore_missing_component_templates` and `master_timeout` to the Create or update index template API
50+
- Added `cause`, removed `flat_settings` and `timeout` from the Create or update index template legacy API
51+
- Removed various unsupported parameters from the Simulate index API
52+
- Added various supported paramters to the Simulate index template API
53+
- Added the `completion` and `rerank` task types to the Inference APIs
54+
- Added the `query` and `timeout` parameters to the Perform inference API
55+
- Added `typed_keys` to the Search Application Search API
56+
- Added `with_profile_uid` to the Get API key information and Query API key information APIs
57+
58+
4159
[discrete]
4260
[[rn-8-13-2]]
4361
=== 8.13.2 (2024-05-24)

elasticsearch/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__versionstr__ = "8.13.2"
18+
__versionstr__ = "8.14.0"

0 commit comments

Comments
 (0)