Skip to content

Releases: kafkajs/confluent-schema-registry

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

v1.0.0

13 Sep 13:34
Compare
Choose a tag to compare

[1.0.0] - 2019-09-13

Changed

  • See 0.2.0 version

v0.2.0

13 Sep 12:09
Compare
Choose a tag to compare

[0.2.0] - 2019-09-13

Changed

  • Version 0.1.0 didn't transpile the Typescript files

v0.1.0

12 Sep 17:02
Compare
Choose a tag to compare

[0.1.0] - 2019-09-12

Added

  • Encode, decode and sync operations