|
| 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 | + |
1 | 54 | [[release-notes-7.16.1]]
|
2 | 55 | == {es} version 7.16.1
|
3 | 56 |
|
@@ -142,11 +195,11 @@ Monitoring::
|
142 | 195 |
|
143 | 196 | // tag::painless-functional-interface-resolution-81696-known-issue[]
|
144 | 197 | * 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 |
148 | 201 | procedural statements as a workaround, such as `if/else`, `while`, and `for`
|
149 |
| -statements. |
| 202 | +statements. |
150 | 203 | +
|
151 | 204 | The following example is a `UnaryOperator` type that will result in a failure:
|
152 | 205 | +
|
|
0 commit comments