Skip to content

Releases: Strech/avrora

Add debug output

11 Aug 18:59
6e2c07e
Compare
Choose a tag to compare

Useful debug output was added to some operations, for instance like that:

20:44:30.005 [debug] reading schema `io.confluent.Payment` from the file /Volumes/SSDCard/Development/github/avrora/test/fixtures/schemas/io/confluent/Payment.avsc

Also, Avrora.Config.schemas_path default value was fixed

Out of beta, yaw 🎉

13 Jul 22:23
Compare
Choose a tag to compare

One of the main difference from the first version – no more AvroEx dependency. Instead erlavro is used. This change allows having fewer dependencies and better performance.

Also an internal structure of Avrora.Schema was changed and now it consumes less memory.

Welcome Avrora!

13 Jul 22:02
Compare
Choose a tag to compare
Welcome Avrora! Pre-release
Pre-release

The first release of a library for encoding/decoding AVRO-schemas. It can use both locally stored schemas and schemas uploaded to a confluent schema registry