Skip to content

Commit 99bfb7e

Browse files
committed
update changelog
Signed-off-by: xil <fridalu66@gmail.com>
1 parent 5749641 commit 99bfb7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
99
- preprocessing - Support maxProperties=1 constraints by marking them as `oneof` for protobuf generation ([#317](https://github.com/opensearch-project/opensearch-protobufs/pull/317))
1010
- Preprocessing - Support x-protobuf-required to enforce required protobuf field and convert oneOf properties pattern to min/max Properties = 1 ([#318](https://github.com/opensearch-project/opensearch-protobufs/pull/318))
1111
- Preprocessing - Add schema exclusion list to filter out schemas and their dependencies ([#328](https://github.com/opensearch-project/opensearch-protobufs/pull/328))
12-
- Postprocessing- Add postprocessing support ([#332](https://github.com/opensearch-project/opensearch-protobufs/pull/332))
12+
- Postprocessing- Add postprocessing support ([#333](https://github.com/opensearch-project/opensearch-protobufs/pull/333))
1313

1414
### Changed
1515
- Backward incompatible change for unimplemented query types `ScriptScoreQuery`, `SimpleQueryStringQuery`, `DisMaxQuery`, `IntervalsQuery`, `QueryStringQuery` and `TermsAggregation` ([#324](https://github.com/opensearch-project/opensearch-protobufs/pull/324))
1616
- Backward compatible change for implemented query types `RegexpQuery`, `WildcardQuery`, `PrefixQuery`, `MultiMatchQuery`, `MatchQuery`, `MatchBoolPrefixQuery`, `FuzzyQuery` and `ErrorCause` ([#325](https://github.com/opensearch-project/opensearch-protobufs/pull/325))
1717
- Remove unsupported protobufs `Aggregate`, `Suggester` and `AggregationContainer` ([#327](https://github.com/opensearch-project/opensearch-protobufs/pull/327))
1818
- Consolidate all protobuf schemas into common.proto ([#330](https://github.com/opensearch-project/opensearch-protobufs/pull/330))
1919
- Reorder protobufs - messages top, enums bottom ([#331](https://github.com/opensearch-project/opensearch-protobufs/pull/331))
20-
- Reformat protobufs - Add lines between fields and messages ([#331](https://github.com/opensearch-project/opensearch-protobufs/pull/331))
20+
- Reformat protobufs - Add lines between fields and messages ([#332](https://github.com/opensearch-project/opensearch-protobufs/pull/332))
2121

2222
### Removed
2323
- Removed unused messages ([#319](https://github.com/opensearch-project/opensearch-protobufs/pull/319))

0 commit comments

Comments
 (0)