Skip to content

Commit c554d57

Browse files
authored
Bring 8.13.2 release to main (#2569)
1 parent b338b18 commit c554d57

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

docs/guide/release-notes.asciidoc

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

4+
* <<rn-8-13-2>>
45
* <<rn-8-13-1>>
56
* <<rn-8-13-0>>
67
* <<rn-8-12-1>>
@@ -37,21 +38,28 @@
3738
* <<rn-8-1-0>>
3839
* <<rn-8-0-0>>
3940

41+
[discrete]
42+
[[rn-8-13-2]]
43+
=== 8.13.2 (2024-05-24)
44+
45+
- Added the `ml.update_trained_model_deployment` API
46+
- Marked Requests 2.32.2 as incompatible with the Elasticsearch client
47+
4048
[discrete]
4149
[[rn-8-13-1]]
4250
=== 8.13.1 (2024-05-03)
4351

44-
- Added ``force_synthetic_source`` to the Get API
45-
- Added ``wait_for_completion`` to the Create trained model API
46-
- Added ``typed_keys`` to the Query API key information API
52+
- Added `force_synthetic_source` to the Get API
53+
- Added `wait_for_completion` to the Create trained model API
54+
- Added `typed_keys` to the Query API key information API
4755

4856
[discrete]
4957
[[rn-8-13-0]]
5058
=== 8.13.0 (2024-03-22)
5159

5260
- Added native OpenTelemetry support
53-
- Added optional ``orjson`` (a fast, correct JSON library) serialization support
54-
- Added the `text_strcuture.test_grok_pattern` API
61+
- Added optional `orjson` (a fast, correct JSON library) serialization support
62+
- Added the `text_structure.test_grok_pattern` API
5563
- Added the `indices.resolve_cluster` API
5664
- Renamed the `model_id` parameter to `inference_id` in the `inference` APIs
5765
- Changed all `synonyms` APIs from **experimental** to **stable**.

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.1"
18+
__versionstr__ = "8.13.2"

0 commit comments

Comments
 (0)