Agile Lab Dev Darwin Versions Save

Avro Schema Evolution made easy

1.2.2

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/agile-lab-dev/darwin/compare/1.2.1...1.2.2

1.2.1

3 years ago
  • [#104] Implement retrieveLatestSchema API(#105)
  • [#102] Update scala versions to 2.13.5 and 2.12.13 (#103)

1.2.0

3 years ago
  • [#95] CachedLazyAvroSchemaManager should not call getId when executing getSchema
  • [#91] Add extractId to Connector and AvroSchemaManager public API

1.1.1

3 years ago
  • [#91] Add extractId to the public API of AvroSchemaManager

1.1.0

3 years ago

Darwin 1.1.0 is available on maven central for every scala version you'd like to use (2.10 - 2.13)

Changes

  • #65 Confluent Rest Connector
  • #65 Refactor the connector interface to allow different encoding implementation from AvroSingleObjectEncoding
  • #81 Update sbt to 1.4.2 and use sbtn in builds

Thanks to all the contributors 🎉 :

@andrea-rockt @tmnd1991

1.0.14

3 years ago

Darwin 1.0.14 is available on maven central for every scala version you'd like to use (2.10 - 2.13)

Changes

  • #54 Create HBase2 connector
  • #78 Update to scala 2.13.3, 2.12.12 and sbt 1.3.13

Thanks to all the contributors 🎉 :

@tmnd1991

1.0.13

3 years ago

Darwin 1.0.13 is available on maven central for every scala version you like to use (2.10 - 2.13)

Changes

  • #74 Avoid useless IO operations
  • #72 Expose configured endianness from AvroSchemaManager
  • #67 Remove AvroSingleObjectEncodingUtils.getId unused param ByteOrder
  • #57 New "useful" MockConnector
  • #63 Avoid depending on guava (this gave a lot of headaches)

BugFix

  • #70 compat.RightBiasedEither.rightMap does not work with Left
  • #26 Postgresql connector fails to re-insert the same schema twice

Contributors

Thanks to all the contributors 🎉 :

  • @adarmiento
  • @tmnd1991