Skip to content

Commit b41250e

Browse files
committed
Add release notes for 7.16.2
1 parent cfbce64 commit b41250e

File tree

2 files changed

+58
-4
lines changed

2 files changed

+58
-4
lines changed

docs/reference/release-notes.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
This section summarizes the changes in each release.
88

9+
* <<release-notes-7.16.2>>
910
* <<release-notes-7.16.1>>
1011
* <<release-notes-7.16.0>>
1112
* <<release-notes-7.15.2>>

docs/reference/release-notes/7.16.asciidoc

Lines changed: 57 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
[[release-notes-7.16.2]]
2+
== {es} version 7.16.2
3+
4+
Also see <<breaking-changes-7.16,Breaking changes in 7.16>>.
5+
6+
[[enhancement-7.16.2]]
7+
[float]
8+
=== Enhancements
9+
10+
Other::
11+
* Add deprecation notices for boost mappings to API {es-pull}81605[#81605] (issue: {es-issue}78396[#78396])
12+
13+
Packaging::
14+
* Improve Docker image's cacert scripting {es-pull}81659[#81659]
15+
16+
17+
[[bug-7.16.2]]
18+
[float]
19+
=== Bug fixes
20+
21+
Authorization::
22+
* Add delete privilege to `kibana_system` for APM and Endpoint ILM policies {es-pull}81811[#81811]
23+
24+
Infra/Logging::
25+
* Add `doPrivileged` section in deprecation logger {es-pull}81819[#81819] (issue: {es-issue}81708[#81708])
26+
27+
Java High Level REST Client::
28+
* Change HLRC's `LifecyclePolicy` to allow all valid ILM actions {es-pull}81483[#81483] (issue: {es-issue}81461[#81461])
29+
30+
Machine Learning::
31+
* Fix `LangIdent` model when multiple unicode scripts are present {es-pull}81876[#81876] (issue: {es-issue}80675[#80675])
32+
* Model snapshot upgrade needs a stats endpoint {es-pull}81641[#81641] (issue: {es-issue}81519[#81519])
33+
34+
Packaging::
35+
* Change default shell to bash in default Docker image {es-pull}81828[#81828] (issue: {es-issue}80820[#80820])
36+
37+
38+
[[regression-7.16.2]]
39+
[float]
40+
=== Regressions
41+
42+
Infra/Scripting::
43+
* Fix superclass functional interface resolution in Painless {es-pull}81698[#81698] (issue: {es-issue}81696[#81696])
44+
45+
46+
[[upgrade-7.16.2]]
47+
[float]
48+
=== Upgrades
49+
50+
Infra/Logging::
51+
* Upgrade to log4j 2.17.0 {es-pull}81902[#81902]
52+
53+
154
[[release-notes-7.16.1]]
255
== {es} version 7.16.1
356

@@ -142,11 +195,11 @@ Monitoring::
142195

143196
// tag::painless-functional-interface-resolution-81696-known-issue[]
144197
* Painless: Any Painless script where a method call resolves a lambda argument
145-
to a `UnaryOperator` or a `BinaryOperator` type results in an
146-
`IllegalArgumentException`. This exception results in a compilation error when
147-
static types are used, or a runtime error for dynamic types. Use standard
198+
to a `UnaryOperator` or a `BinaryOperator` type results in an
199+
`IllegalArgumentException`. This exception results in a compilation error when
200+
static types are used, or a runtime error for dynamic types. Use standard
148201
procedural statements as a workaround, such as `if/else`, `while`, and `for`
149-
statements.
202+
statements.
150203
+
151204
The following example is a `UnaryOperator` type that will result in a failure:
152205
+

0 commit comments

Comments
 (0)