- 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
.