Schema Registry Plugin Versions Save

Gradle plugin to interact with Confluent Schema-Registry.

v2.1.0

1 month ago

What's changed

Features ✨

Bug fixes 🐛

Technical 🔧

New Contributors

Full Changelog: https://github.com/ImFlog/schema-registry-plugin/compare/v2.0.0...v2.1.0

v2.0.0

1 month ago

What's changed

Breaking ⚠️

Features ✨

Bug fixes 🐛

Technical 🔧

  • Update confluent version

New Contributors

Full Changelog: https://github.com/ImFlog/schema-registry-plugin/compare/v1.13.0...v2.0.0

v1.13.0

3 months ago

What's changed

Features ✨

Bug fixes 🐛

  • No bug fix

Technical 🔧

  • Update kotlin version and confluent version

New Contributors

Full Changelog: https://github.com/ImFlog/schema-registry-plugin/compare/v1.12.0...v1.13.0

v1.12.0

5 months ago

Features ✨

  • No more need to add repository dependencies (jitpack and confluent) as we are now building a fat jar (#148)

Bug fixes 🐛

  • No bug fix

On the technical side 🔧

  • Update kotlin version and confluent version

Full Changelog: https://github.com/ImFlog/schema-registry-plugin/compare/v1.11.1...v1.12.0

v1.11.1

9 months ago

Features ✨

  • No new feature

Bug fixes 🐛

  • Fix a major bug that prevented local references to be resolved correctly in Avro. Now local and remote dependencies should be mixable correctly. Thanks @chriskn for the help and the reproducing test cases (#132)

On the technical side 🔧

  • We are now relying on a custom Avro version that doesn't fail on unknown reference. May be worth to push this on the main repo later.

Full Changelog: https://github.com/ImFlog/schema-registry-plugin/compare/v1.11.0...v1.11.1

v1.11.0

11 months ago

Features ✨

Bug fixes 🐛

  • Nothing new

On the technical side 🔧

  • Nothing new

Full Changelog: https://github.com/ImFlog/schema-registry-plugin/compare/v1.10.0...v1.11.0

v1.10.0

1 year ago

Features ✨

Bug fixes 🐛

  • Nothing new

On the technical side 🔧

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

v1.9.1

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

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

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