File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
35
# 8.12.1
2
36
3
37
* Fix: ticker memory leak in bulk indexer due to internal flush call resetting the ticker. #797
You can’t perform that action at this time.
0 commit comments