Skip to content

Releases: sbt/sbt-avro

v3.0.0

12 Aug 08:35
Compare
Choose a tag to compare

New feature

  • Introduce avroSchemaParserBuilder setting
  • SchemaParserBuilder interface to provide custom avro schema parser

Breaking changes

  • Removed global schemaParser
  • Removed avroValidate and avroValidateDefaults settings (Must be set on the SchemaParserBuilder level)

v2.1.1

30 Jun 13:57
Compare
Choose a tag to compare
  • Respect publishArtifact setting (#30)

v2.1.0

18 Jun 17:22
Compare
Choose a tag to compare
  • Package, publish and unpack avro schema artifact (#18)
  • Add options to enable or disable Schema.Parser validations (#26)

v2.0.5

04 May 18:46
Compare
Choose a tag to compare
  • use managedSourceDirectories instead of sourceDirectories

v2.0.4

04 May 18:45
Compare
Choose a tag to compare
  • fix sourceDirectories and use avroGenerate / target

v2.0.3

04 May 18:45
Compare
Choose a tag to compare
  • make generated source configurable

v2.0.2

15 Apr 19:00
Compare
Choose a tag to compare
  • Decouple avro and avro-compiler dependencies
  • Fix avroSource handling

v2.0.1

15 Apr 15:04
Compare
Choose a tag to compare
  • Fix sbt 1.2.x compatibility

v2.0.0

13 Apr 22:39
Compare
Choose a tag to compare
  • Revamp settings to match best practices