Skip to content

Commit a717346

Browse files
authored
v0.3.0 final release (#128)
* Changelog entry for #123
1 parent dab7048 commit a717346

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
v0.3.0 is a limited availability feature release. It is supported for all usage.
44

5-
## Features
5+
## Enhancements
66

77
1. References librdkafka v2.6.0. Refer to the [librdkafka v2.6.0 release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.6.0) for more information.
8+
1. Minor optimization to reduce schema ID lookups (#123).
89

910

1011
# confluent-kafka-javascript v0.2.1

lib/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ util.dictToStringList = function (mapOrObject) {
5252
return list;
5353
};
5454

55-
util.bindingVersion = '0.3.0-RC2';
55+
util.bindingVersion = '0.3.0';

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@confluentinc/kafka-javascript",
3-
"version": "0.3.0-RC2",
3+
"version": "0.3.0",
44
"description": "Node.js bindings for librdkafka",
55
"librdkafka": "2.6.0",
66
"librdkafka_win": "2.6.0",

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.3.0-RC2",
3+
"version": "0.3.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)