Sha256: d088052a7335a20728153c05dc0eb0561b8764c6964b5872aaf032a7cdbcf824

Contents?: true

Size: 750 Bytes

Versions: 7

Compression:

Stored size: 750 Bytes

Contents

# This file is used to declare compatibility breaks for Avro JSON schemas.
# It is consulted when running the avro:check_compatibility rake task
# and during the deployment of new schema versions.
#
# Entries in the file have the following format:
#
#   name fingerprint [with_compatibility] [after_compatibility]
#
# name: The full name of the schema, including namespace.
#
# fingerprint: The SHA256 resolution fingerprint for the schema in hex.
#
# with_compatibility: The compatibility level to check against, and the level
#   to use during deployment. Defaults to NONE.
#
# after_compatibility: Optional compatibility level to set after a new schema
#   version is deployed.
#
# See https://github.com/salisfy/avrolution for more information.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
avrolution-0.4.1 lib/generators/avrolution/templates/avro_compatibility_breaks.txt
avrolution-0.4.1.rc0 lib/generators/avrolution/templates/avro_compatibility_breaks.txt
avrolution-0.4.0 lib/generators/avrolution/templates/avro_compatibility_breaks.txt
avrolution-0.4.0.rc1 lib/generators/avrolution/templates/avro_compatibility_breaks.txt
avrolution-0.4.0.rc0 lib/generators/avrolution/templates/avro_compatibility_breaks.txt
avrolution-0.3.0 lib/generators/avrolution/templates/avro_compatibility_breaks.txt
avrolution-0.2.0 lib/generators/avrolution/templates/avro_compatibility_breaks.txt