Skip to content

Commit 2257708

Browse files
Anaetheliongithub-actions[bot]
authored andcommitted
adding changelog for 8.13.0 (#838)
1 parent 4acb97a commit 2257708

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# 8.13.0
2+
3+
# API
4+
5+
New APIS:
6+
7+
* `ConnectorSecretGet`
8+
* `ConnectorSecretPost`
9+
* `ConnectorSecretPut`
10+
* `ConnectorSecretDelete`
11+
* `ConnectorUpdateIndexName`
12+
* `ConnectorUpdateNative`
13+
* `ConnectorUpdateStatus`
14+
* `ConnectorUpdateAPIKeyDocumentID`
15+
* `ConnectorUpdateServiceDocumentType`
16+
17+
18+
* `EsqlAsyncQuery` [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/esql-async-query-api.html)
19+
* `EsqlAsyncQueryGet` [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/esql-async-query-get-api.html)
20+
* `ProfilingFlamegraph` [Documentation](https://www.elastic.co/guide/en/observability/current/universal-profiling.html)
21+
* `ProfilingStacktraces` [Documentation](https://www.elastic.co/guide/en/observability/current/universal-profiling.html)
22+
* `TextStructureTestGrokPattern` [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/test-grok-pattern.html)
23+
* `Indices.ResolveCluster` [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-resolve-cluster-api.html)
24+
* `Security.QueryUser` [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-query-user.html)
25+
26+
# Typed API
27+
28+
* `indices.ResolveCluster` [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-resolve-cluster-api.html)
29+
* `textstructure.TestGrokPattern` [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/test-grok-pattern.html)
30+
31+
Thanks to @pakio, transport now has an optional pool based compression option. [link](https://github.com/elastic/elastic-transport-go/pull/19)
32+
33+
And to @tblyler for fixing a very subtle memory leak in the `BulkIndexer`. #797
34+
135
# 8.12.1
236

337
* Fix: ticker memory leak in bulk indexer due to internal flush call resetting the ticker. #797

0 commit comments

Comments
 (0)