Skip to content

Commit efc46db

Browse files
committed
Add delete PIT spec filter
Signed-off-by: xil <fridalu66@gmail.com>
1 parent 996056d commit efc46db

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
### Added
77
- Add support for double, int and long in BinaryFieldValue ([#460](https://github.com/opensearch-project/opensearch-protobufs/pull/460))
88
- Add Create PIT support to protobuf generation ([#466](https://github.com/opensearch-project/opensearch-protobufs/pull/466)).
9+
- Add Delete PIT support to protobuf generation.
910

1011
### Changed
1112

tools/proto-convert/src/config/spec-filter.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ x-operation-groups:
55
- ml.predict_model_stream
66
- ml.execute_agent_stream
77
- create_pit
8+
- delete_pit
89

910
# Schemas to exclude from proto generation
1011
# These schemas and their nested dependencies will not be included

0 commit comments

Comments
 (0)