Skip to content

Releases: kafkajs/confluent-schema-registry

v3.3.0

04 Oct 10:00
a3921d3
Compare
Choose a tag to compare

[3.3.0] - 2022-10-04

Added

Fixed

  • Fix Apicurio compatibility with register function #201

v3.2.1

28 Jan 13:01
Compare
Choose a tag to compare

[3.2.1] - 2022-01-28

Fixed

  • Don't swallow error message from client-side errors from registry requests #176

v3.2.0

22 Nov 10:34
Compare
Choose a tag to compare

[3.2.0] - 2021-11-22

Added

  • Add reader schema option when decoding Avro messages #166

v3.1.1

04 Nov 06:41
d282f9f
Compare
Choose a tag to compare

[3.1.1] - 2021-11-03

Fixed

  • Support backwards incompatible changes in Ajv 8 when passing in Ajv instance in JSON Schema options #163

v3.1.0

03 Nov 14:23
407de7f
Compare
Choose a tag to compare

[3.1.0] - 2021-11-03

Added

  • Allow passing in Ajv instance in JSON Schema options #133

Fixed

  • Fix backwards compatibility with older Schema Registry versions #158

Fixed

  • Fix gateway config for when setting HTTP agent #127

v3.0.1

11 Jun 11:32
Compare
Choose a tag to compare

[3.0.1] - 2021-06-11

Fixed

  • Fix gateway config for when setting HTTP agent #127

v3.0.0

20 May 11:32
8efbdd6
Compare
Choose a tag to compare

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

Added

  • Allow setting HTTP agent #108

Fixed

  • Fix default nested Protobuf type #113

v2.0.1

02 Apr 16:14
Compare
Choose a tag to compare

[2.0.1] - 2021-04-02

  • Fix export of SchemaType #100

v2.0.0

04 Mar 13:09
Compare
Choose a tag to compare

[2.0.0] - 2021-02-28

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!

Added

  • Support Protobuf and JSON Schema #93

v1.0.6

02 Jul 13:42
Compare
Choose a tag to compare
1.0.6