Skip to content

Commit 14c20da

Browse files
Cleanup release 1.2.0, prepare 1.3.0 (#372)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: lucy66hw <178352792+lucy66hw@users.noreply.github.com>
1 parent 3366132 commit 14c20da

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66
### Added
7-
- Add local Protobuf conversion instructions to README ([#362](https://github.com/opensearch-project/opensearch-protobufs/pull/362))
8-
- Add in-place rename support for oneOf fields in post-processing ([#363](https://github.com/opensearch-project/opensearch-protobufs/pull/363))
9-
- Use official openapi-generator tool ([#364](https://github.com/opensearch-project/opensearch-protobufs/pull/364))
107

118
### Changed
129

1310
### Removed
14-
- Manual remove `BoostingQuery`, `DisMaxQuery`, `QueryStringQuery`, `SimpleQueryStringQuery`, `IntervalsQuery` and `ScriptScoreQuery` ([#367](https://github.com/opensearch-project/opensearch-protobufs/pull/367))
1511

1612
### Fixed
1713

1814
### Security
19-
- Upgrade dependencies to address security vulnerabilities ([#368](https://github.com/opensearch-project/opensearch-protobufs/pull/368))
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Version 1.2.0 (2026-01-22) Release Notes
2+
3+
### Added
4+
- Add local Protobuf conversion instructions to README ([#362](https://github.com/opensearch-project/opensearch-protobufs/pull/362))
5+
- Add in-place rename support for oneOf fields in post-processing ([#363](https://github.com/opensearch-project/opensearch-protobufs/pull/363))
6+
- Use official openapi-generator tool ([#364](https://github.com/opensearch-project/opensearch-protobufs/pull/364))
7+
8+
### Changed
9+
10+
### Removed
11+
- Manual remove `BoostingQuery`, `DisMaxQuery`, `QueryStringQuery`, `SimpleQueryStringQuery`, `IntervalsQuery` and `ScriptScoreQuery` ([#367](https://github.com/opensearch-project/opensearch-protobufs/pull/367))
12+
13+
### Fixed
14+
15+
### Security
16+
- Upgrade dependencies to address security vulnerabilities ([#368](https://github.com/opensearch-project/opensearch-protobufs/pull/368))

version.properties

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

0 commit comments

Comments
 (0)