All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support schema references for Avro, Protocol Buffer, and JSON schema #197
- Fix Apicurio compatibility with register function #201
- Don't swallow error message from client-side errors from registry requests #176
- Add reader schema option when decoding Avro messages #166
- Support backwards incompatible changes in Ajv 8 when passing in Ajv instance in JSON Schema options #163
- Allow passing in Ajv instance in JSON Schema options #133
- Fix backwards compatibility with older Schema Registry versions #158
- Fix gateway config for when setting HTTP agent #127
- Fix gateway config for when setting HTTP agent #127
This version is non-breaking for the overwhelming majority of users.
When creating an instance of SchemaRegistry for Protobuf without the messageName
parameter
confluent-schema-registry would, under certain circumstances, default
to the wrong message type in the schema. Specifically, instead of defaulting to
the first message type in the schema it would erroneously default to the first
message type that did not define a nested type.
If you were relying on this behavior may need to either:
- Start passing the
messageName
parameter instead of relying on the default behavior - Update your schemas and re-ingest messages accordingly
See issue #112 for more info
- Allow setting HTTP agent #108
- Fix default nested Protobuf type #113
- Fix export of SchemaType #100
This version adds support for Protobuf and JSON Schema, in addition to the already supported Avro format!
See Migrating to v2 for information on how to adapt your application to the new API. For most users, the change should be rather minor.
Big thanks to @dskatz22 and @Malkiz for their significant contributions!
- Support Protobuf and JSON Schema #93
- Support pre registered schemas by adding method
getRegistryIdBySchema
#58
- Prevent Unnecessary Requests on Cache Misses #48
- Support ForSchemaOption to call avro.Type.forSchema() #47
- Support sharing of types between protocols #43
- Allow for specifying subjects explicitly #19
- Added the schema compatibility remaining constants #14
- Added method to fetch latest schema id by subject #17
- Added method to get the schemaID based on subject #18
- Support basic auth authentication #21
- See
0.2.0
version
- Version
0.1.0
didn't transpile the Typescript files
- Encode, decode and sync operations