daml/buf-ledger-api.yaml
2022-08-03 15:58:09 +02:00

19 lines
643 B
YAML

# Copyright (c) 2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
version: v1beta1
build:
roots:
- ledger-api/grpc-definitions
- 3rdparty/protobuf
breaking:
use:
# Note: FILE disallows field renaming, while WIRE does allow it.
# We rely in particular on fields not getting renamed in `UpdateXXX` calls that use a `FieldMask`
# to select the fields to update, see https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/field_mask.proto
- FILE
except:
- FILE_NO_DELETE # Avoids errors due to refactored `buf` modules.