Skip to content

Commit 82ef14b

Browse files
committed
Merge branch 'main' into searchable-system-index
2 parents 00ef4ba + 91a93da commit 82ef14b

File tree

136 files changed

+562
-894
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+562
-894
lines changed

.ci/bwcVersions

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ BWC_VERSION:
4343
- "2.18.0"
4444
- "2.18.1"
4545
- "2.19.0"
46-
- "2.20.0"
46+
- "2.19.1"
47+
- "2.20.0"

CHANGELOG-3.0.md

Lines changed: 3 additions & 0 deletions

CHANGELOG.md

Lines changed: 6 additions & 101 deletions

README.md

Lines changed: 1 addition & 1 deletion

distribution/src/config/opensearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ${path.logs}
7777
#
7878
# Block initial recovery after a full cluster restart until N nodes are started:
7979
#
80-
#gateway.recover_after_nodes: 3
80+
#gateway.recover_after_data_nodes: 3
8181
#
8282
# For more information, consult the gateway module documentation.
8383
#

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ grpc = "1.68.2"
3232
# when updating the JNA version, also update the version in buildSrc/build.gradle
3333
jna = "5.13.0"
3434

35-
netty = "4.1.117.Final"
35+
netty = "4.1.118.Final"
3636
joda = "2.12.7"
3737
roaringbitmap = "1.3.0"
3838

3939
# project reactor
40-
reactor_netty = "1.1.26"
40+
reactor_netty = "1.1.27"
4141
reactor = "3.5.20"
4242

4343
# client dependencies

libs/arrow-spi/licenses/netty-buffer-4.1.117.Final.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7022990af1e0d449f9d5322035899745e19735c5

libs/arrow-spi/licenses/netty-common-4.1.117.Final.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4bb0f9899146484fa89f7b9bc27389d5b8e2ecde

0 commit comments

Comments
 (0)