12345678910111213141516171819202122232425262728293031 |
- [[release-notes-8.13.2]]
- == {es} version 8.13.2
- Also see <<breaking-changes-8.13,Breaking changes in 8.13>>.
- [[bug-8.13.2]]
- [float]
- === Bug fixes
- Aggregations::
- * Address concurrency issue in top hits aggregation {es-pull}106990[#106990]
- Application::
- * [Connector API] Support numeric for configuration select option value type {es-pull}107059[#107059]
- Downsampling::
- * Fix a downsample persistent task assignment bug {es-pull}106247[#106247]
- * Fix downsample action request serialization {es-pull}106920[#106920]
- ES|QL::
- * ESQL: Fix fully pruned aggregates {es-pull}106673[#106673] (issue: {es-issue}106427[#106427])
- [[enhancement-8.13.2]]
- [float]
- === Enhancements
- Security::
- * Query API Key Information API support for the `typed_keys` request parameter {es-pull}106873[#106873] (issue: {es-issue}106817[#106817])
- * Query API Keys support for both `aggs` and `aggregations` keywords {es-pull}107054[#107054] (issue: {es-issue}106839[#106839])
|