File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 6
6
env :
7
7
NODE_VERSION : " {{ matrix.nodejs }}"
8
8
TEST_SUITE : " {{ matrix.suite }}"
9
- STACK_VERSION : 8.13.0 -SNAPSHOT
9
+ STACK_VERSION : 8.13.1 -SNAPSHOT
10
10
matrix :
11
11
setup :
12
12
suite :
Original file line number Diff line number Diff line change 1
1
[[changelog-client]]
2
2
== Release notes
3
3
4
+ [discrete]
5
+ === 8.13.1
6
+
7
+ [discrete]
8
+ ==== Fixes
9
+
10
+ [discrete]
11
+ ===== Upgrade transport version to 8.4.1 https://github.com/elastic/elasticsearch-js/pull/2200[#2200]
12
+
13
+ v8.13.0 was released depending on v8.4.0 of `@elastic/transport` instead of v8.4.1, which fixes a bug related to data redaction on error objects.
14
+
4
15
[discrete]
5
16
=== 8.13.0
6
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elastic/elasticsearch" ,
3
- "version" : " 8.13.0 " ,
4
- "versionCanary" : " 8.13.0 -canary.0" ,
3
+ "version" : " 8.13.1 " ,
4
+ "versionCanary" : " 8.13.1 -canary.0" ,
5
5
"description" : " The official Elasticsearch client for Node.js" ,
6
6
"main" : " index.js" ,
7
7
"types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments