Skip to content

Commit 00059c1

Browse files
committed
update to 0.12.0 protos
Signed-off-by: Karen Xu <[email protected]>
1 parent 65ae49c commit 00059c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212
- Add StoreFactory plugin interface for custom Store implementations([#19091](https://github.com/opensearch-project/OpenSearch/pull/19091))
1313
- Use S3CrtClient for higher throughput while uploading files to S3 ([#18800](https://github.com/opensearch-project/OpenSearch/pull/18800))
1414
- Add a dynamic setting to change skip_cache_factor and min_frequency for querycache ([#18351](https://github.com/opensearch-project/OpenSearch/issues/18351))
15-
- Upgrade opensearch-protobufs dependency to 0.10.0 and update transport-grpc module compatibility ([#19007](https://github.com/opensearch-project/OpenSearch/issues/19007))
15+
- Upgrade opensearch-protobufs dependency to 0.12.0 and update transport-grpc module compatibility ([#19007](https://github.com/opensearch-project/OpenSearch/issues/19007))
1616

1717
### Changed
1818
- Add CompletionStage variants to methods in the Client Interface and default to ActionListener impl ([#18998](https://github.com/opensearch-project/OpenSearch/pull/18998))

modules/transport-grpc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
implementation "io.grpc:grpc-stub:${versions.grpc}"
3535
implementation "io.grpc:grpc-util:${versions.grpc}"
3636
implementation "io.perfmark:perfmark-api:0.27.0"
37-
implementation "org.opensearch:protobufs:0.10.0"
37+
implementation "org.opensearch:protobufs:0.12.0"
3838
testImplementation project(':test:framework')
3939
}
4040

0 commit comments

Comments
 (0)