Skip to content

Commit 18d3e21

Browse files
authored
Update for 1.4.0 (#342)
1 parent 754fb4c commit 18d3e21

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

.semaphore/semaphore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ global_job_config:
2828
- git submodule update --init --recursive
2929
- cd deps/librdkafka
3030
- git fetch origin
31-
- git checkout v2.11.0-RC4
31+
- git checkout v2.11.0
3232
- cd ../../
3333
- cache clear
3434

lib/error.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ LibrdKafkaError.wrap = errorWrap;
2828
* @constant
2929
* @memberof RdKafka
3030
*/
31-
// ====== Generated from librdkafka 2.11.0-RC4 file src-cpp/rdkafkacpp.h ======
31+
// ====== Generated from librdkafka 2.11.0 file src-cpp/rdkafkacpp.h ======
3232
LibrdKafkaError.codes = {
3333

3434
/* Internal errors to rdkafka: */

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 = '1.4.0-rc0';
55+
util.bindingVersion = '1.4.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@confluentinc/kafka-javascript",
3-
"version": "1.4.0-rc0",
3+
"version": "1.4.0",
44
"description": "Node.js bindings for librdkafka",
5-
"librdkafka": "2.11.0-RC4",
6-
"librdkafka_win": "2.11.0-RC4",
5+
"librdkafka": "2.11.0",
6+
"librdkafka_win": "2.11.0",
77
"main": "lib/index.js",
88
"types": "types/index.d.ts",
99
"scripts": {

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": "1.4.0-rc0",
3+
"version": "1.4.0",
44
"description": "Node.js client for Confluent Schema Registry",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

types/config.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ====== Generated from librdkafka 2.11.0-RC4 file CONFIGURATION.md ======
1+
// ====== Generated from librdkafka 2.11.0 file CONFIGURATION.md ======
22
// Code that generated this is a derivative work of the code from Nam Nguyen
33
// https://gist.github.com/ntgn81/066c2c8ec5b4238f85d1e9168a04e3fb
44

types/errors.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ====== Generated from librdkafka 2.11.0-RC4 file src-cpp/rdkafkacpp.h ======
1+
// ====== Generated from librdkafka 2.11.0 file src-cpp/rdkafkacpp.h ======
22
export const CODES: { ERRORS: {
33
/* Internal errors to rdkafka: */
44
/** Begin internal error codes (**-200**) */

0 commit comments

Comments
 (0)