- Add CA cert file option (#157)
- Add compatibility with Avro v1.11.x.
- Purge sub-schemas from cache before re-parsing schema (#151)
- Add support for Ruby 3 (#146)
- Add ability to validate message before encoding in
AvroTurf#encode
interface
- Prevent CachedConfluentSchemaRegistry from caching the 'latest' version (#140)
- Fix issue with zero length schema cache file (#138)
- Add support for plain user/password auth to ConfluentSchemaRegistry (#120)
- Expose
fetch_schema
,fetch_schema_by_id
andregister_schema
schema inMessaging
interface (#117, #119) - Add ability to validate message before encoding in
Messaging#encode
interface (#116, #118)
- Compatibility with Avro v1.10.x.
- Stop caching nested sub-schemas (#111)
- Add proxy support (#107)
- Adding support for client certs (#109)
- 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
.