Skip to content

Commit

Permalink
Release 8.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Jan 18, 2024
1 parent 8228e5b commit 69395e2
Show file tree
Hide file tree
Showing 23 changed files with 41 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resp = client.search(
"flags": "ALL",
"case_insensitive": True,
"max_determinized_states": 10000,
"rewrite": "constant_score",
"rewrite": "constant_score_blended",
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/13d90ba227131aefbf4fcfd5992e662a.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// query-dsl/bool-query.asciidoc:153
// query-dsl/bool-query.asciidoc:156

[source, python]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/178c920d5e8ec0071f77290fa059802c.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// indices/update-settings.asciidoc:122
// indices/update-settings.asciidoc:132

[source, python]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/1aa91d3d48140d6367b6cabca8737b8f.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// docs/bulk.asciidoc:625
// docs/bulk.asciidoc:634

[source, python]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/20005d8a6555b259b299d862cd218701.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// query-dsl/match-query.asciidoc:175
// query-dsl/match-query.asciidoc:186

[source, python]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/2fea3e324939cc7e9c396964aeee7111.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// query-dsl/match-query.asciidoc:241
// query-dsl/match-query.asciidoc:252

[source, python]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/39ce44333d28ed2b833722d3e3cb06f3.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// query-dsl/bool-query.asciidoc:181
// query-dsl/bool-query.asciidoc:184

[source, python]
----
Expand Down
17 changes: 0 additions & 17 deletions docs/examples/64b9baa6d7556b960b29698f3383aa31.asciidoc

This file was deleted.

2 changes: 1 addition & 1 deletion docs/examples/6b0288acb739c4667d41339e5100c327.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// query-dsl/match-query.asciidoc:219
// query-dsl/match-query.asciidoc:230

[source, python]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/7cd3d8388c51a9f6ee3f730cdaddbb89.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// indices/update-settings.asciidoc:81
// indices/update-settings.asciidoc:91

[source, python]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/7f56755fb6c42f7e6203339a6d0cb6e6.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// query-dsl/match-query.asciidoc:268
// query-dsl/match-query.asciidoc:279

[source, python]
----
Expand Down
20 changes: 0 additions & 20 deletions docs/examples/7f697eb436dfa3c30dfe610d8c32d132.asciidoc

This file was deleted.

2 changes: 1 addition & 1 deletion docs/examples/8cd00a3aba7c3c158277bc032aac2830.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// docs/bulk.asciidoc:603
// docs/bulk.asciidoc:612

[source, python]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ac497917ef707538198a8458ae3d5c6b.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// query-dsl/match-query.asciidoc:150
// query-dsl/match-query.asciidoc:161

[source, python]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ae9ccfaa146731ab9176df90670db1c2.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// docs/bulk.asciidoc:492
// docs/bulk.asciidoc:501

[source, python]
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resp = client.search(
"user.id": {
"value": "ki*y",
"boost": 1,
"rewrite": "constant_score",
"rewrite": "constant_score_blended",
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/bfdad8a928ea30d7cf60d0a0a6bc6e2e.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// docs/bulk.asciidoc:704
// docs/bulk.asciidoc:713

[source, python]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/c0ebaa33e750b87555dc352073f692e8.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// indices/update-settings.asciidoc:171
// indices/update-settings.asciidoc:181

[source, python]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/c9c396b94bb88098477e2b08b55a12ee.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// docs/bulk.asciidoc:757
// docs/bulk.asciidoc:766

[source, python]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/dbc50b8c934171e94604575a8b36f349.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// indices/update-settings.asciidoc:135
// indices/update-settings.asciidoc:145

[source, python]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/f4f557716049b23f8840d58d71e748f0.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// indices/update-settings.asciidoc:105
// indices/update-settings.asciidoc:115

[source, python]
----
Expand Down
21 changes: 21 additions & 0 deletions docs/guide/release-notes.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[[release-notes]]
== Release notes

* <<rn-8-12-0>>
* <<rn-8-11-1>>
* <<rn-8-11-0>>
* <<rn-8-10-1>>
* <<rn-8-10-0>>
Expand Down Expand Up @@ -32,6 +34,25 @@
* <<rn-8-1-0>>
* <<rn-8-0-0>>

[discrete]
[[rn-8-12-0]]
=== 8.11.0 (2023-11-13)

- Dropped support for Python 3.6
- Added the Inference APIs
- Added the ES|QL API
- Added `active_only` parameter to `security.get_api_key` API
- Added `expiration` parameter to `security.update_api_key` API

[discrete]
[[rn-8-11-1]]
=== 8.11.1 (2023-12-08)

- Added missing `role_templates` to `security.put_role_mapping` API
- Added interactive examples page, to documentation
- Changed API reference to have one page per sub-client


[discrete]
[[rn-8-11-0]]
=== 8.11.0 (2023-11-13)
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

__versionstr__ = "8.11.0"
__versionstr__ = "8.12.0"

0 comments on commit 69395e2

Please sign in to comment.