Schema Registry Plugin Versions Save

Gradle plugin to interact with Confluent Schema-Registry.

V1.7.0

1 year ago

Features ✨

  • When schemas are registered, the ID can now be logged or saved in a csv file.

Bug fixes 🐛

  • Nothing new

On the technical side 🔧

  • Update to use last confluent version
  • Update README to reference the gradle plugin portal directly

Full Changelog: https://github.com/ImFlog/schema-registry-plugin/compare/v1.6.1...V1.7.0

v1.6.1

1 year ago

This is a maintenance release :)

Features ✨

  • The plugin is tested with Kafka 7

Bug fixes 🐛

  • Nothing new

On the technical side 🔧

  • Separate integration tests and unit
  • Update dependencies

v1.6.0

2 years ago

Features ✨

  • The local schema references are back for AVRO schema. JSON and Protobuf will follow soon.

Bug fixes 🐛

  • Nothing new

On the technical side 🔧

  • Add a new enum to simplify pattern matching on types.
  • Various version upgrade

Enjoy

V1.5.0

2 years ago

Features ✨

  • You can now put a specific output file name for the Download task

Bug fixes 🐛

  • Nothing new

On the technical side 🔧

  • Nothing new

Enjoy

V1.4.0

2 years ago

Features ✨

  • You can now enable a quiet mode to remove info logs from the plugin

Bug fixes 🐛

  • Nothing new

On the technical side 🔧

  • Nothing new

Enjoy

V1.3.0

2 years ago

Features ✨

  • Download subject task can now use regexp to download multiple schemas with the subjectPattern extension.

Bug fixes 🐛

  • Nothing new

On the technical side 🔧

  • Update dependencies versions

A huge thanks to @briancullen for the contribution 🙏

V1.2.0

3 years ago

Features ✨

  • Add details about the compatibility error for confluent version > 6.1.0

Bug fixes 🐛

  • Nothing new

On the technical side 🔧

  • Update dependencies version

V1.1.1

3 years ago

Features ✨

  • Nothing new

Bug fixes 🐛

  • Fix the scope of the extension (#51) We were reserving extension globally so no other plugin could use an extension named credentials for instance. You now have to put the extension in the schemaRegistry {} in order to be correctly resolved. This shouldn't impact users as it's already how it is documented.
  • Fix ssl sample by adding the test certificates as a symlink for Docker-Compose

On the technical side 🔧

  • Update Kotlin version
  • Use constants for Extension names

V1.1.0

3 years ago

Features ✨:

  • Support for absolute path for all tasks (input and outputs) (#49, #50)
  • Support for SSL (#49, #50)

On the technical side 🔧

  • Update dependencies to last stable versions

V1.0.1

3 years ago

No shinny feature :sparkles:

  • Update to Confluent 6.0.0
  • Add an example showing that using -1 in dependency version resolves its last version.

On the technical side :wrench:

  • Update gradle to 6.6.1
  • Update dependencies to last stable versions