Skip to content

Commit a4bf43e

Browse files
committed
Merge branch 'main' into scheduled-job-identity-manager
2 parents a31425c + 5c0e3c9 commit a4bf43e

File tree

106 files changed

+2493
-859
lines changed

Some content is hidden

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

106 files changed

+2493
-859
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1414
### Dependencies
1515
- Bump `log4j-core` from 2.18.0 to 2.19.0
1616
- Bump `forbiddenapis` from 3.3 to 3.4
17-
- Bump `avro` from 1.11.0 to 1.11.1
17+
- Bump `avro` from 1.11.1 to 1.11.2
1818
- Bump `woodstox-core` from 6.3.0 to 6.3.1
1919
- Bump `xmlbeans` from 5.1.0 to 5.1.1 ([#4354](https://github.com/opensearch-project/OpenSearch/pull/4354))
2020
- Bump `reactor-netty-core` from 1.0.19 to 1.0.22 ([#4447](https://github.com/opensearch-project/OpenSearch/pull/4447))
@@ -51,6 +51,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5151
- Improve summary error message for invalid setting updates ([#4792](https://github.com/opensearch-project/OpenSearch/pull/4792))
5252
- Pass localNode info to all plugins on node start ([#7919](https://github.com/opensearch-project/OpenSearch/pull/7919))
5353
- Improved performance of parsing floating point numbers ([#7909](https://github.com/opensearch-project/OpenSearch/pull/7909))
54+
- Move span actions to Scope ([#8411](https://github.com/opensearch-project/OpenSearch/pull/8411))
5455

5556
### Deprecated
5657

@@ -76,6 +77,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7677
- Support OpenSSL Provider with default Netty allocator ([#5460](https://github.com/opensearch-project/OpenSearch/pull/5460))
7778
- Replaces ZipInputStream with ZipFile to fix Zip Slip vulnerability ([#7230](https://github.com/opensearch-project/OpenSearch/pull/7230))
7879
- Add missing validation/parsing of SearchBackpressureMode of SearchBackpressureSettings ([#7541](https://github.com/opensearch-project/OpenSearch/pull/7541))
80+
- Adds log4j configuration for telemetry LogSpanExporter ([#8393](https://github.com/opensearch-project/OpenSearch/pull/8393))
7981

8082
### Security
8183

@@ -94,6 +96,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9496
- Add API to initialize extensions ([#8029]()https://github.com/opensearch-project/OpenSearch/pull/8029)
9597
- Add distributed tracing framework ([#7543](https://github.com/opensearch-project/OpenSearch/issues/7543))
9698
- Enable Point based optimization for custom comparators ([#8168](https://github.com/opensearch-project/OpenSearch/pull/8168))
99+
- [Extensions] Support extension additional settings with extension REST initialization ([#8414](https://github.com/opensearch-project/OpenSearch/pull/8414))
100+
- Adds mock implementation for TelemetryPlugin ([#7545](https://github.com/opensearch-project/OpenSearch/issues/7545))
101+
- Support transport action names when registering NamedRoutes ([#7957](https://github.com/opensearch-project/OpenSearch/pull/7957))
97102

98103
### Dependencies
99104
- Bump `com.azure:azure-storage-common` from 12.21.0 to 12.21.1 (#7566, #7814)
@@ -126,6 +131,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
126131
- [Upgrade] Lucene 9.7.0 release (#8272)
127132
- Bump `org.jboss.resteasy:resteasy-jackson2-provider` from 3.0.26.Final to 6.2.4.Final in /qa/wildfly ([#8209](https://github.com/opensearch-project/OpenSearch/pull/8209))
128133
- Bump `com.google.api-client:google-api-client` from 1.34.0 to 2.2.0 ([#8276](https://github.com/opensearch-project/OpenSearch/pull/8276))
134+
- Update Apache HttpCore/ HttpClient and Apache HttpCore5 / HttpClient5 dependencies ([#8434](https://github.com/opensearch-project/OpenSearch/pull/8434))
135+
- Bump `org.apache.maven:maven-model` from 3.9.2 to 3.9.3 (#8403)
136+
- Bump `io.projectreactor.netty:reactor-netty` and `io.projectreactor.netty:reactor-netty-core` from 1.1.7 to 1.1.8 (#8405)
129137

130138
### Changed
131139
- Replace jboss-annotations-api_1.2_spec with jakarta.annotation-api ([#7836](https://github.com/opensearch-project/OpenSearch/pull/7836))
@@ -143,6 +151,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
143151
- Add self-organizing hash table to improve the performance of bucket aggregations ([#7652](https://github.com/opensearch-project/OpenSearch/pull/7652))
144152
- Check UTF16 string size before converting to String to avoid OOME ([#7963](https://github.com/opensearch-project/OpenSearch/pull/7963))
145153
- Move ZSTD compression codecs out of the sandbox ([#7908](https://github.com/opensearch-project/OpenSearch/pull/7908))
154+
- Update ZSTD default compression level ([#8471](https://github.com/opensearch-project/OpenSearch/pull/8471))
146155

147156

148157
### Deprecated

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dependencies {
117117
api 'de.thetaphi:forbiddenapis:3.5.1'
118118
api 'com.avast.gradle:gradle-docker-compose-plugin:0.16.12'
119119
api "org.yaml:snakeyaml:${props.getProperty('snakeyaml')}"
120-
api 'org.apache.maven:maven-model:3.9.2'
120+
api 'org.apache.maven:maven-model:3.9.3'
121121
api 'com.networknt:json-schema-validator:1.0.85'
122122
api 'org.jruby.jcodings:jcodings:1.0.58'
123123
api 'org.jruby.joni:joni:2.2.1'

buildSrc/version.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ netty = 4.1.94.Final
3333
joda = 2.12.2
3434

3535
# client dependencies
36-
httpclient5 = 5.1.4
37-
httpcore5 = 5.1.5
38-
httpclient = 4.5.13
39-
httpcore = 4.4.15
36+
httpclient5 = 5.2.1
37+
httpcore5 = 5.2.2
38+
httpclient = 4.5.14
39+
httpcore = 4.4.16
4040
httpasyncclient = 4.1.5
4141
commonslogging = 1.2
4242
commonscodec = 1.15

client/rest/licenses/httpclient5-5.1.4.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+
0c900514d3446d9ce5d9dbd90c21192048125440

client/rest/licenses/httpcore5-5.1.5.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+
6da28f5aa6c2b129ef49632e041a5203ce7507b2

client/rest/licenses/httpcore5-h2-5.1.5.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+
54ee1ed58fe8ac40be1083ea9873a6c734939ab9

client/sniffer/licenses/httpclient5-5.1.4.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)