Schema Registry Plugin Versions Save

Gradle plugin to interact with Confluent Schema-Registry.

v1.9.1

3 months ago

Features ✨

  • Nothing new

Bug fixes 🐛

  • Fix an issue when local references reference other local references (#115 by @mattdupuy again)

On the technical side 🔧

  • Nothing new

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

v1.9.0

4 months ago

Features ✨

  • Local Avro schemas are now taken into account and can be mixed with remote ones (thanks to @mattdupuy for #112 )

Bug fixes 🐛

  • Nothing new

On the technical side 🔧

  • Kafka Integration tests on version 5.1.X are not working since few days without reasons. They are disabled from the CI pipeline until we understand what's going on but it should not impact real Kafka servers. If so please open an issue.
  • Update testcontainers version
  • Update README part on local schemas.

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

v1.8.0

7 months ago

Features ✨

  • Local JSON schema are now taken into account

Bug fixes 🐛

  • Nothing new

On the technical side 🔧

  • Move parsing code out of thr BaseTask (that is now removed) to reduce responsibility and improve readability
  • Updated json schema in test and example to reflect real schemas
  • Update README part on local schemas.

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

V1.7.0

7 months 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

10 months 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

1 year 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

1 year 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

1 year 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

1 year 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

2 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