1 parent 996056d commit efc46dbCopy full SHA for efc46db
2 files changed
CHANGELOG.md
@@ -6,6 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
### Added
7
- Add support for double, int and long in BinaryFieldValue ([#460](https://github.com/opensearch-project/opensearch-protobufs/pull/460))
8
- 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.
10
11
### Changed
12
tools/proto-convert/src/config/spec-filter.yaml
@@ -5,6 +5,7 @@ x-operation-groups:
5
- ml.predict_model_stream
- ml.execute_agent_stream
- create_pit
+ - delete_pit
# Schemas to exclude from proto generation
# These schemas and their nested dependencies will not be included
0 commit comments