Skip to content

Commit d673fbf

Browse files
authored
Bring 8.12.0 release notes to main (#2423)
1 parent b9be7fc commit d673fbf

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/guide/release-notes.asciidoc

Lines changed: 12 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-12-0>>
45
* <<rn-8-11-1>>
56
* <<rn-8-11-0>>
67
* <<rn-8-10-1>>
@@ -33,6 +34,17 @@
3334
* <<rn-8-1-0>>
3435
* <<rn-8-0-0>>
3536

37+
[discrete]
38+
[[rn-8-12-0]]
39+
=== 8.12.0 (2024-01-19)
40+
41+
- Dropped support for Python 3.6
42+
- Allowed unrestricted `body` parameter again
43+
- Added the Inference APIs
44+
- Added the ES|QL API
45+
- Added `active_only` parameter to `security.get_api_key` API
46+
- Added `expiration` parameter to `security.update_api_key` API
47+
3648
[discrete]
3749
[[rn-8-11-1]]
3850
=== 8.11.1 (2023-12-08)

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.11.0"
18+
__versionstr__ = "8.12.0"

0 commit comments

Comments
 (0)