We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb00484 commit 3245ea4Copy full SHA for 3245ea4
lib/util.js
@@ -52,4 +52,4 @@ util.dictToStringList = function (mapOrObject) {
52
return list;
53
};
54
55
-util.bindingVersion = '0.5.1';
+util.bindingVersion = '0.5.2';
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@confluentinc/kafka-javascript",
3
- "version": "0.5.1",
+ "version": "0.5.2",
4
"description": "Node.js bindings for librdkafka",
5
"librdkafka": "2.6.1",
6
"librdkafka_win": "2.6.1",
schemaregistry/package.json
"name": "@confluentinc/schemaregistry",
"description": "Node.js client for Confluent Schema Registry",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments