Skip to content

Commit c0b8be1

Browse files
committed
Clean up after 0.24.0 release
Signed-off-by: Karen X <karenxyr@gmail.com>
1 parent 4c2b405 commit c0b8be1

3 files changed

Lines changed: 34 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,11 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44

55
## [Unreleased]
66
### Added
7-
- Preprocessing: Change prefix from underscore_ to x_ and require map key ([#216](https://github.com/opensearch-project/opensearch-protobufs/pull/216))
8-
- Add Cardinality and Missing aggregations. ([#245](https://github.com/opensearch-project/opensearch-protobufs/pull/245))
9-
- Add terms aggregation protos ([#268](https://github.com/opensearch-project/opensearch-protobufs/pull/268))
10-
- Preprocessing: Handle unnamed additionalProperties.([#272](https://github.com/opensearch-project/opensearch-protobufs/pull/272))
11-
- Support importing without proto file name knowledge in Python generated protobuf code ([#275](https://github.com/opensearch-project/opensearch-protobufs/pull/275))
12-
- Preprocessing - Add filter to not convert additionalProperties when only one key allowed ([#292](https://github.com/opensearch-project/opensearch-protobufs/pull/292))
13-
- Add HybridQuery protos ([#294](https://github.com/opensearch-project/opensearch-protobufs/pull/294))
14-
- Preprocessing - Consolidate global parameters into GlobalParams schema ([#295](https://github.com/opensearch-project/opensearch-protobufs/pull/295))
15-
- Preprocessing - x-protobuf-type override origin type ([#297](https://github.com/opensearch-project/opensearch-protobufs/pull/297))
16-
- Preprocessing - Support x-protobuf-type overrides in composed schemas with proper OpenAPI type+format mapping ([#300](https://github.com/opensearch-project/opensearch-protobufs/pull/300))
7+
178
### Changed
18-
- Update preprocessing for x-protobuf-excluded ([#266](https://github.com/opensearch-project/opensearch-protobufs/pull/266))
19-
- Fix aggregations protos ([#270](https://github.com/opensearch-project/opensearch-protobufs/pull/270))
20-
- Bump gradle to 9.2.0 and JDK to 25 in GHAs ([#276](https://github.com/opensearch-project/opensearch-protobufs/pull/276))
21-
- Align protobuf 0.24.0 with latest spec ([#302](https://github.com/opensearch-project/opensearch-protobufs/pull/302))
229

2310
### Removed
24-
- Remove error responses for single doc ingestion APIS (Index, Update, Get, Delete Doc) ([#258](https://github.com/opensearch-project/opensearch-protobufs/pull/258))
2511

2612
### Fixed
2713

2814
### Security
29-
- Updated gRPC from 1.68.2 to 1.70.0 to address multiple Netty vulnerabilities (CVE-2024-47535 and others)
30-
- Updated Protobuf from 3.25.5 to 3.25.8 to address CVE-2024-7254 (stack overflow vulnerability)
31-
- Updated JavaScript dependencies to address low-severity vulnerabilities:
32-
- eslint-config-standard-with-typescript: 43.0.1 -> 43.0.2
33-
- json-schema-to-typescript: 14.0.4 -> 15.0.2
34-
- @eslint/eslintrc: 3.0.2 -> 3.1.0
35-
- Added JUnit override >=4.13.2 to address test framework vulnerabilities
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## Version 0.24.0 (2025-11-19) Release Notes
2+
3+
### Added
4+
- Preprocessing: Change prefix from underscore_ to x_ and require map key ([#216](https://github.com/opensearch-project/opensearch-protobufs/pull/216))
5+
- Add Cardinality and Missing aggregations. ([#245](https://github.com/opensearch-project/opensearch-protobufs/pull/245))
6+
- Add terms aggregation protos ([#268](https://github.com/opensearch-project/opensearch-protobufs/pull/268))
7+
- Preprocessing: Handle unnamed additionalProperties.([#272](https://github.com/opensearch-project/opensearch-protobufs/pull/272))
8+
- Support importing without proto file name knowledge in Python generated protobuf code ([#275](https://github.com/opensearch-project/opensearch-protobufs/pull/275))
9+
- Preprocessing - Add filter to not convert additionalProperties when only one key allowed ([#292](https://github.com/opensearch-project/opensearch-protobufs/pull/292))
10+
- Add HybridQuery protos ([#294](https://github.com/opensearch-project/opensearch-protobufs/pull/294))
11+
- Preprocessing - Consolidate global parameters into GlobalParams schema ([#295](https://github.com/opensearch-project/opensearch-protobufs/pull/295))
12+
- Preprocessing - x-protobuf-type override origin type ([#297](https://github.com/opensearch-project/opensearch-protobufs/pull/297))
13+
- Preprocessing - Support x-protobuf-type overrides in composed schemas with proper OpenAPI type+format mapping ([#300](https://github.com/opensearch-project/opensearch-protobufs/pull/300))
14+
### Changed
15+
- Update preprocessing for x-protobuf-excluded ([#266](https://github.com/opensearch-project/opensearch-protobufs/pull/266))
16+
- Fix aggregations protos ([#270](https://github.com/opensearch-project/opensearch-protobufs/pull/270))
17+
- Bump gradle to 9.2.0 and JDK to 25 in GHAs ([#276](https://github.com/opensearch-project/opensearch-protobufs/pull/276))
18+
- Align protobuf 0.24.0 with latest spec ([#302](https://github.com/opensearch-project/opensearch-protobufs/pull/302))
19+
20+
### Removed
21+
- Remove error responses for single doc ingestion APIS (Index, Update, Get, Delete Doc) ([#258](https://github.com/opensearch-project/opensearch-protobufs/pull/258))
22+
23+
### Fixed
24+
25+
### Security
26+
- Updated gRPC from 1.68.2 to 1.70.0 to address multiple Netty vulnerabilities (CVE-2024-47535 and others)
27+
- Updated Protobuf from 3.25.5 to 3.25.8 to address CVE-2024-7254 (stack overflow vulnerability)
28+
- Updated JavaScript dependencies to address low-severity vulnerabilities:
29+
- eslint-config-standard-with-typescript: 43.0.1 -> 43.0.2
30+
- json-schema-to-typescript: 14.0.4 -> 15.0.2
31+
- @eslint/eslintrc: 3.0.2 -> 3.1.0
32+
- Added JUnit override >=4.13.2 to address test framework vulnerabilities

version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.24.0
1+
version=0.25.0

0 commit comments

Comments
 (0)