This is an automated email from the ASF dual-hosted git repository.

baodi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f5c9b3060b Add the release note for node.js client 1.14.0 (#1023)
5f5c9b3060b is described below

commit 5f5c9b3060b811932b4ea7251a67153f8cf8abab
Author: Baodi Shi <ba...@apache.org>
AuthorDate: Wed Jul 2 12:28:16 2025 +0800

    Add the release note for node.js client 1.14.0 (#1023)
---
 data/release-node.js                               |  1 +
 .../versioned/pulsar-client-node-1.14.0.md         | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/data/release-node.js b/data/release-node.js
index be81e97d6f9..d7ee278653e 100644
--- a/data/release-node.js
+++ b/data/release-node.js
@@ -1,4 +1,5 @@
 module.exports = [
+{tagName: 
"v1.14.0",releaseNotes:"/release-notes/versioned/pulsar-client-node-1.14.0/",doc:"/docs/client-libraries-node",version:"v1.14.x"},
 {tagName: 
"v1.13.2",releaseNotes:"/release-notes/versioned/pulsar-client-node-1.13.2/",doc:"/docs/client-libraries-node",version:"v1.13.x"},
 {tagName: 
"v1.13.1",releaseNotes:"/release-notes/versioned/pulsar-client-node-1.13.1/",doc:"/docs/client-libraries-node",version:""},
 {tagName: 
"v1.13.0",releaseNotes:"/release-notes/versioned/pulsar-client-node-1.13.0/",doc:"/docs/client-libraries-node",version:""},
diff --git a/release-notes/versioned/pulsar-client-node-1.14.0.md 
b/release-notes/versioned/pulsar-client-node-1.14.0.md
new file mode 100644
index 00000000000..711182074b4
--- /dev/null
+++ b/release-notes/versioned/pulsar-client-node-1.14.0.md
@@ -0,0 +1,27 @@
+---
+id: pulsar-client-node-1.14.0
+title: Pulsar Client Node 1.14.0
+sidebar_label: Pulsar Client Node 1.14.0
+---
+
+## What's Changed
+* bump master version to 1.14.0-rc.0 by @shibd in 
https://github.com/apache/pulsar-client-node/pull/405
+* Fix release workflow and script by @shibd in 
https://github.com/apache/pulsar-client-node/pull/404
+* Fix message might lost when use listener by @shibd in 
https://github.com/apache/pulsar-client-node/pull/406
+* Fix segmentation fault when use token auth by @shibd in 
https://github.com/apache/pulsar-client-node/pull/407
+* Upgrade libraries with security vulnerabilities by @hrsakai in 
https://github.com/apache/pulsar-client-node/pull/414
+* Fix: Enclose variables in double quotes by @hrsakai in 
https://github.com/apache/pulsar-client-node/pull/413
+* Support set connectionTimeout param by @shibd in 
https://github.com/apache/pulsar-client-node/pull/410
+* [fix][client] handle subscriptionRolePrefix properly by @candu in 
https://github.com/apache/pulsar-client-node/pull/416
+* Support Key-based batcher for producer by @shibd in 
https://github.com/apache/pulsar-client-node/pull/418
+* Support consumer key-shared policy by @shibd in 
https://github.com/apache/pulsar-client-node/pull/420
+* [fix][client] prevent garbage collection of token-supplier by @klaatu01 in 
https://github.com/apache/pulsar-client-node/pull/412
+* [feat][npm publish]exclude unnecessary files to be included in npm package 
by @davidkhala in https://github.com/apache/pulsar-client-node/pull/419
+* Upgrade brace-expansion to address CVE-2025-5889 by @massakam in 
https://github.com/apache/pulsar-client-node/pull/423
+
+## New Contributors
+* @candu made their first contribution in 
https://github.com/apache/pulsar-client-node/pull/416
+* @klaatu01 made their first contribution in 
https://github.com/apache/pulsar-client-node/pull/412
+* @davidkhala made their first contribution in 
https://github.com/apache/pulsar-client-node/pull/419
+
+**Full Changelog**: 
https://github.com/apache/pulsar-client-node/compare/v1.13.2...v1.14.0

Reply via email to