confluent-schema-registry 3.3.2 → 3.3.3

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -9,48 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
 
10
10
  ### Added
11
11
 
12
- - Support [schema references](https://docs.confluent.io/platform/current/schema-registry/serdes-develop/index.html#schema-references) for Avro, Protocol Buffer, and JSON schema [#197](https://github.com/kafkajs/confluent-schema-registry/pull/197)
13
-
14
- ### Fixed
15
-
16
- - Fix Apicurio compatibility with register function [#201](https://github.com/kafkajs/confluent-schema-registry/pull/201)
17
-
18
- ## [3.2.1] - 2022-01-28
19
-
20
- ### Fixed
21
-
22
- - Don't swallow error message from client-side errors from registry requests [#176](https://github.com/kafkajs/confluent-schema-registry/pull/176)
23
-
24
- ## [3.2.0] - 2021-11-22
25
-
26
- ### Added
27
-
28
- - Add reader schema option when decoding Avro messages [#166](https://github.com/kafkajs/confluent-schema-registry/pull/166)
29
-
30
- ## [3.1.1] - 2021-11-03
31
-
32
- ### Fixed
33
-
34
- - Support backwards incompatible changes in Ajv 8 when passing in Ajv instance in JSON Schema options [#163](https://github.com/kafkajs/confluent-schema-registry/pull/163)
35
-
36
- ## [3.1.0] - 2021-11-03
37
-
38
- ### Added
39
-
40
- - Allow passing in Ajv instance in JSON Schema options [#133](https://github.com/kafkajs/confluent-schema-registry/pull/133)
41
-
42
- ### Fixed
43
-
44
- - Fix backwards compatibility with older Schema Registry versions [#158](https://github.com/kafkajs/confluent-schema-registry/pull/158)
45
-
46
- ### Fixed
47
-
48
- - Fix gateway config for when setting HTTP agent [#127](https://github.com/kafkajs/confluent-schema-registry/pull/127)
49
-
50
- ## [3.0.1] - 2021-06-11
51
- ### Fixed
52
-
53
- - Fix gateway config for when setting HTTP agent [#127](https://github.com/kafkajs/confluent-schema-registry/pull/127)
12
+ -field for error validation , and the issue of failing
54
13
 
55
14
  ## [3.0.0] - 2021-05-20
56
15
 
@@ -7,5 +7,5 @@
7
7
  },
8
8
  "promise": {}
9
9
  },
10
- "timestamp": "2024-09-03T13:11:31.232Z"
10
+ "timestamp": "2024-09-03T14:42:35.241Z"
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "confluent-schema-registry",
3
- "version": "3.3.2",
3
+ "version": "3.3.3",
4
4
  "main": "dist/index.js",
5
5
  "description": "ConfluentSchemaRegistry is a library that makes it easier to interact with the Confluent schema registry, it provides convenient methods to encode, decode and register new schemas using the Apache Avro serialization format.",
6
6
  "keywords": [