Skip to content

radar-schemas 0.7.0

Compare
Choose a tag to compare
@blootsvoets blootsvoets released this 26 May 09:20
· 556 commits to master since this release

Changes since version 0.6.1:

  • Separated Java project into smaller modules
    • Introduces radar-catalog-server application that replaces the catalog server from radar-schemas-tools.
    • Introduces radar-schemas-core library that replaces parsing and validation code from radar-schemas-tools.
    • Introduces radar-schemas-registration library that replaces topic and schema registration code from radar-schemas-tools.
  • Fixed topic initialisation classpath and dependency issues
  • Improved catalog-server logging.
  • Read Avro schemas in via parser instead of via an avro tools Java class preprocessor.
  • Added Github Actions