You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
4
4
5
5
## [Unreleased]
6
6
### Added
7
-
- Add unit test workflow with coverage reporting ([#346](https://github.com/opensearch-project/opensearch-protobufs/pull/346))
8
-
- parsing service definition to support auto-detect root messages for cleanup ([#347](https://github.com/opensearch-project/opensearch-protobufs/pull/347))
9
-
- Add CompatibilityReporter for backward compatibility change tracking ([#349](https://github.com/opensearch-project/opensearch-protobufs/pull/349))
10
7
11
8
### Changed
12
-
- Fix enum value annotations not being preserved ([#353](https://github.com/opensearch-project/opensearch-protobufs/pull/353))
13
-
- Preserve comments on versioned fields and Rename "REMOVED" to "DEPRECATED" in reports ([#355](https://github.com/opensearch-project/opensearch-protobufs/pull/355))
14
-
- Updates the backward compatibility report workflow to compare against the latest proto files ([#356](https://github.com/opensearch-project/opensearch-protobufs/pull/356))
15
-
- Speed up the proto conversion workflow by using a pre-built openapi-generator-cli.jar ([#357](https://github.com/opensearch-project/opensearch-protobufs/pull/357))
16
-
- Rename double_array to coords in `TermsQueryField` and field_value_array to value in `GeoLocation` ([#359](https://github.com/opensearch-project/opensearch-protobufs/pull/359))
- Add unit test workflow with coverage reporting ([#346](https://github.com/opensearch-project/opensearch-protobufs/pull/346))
5
+
- parsing service definition to support auto-detect root messages for cleanup ([#347](https://github.com/opensearch-project/opensearch-protobufs/pull/347))
6
+
- Add CompatibilityReporter for backward compatibility change tracking ([#349](https://github.com/opensearch-project/opensearch-protobufs/pull/349))
7
+
8
+
### Changed
9
+
- Fix enum value annotations not being preserved ([#353](https://github.com/opensearch-project/opensearch-protobufs/pull/353))
10
+
- Preserve comments on versioned fields and Rename "REMOVED" to "DEPRECATED" in reports ([#355](https://github.com/opensearch-project/opensearch-protobufs/pull/355))
11
+
- Updates the backward compatibility report workflow to compare against the latest proto files ([#356](https://github.com/opensearch-project/opensearch-protobufs/pull/356))
12
+
- Speed up the proto conversion workflow by using a pre-built openapi-generator-cli.jar ([#357](https://github.com/opensearch-project/opensearch-protobufs/pull/357))
13
+
- Rename double_array to coords in `TermsQueryField` and field_value_array to value in `GeoLocation` ([#359](https://github.com/opensearch-project/opensearch-protobufs/pull/359))
0 commit comments