Skip to content

Releases: kafkajs/confluent-schema-registry

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

v1.0.5

18 Mar 15:11
dea9d9d
Compare
Choose a tag to compare

[1.0.5] - 2020-03-18

Added

Prevent Unnecessary Requests on Cache Misses #48

v1.0.4

07 Mar 16:17
67e45e8
Compare
Choose a tag to compare

[1.0.4] - 2020-03-07

Added

  • Support ForSchemaOption to call avro.Type.forSchema() #47

v1.0.3

12 Feb 07:27
Compare
Choose a tag to compare

[1.0.3] - 2020-02-11

Added

  • Support sharing of types between protocols #43

Fixed

  • Fix SchemaRegistry host port #40
  • Add string as possible type for subject version #38

v1.0.2

28 Nov 08:53
39659a6
Compare
Choose a tag to compare

[1.0.2] - 2019-11-28

Added

  • Allow for specifying subjects explicitly #19

Fixed

  • Fix @types/jest issue #29
  • Fix es-abstract version issue 28

v1.0.1

25 Oct 09:40
09047a1
Compare
Choose a tag to compare

[1.0.1] - 2019-10-25

Added

  • 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