Sha256: 61eb8ad849bc98ff502f1f265ab5ec59cbf6be5a066c15059c161b9514685e49

Contents?: true

Size: 750 Bytes

Versions: 12

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/salsify/avrolution for more information.

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
avrolution-0.9.0 lib/generators/avrolution/templates/avro_compatibility_breaks.txt
avrolution-0.8.0 lib/generators/avrolution/templates/avro_compatibility_breaks.txt
avrolution-0.7.2 lib/generators/avrolution/templates/avro_compatibility_breaks.txt
avrolution-0.7.1 lib/generators/avrolution/templates/avro_compatibility_breaks.txt
avrolution-0.7.0 lib/generators/avrolution/templates/avro_compatibility_breaks.txt
avrolution-0.6.1 lib/generators/avrolution/templates/avro_compatibility_breaks.txt
avrolution-0.6.0 lib/generators/avrolution/templates/avro_compatibility_breaks.txt
avrolution-0.5.0 lib/generators/avrolution/templates/avro_compatibility_breaks.txt
avrolution-0.5.0.rc0 lib/generators/avrolution/templates/avro_compatibility_breaks.txt
avrolution-0.4.4 lib/generators/avrolution/templates/avro_compatibility_breaks.txt
avrolution-0.4.3 lib/generators/avrolution/templates/avro_compatibility_breaks.txt
avrolution-0.4.2 lib/generators/avrolution/templates/avro_compatibility_breaks.txt