From 8fd95f386bade80aebe8df6aac5418ec09b0eea9 Mon Sep 17 00:00:00 2001 From: Kaushik Raina Date: Tue, 16 Dec 2025 19:44:36 +0530 Subject: [PATCH] Generate v1.8.0-rc1 release --- CHANGELOG.md | 14 ++++++++++++++ README.md | 1 + lib/error.js | 2 +- lib/util.js | 2 +- package.json | 6 +++--- schemaregistry/package.json | 2 +- types/config.d.ts | 2 +- types/errors.d.ts | 2 +- 8 files changed, 23 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4cb27f8..ee129338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# confluent-kafka-javascript 1.8.0-rc1 + +v1.8.0-rc1 is a release candidate. It is supported for testing and evaluation purposes. + +## Enhancements + +1. References librdkafka v2.13.0-RC1. Refer to the [librdkafka v2.13.0-RC1 release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.13.0-RC1) for more information. +2. Export CelExecutor/CelFieldExecutor in schemaregistry index.ts (#412). +3. Minor improvement to rule failure message (#419). + +## Fixes + +1. fix(deps): update dependency validator to v13.15.22 [security] (#413). + # confluent-kafka-javascript 1.7.0 v1.7.0 is a feature release. It is supported for all usage. diff --git a/README.md b/README.md index d61d5645..8190757c 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ For guidelines on contributing please see [CONTRIBUTING.md](CONTRIBUTING.md) | 1.5.0 | 2.11.1 | | 1.6.0 | 2.12.0 | | 1.7.0 | 2.12.1 | +| 1.8.0 | 2.13.0-RC1 | This mapping is applicable if you're using a pre-built binary. Otherwise, you can check the librdkafka version with the following command: diff --git a/lib/error.js b/lib/error.js index b29d1038..0ea673d4 100644 --- a/lib/error.js +++ b/lib/error.js @@ -28,7 +28,7 @@ LibrdKafkaError.wrap = errorWrap; * @constant * @memberof RdKafka */ -// ====== Generated from librdkafka 2.12.1 file src-cpp/rdkafkacpp.h ====== +// ====== Generated from librdkafka 2.13.0-RC1 file src-cpp/rdkafkacpp.h ====== LibrdKafkaError.codes = { /* Internal errors to rdkafka: */ diff --git a/lib/util.js b/lib/util.js index a8a9322f..bb992e91 100644 --- a/lib/util.js +++ b/lib/util.js @@ -52,4 +52,4 @@ util.dictToStringList = function (mapOrObject) { return list; }; -util.bindingVersion = '1.7.0'; +util.bindingVersion = '1.8.0-rc1'; diff --git a/package.json b/package.json index 9f0a1900..616f7a5a 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "@confluentinc/kafka-javascript", - "version": "1.7.0", + "version": "1.8.0-rc1", "description": "Node.js bindings for librdkafka", - "librdkafka": "2.12.1", - "librdkafka_win": "2.12.1", + "librdkafka": "2.13.0-RC1", + "librdkafka_win": "2.13.0-RC1", "main": "lib/index.js", "types": "types/index.d.ts", "scripts": { diff --git a/schemaregistry/package.json b/schemaregistry/package.json index 964a6742..1aa28e34 100644 --- a/schemaregistry/package.json +++ b/schemaregistry/package.json @@ -1,6 +1,6 @@ { "name": "@confluentinc/schemaregistry", - "version": "1.7.0", + "version": "1.8.0-rc1", "description": "Node.js client for Confluent Schema Registry", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/types/config.d.ts b/types/config.d.ts index c7dc338a..8f9a0f3c 100644 --- a/types/config.d.ts +++ b/types/config.d.ts @@ -1,4 +1,4 @@ -// ====== Generated from librdkafka 2.12.1 file CONFIGURATION.md ====== +// ====== Generated from librdkafka 2.13.0-RC1 file CONFIGURATION.md ====== // Code that generated this is a derivative work of the code from Nam Nguyen // https://gist.github.com/ntgn81/066c2c8ec5b4238f85d1e9168a04e3fb diff --git a/types/errors.d.ts b/types/errors.d.ts index d65f3174..1c0286d3 100644 --- a/types/errors.d.ts +++ b/types/errors.d.ts @@ -1,4 +1,4 @@ -// ====== Generated from librdkafka 2.12.1 file src-cpp/rdkafkacpp.h ====== +// ====== Generated from librdkafka 2.13.0-RC1 file src-cpp/rdkafkacpp.h ====== export const CODES: { ERRORS: { /* Internal errors to rdkafka: */ /** Begin internal error codes (**-200**) */