Skip to content

Commit be3bedc

Browse files
Upgrade schema registry to version 0.6.0 (#199)
* Upgrade SR version to v0.6.0 * Change version number
1 parent d1e7c67 commit be3bedc

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# confluent-kafka-javascript v0.6.0
2+
3+
v0.5.2 is a limited availability maintenance release. It is supported for all usage.
4+
5+
## Fixes
6+
7+
### Schema Registry
8+
9+
1. Add AWS AssumeRole support to AWS KMS. You can now specify a role arn, and optional
10+
role session name and optional role external id.
11+
12+
2. Ensure different key ids use different client instances.
13+
114
# confluent-kafka-javascript v0.5.2
215

316
v0.5.2 is a limited availability maintenance release. It is supported for all usage.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schemaregistry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@confluentinc/schemaregistry",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "Node.js client for Confluent Schema Registry",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)