This is an automated email from the ASF dual-hosted git repository.
tison 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 e3ba4037fa4 Add the release note for Nodejs client 1.8.1 (#455)
e3ba4037fa4 is described below
commit e3ba4037fa48dbc954998208626b742d08fb5fa8
Author: Baodi Shi <[email protected]>
AuthorDate: Mon Mar 6 15:21:37 2023 +0800
Add the release note for Nodejs client 1.8.1 (#455)
---
data/release-node.js | 3 ++-
release-notes/versioned/pulsar-client-node-1.8.1.md | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)
diff --git a/data/release-node.js b/data/release-node.js
index 77ac1326688..59126da8f4c 100644
--- a/data/release-node.js
+++ b/data/release-node.js
@@ -1,5 +1,6 @@
module.exports = [
-{tagName:
"v1.8.0",releaseNotes:"/release-notes/versioned/pulsar-client-node-1.8.0/",doc:"/docs/client-libraries-node",version:"v1.8.x"},
+{tagName:
"v1.8.1",releaseNotes:"/release-notes/versioned/pulsar-client-node-1.8.1/",doc:"/docs/client-libraries-node",version:"v1.8.x"},
+{tagName:
"v1.8.0",releaseNotes:"/release-notes/versioned/pulsar-client-node-1.8.0/",doc:"/docs/client-libraries-node",version:""},
{tagName:
"v1.6.2",releaseNotes:"/release-notes/versioned/pulsar-client-node-1.6.2/",doc:"/docs/client-libraries-node",version:"v1.6.x"},
{tagName:
"v1.5.0",releaseNotes:"/release-notes/versioned/pulsar-client-node-1.5.0/",doc:"/docs/client-libraries-node",version:"v1.5.x"},
{tagName:
"v1.4.1",releaseNotes:"/release-notes/versioned/pulsar-client-node-1.4.1/",doc:"/docs/client-libraries-node",version:"v1.4.x"},
diff --git a/release-notes/versioned/pulsar-client-node-1.8.1.md
b/release-notes/versioned/pulsar-client-node-1.8.1.md
new file mode 100644
index 00000000000..87d91b1f509
--- /dev/null
+++ b/release-notes/versioned/pulsar-client-node-1.8.1.md
@@ -0,0 +1,20 @@
+---
+id: pulsar-client-node-1.8.1
+title: Pulsar Client Node 1.8.1
+sidebar_label: Pulsar Client Node 1.8.1
+---
+
+## What's Changed
+* [refactor] optimize ci and build from source code by @shibd in
https://github.com/apache/pulsar-client-node/pull/280
+* [fix] an issue where the latest client does not work on Rocky Linux 8 by
@massakam in https://github.com/apache/pulsar-client-node/pull/285
+* [fix] Make it compatible with GLIBCXX_3.4.19 (CentOS 7) by @BewareMyPower in
https://github.com/apache/pulsar-client-node/pull/288
+* [refactor] Rename binary module_name from Pulsar to pulsar by @hrsakai in
https://github.com/apache/pulsar-client-node/pull/290
+* [refactor] Update the release process by @RobertIndie in
https://github.com/apache/pulsar-client-node/pull/291
+* [feat] Upgrade cpp client version to 3.1.1 by @shibd in
https://github.com/apache/pulsar-client-node/pull/292
+* [fix] Remove unnecessary / at the end of CPP_CLIENT_BASE_URL by @massakam in
https://github.com/apache/pulsar-client-node/pull/294
+* [fix] Fix the binary host url by @RobertIndie in
https://github.com/apache/pulsar-client-node/pull/295
+* [feat] Upgrade cpp client version to 3.1.2 by @shibd in
https://github.com/apache/pulsar-client-node/pull/297
+* [refactor] Optimize release process by @shibd in
https://github.com/apache/pulsar-client-node/pull/298
+* [fix] Use the certificate provided by the node.js by @shibd in
https://github.com/apache/pulsar-client-node/pull/301
+
+**Full
Changelog**:https://github.com/apache/pulsar-client-node/pulls?q=is%3Apr+is%3Aclosed+label%3Arelease%2Fv1.8.1