- Add more disk caching (#103)
- Include schema information when decoding (#100, #101, #104)
- Compatibility with Avro v1.9.0 (#94)
- Disable the auto registeration of schema (#95)
- abstracted caching from CachedConfluentSchemaRegistry (#74)
- Load avro-patches if installed to silence deprecation errors (#85)
- Make schema store to be thread safe (#92)
- Allow accessing schema store from outside AvroTurf (#68).
- The names
AvroTurf::SchemaRegistry
,AvroTurf::CachedSchemaRegistry
, andFakeSchemaRegistryServer
are deprecated and will be removed in a future release. UseAvroTurf::ConfluentSchemaRegistry
,AvroTurf::CachedConfluentSchemaRegistry
, andFakeConfluentSchemaRegistryServer
instead. - Add support for the Config API (http://docs.confluent.io/3.1.2/schema-registry/docs/api.html#config)
to
AvroTurf::ConfluentSchemaRegistry
.