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 ba8a33763415 Add the release note for Nodejs client 1.12.0 (#962)
ba8a33763415 is described below

commit ba8a33763415edb40e8127010d6481ce9f99c861
Author: Baodi Shi <[email protected]>
AuthorDate: Fri Sep 13 15:37:41 2024 +0800

    Add the release note for Nodejs client 1.12.0 (#962)
---
 data/release-node.js                               |  1 +
 .../versioned/pulsar-client-node-1.12.0.md         | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/data/release-node.js b/data/release-node.js
index 74a5b20c49bb..deae338a972a 100644
--- a/data/release-node.js
+++ b/data/release-node.js
@@ -1,4 +1,5 @@
 module.exports = [
+{tagName: 
"v1.12.0",releaseNotes:"/release-notes/versioned/pulsar-client-node-1.12.0/",doc:"/docs/client-libraries-node",version:"v1.12.x"},
 {tagName: 
"v1.11.1",releaseNotes:"/release-notes/versioned/pulsar-client-node-1.11.1/",doc:"/docs/client-libraries-node",version:"v1.11.x"},
 {tagName: 
"v1.11.0",releaseNotes:"/release-notes/versioned/pulsar-client-node-1.11.0/",doc:"/docs/client-libraries-node",version:""},
 {tagName: 
"v1.10.0",releaseNotes:"/release-notes/versioned/pulsar-client-node-1.10.0/",doc:"/docs/client-libraries-node",version:"v1.10.x"},
diff --git a/release-notes/versioned/pulsar-client-node-1.12.0.md 
b/release-notes/versioned/pulsar-client-node-1.12.0.md
new file mode 100644
index 000000000000..5314491c8233
--- /dev/null
+++ b/release-notes/versioned/pulsar-client-node-1.12.0.md
@@ -0,0 +1,24 @@
+---
+id: pulsar-client-node-1.12.0
+title: Pulsar Client Node 1.12.0
+sidebar_label: Pulsar Client Node 1.12.0
+---
+
+## What's Changed
+* Bump the master version to 1.12.0 by @shibd in 
https://github.com/apache/pulsar-client-node/pull/373
+* [feat] Add listenerName to client config by @roryschadler in 
https://github.com/apache/pulsar-client-node/pull/375
+* fix: ReaderListenerProxy will make a segfault by @shibd in 
https://github.com/apache/pulsar-client-node/pull/376
+* Bump tar from 6.1.15 to 6.2.1 by @dependabot in 
https://github.com/apache/pulsar-client-node/pull/377
+* fix: Compatible with Node 12.3.0 and higher versions. by @shibd in 
https://github.com/apache/pulsar-client-node/pull/378
+* feat: Use macos-arm64 github runnner to build napi package by @shibd in 
https://github.com/apache/pulsar-client-node/pull/386
+* Bump braces from 3.0.2 to 3.0.3 by @dependabot in 
https://github.com/apache/pulsar-client-node/pull/387
+* Bump ws from 7.5.9 to 7.5.10 by @dependabot in 
https://github.com/apache/pulsar-client-node/pull/388
+* fix: Compile glibc binaries using node:buster instead of centos7 by @shibd 
in https://github.com/apache/pulsar-client-node/pull/389
+* [feat] Support HTTP basic for node client by @raymondBourges in 
https://github.com/apache/pulsar-client-node/pull/391
+* Bump cpp client version to v3.6.0 by @shibd in 
https://github.com/apache/pulsar-client-node/pull/392
+
+## New Contributors
+* @roryschadler made their first contribution in 
https://github.com/apache/pulsar-client-node/pull/375
+* @raymondBourges made their first contribution in 
https://github.com/apache/pulsar-client-node/pull/391
+
+**Full Changelog**: 
https://github.com/apache/pulsar-client-node/compare/v1.11.0...v1.12.0

Reply via email to