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 18716683d7b Add the release note for Nodejs client 1.8.2 (#529)
18716683d7b is described below

commit 18716683d7b20ba18d8706d4904b90d6f2352ccb
Author: Baodi Shi <[email protected]>
AuthorDate: Thu Apr 20 16:37:49 2023 +0800

    Add the release note for Nodejs client 1.8.2 (#529)
---
 data/release-node.js                                |  3 ++-
 release-notes/versioned/pulsar-client-node-1.8.2.md | 18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/data/release-node.js b/data/release-node.js
index 59126da8f4c..9d1e8b40382 100644
--- a/data/release-node.js
+++ b/data/release-node.js
@@ -1,5 +1,6 @@
 module.exports = [
-{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.2",releaseNotes:"/release-notes/versioned/pulsar-client-node-1.8.2/",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:""},
 {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"},
diff --git a/release-notes/versioned/pulsar-client-node-1.8.2.md 
b/release-notes/versioned/pulsar-client-node-1.8.2.md
new file mode 100644
index 00000000000..3c52f6c94dd
--- /dev/null
+++ b/release-notes/versioned/pulsar-client-node-1.8.2.md
@@ -0,0 +1,18 @@
+---
+id: pulsar-client-node-1.8.2
+title: Pulsar Client Node 1.8.2
+sidebar_label: Pulsar Client Node 1.8.2
+---
+
+## What's Changed
+* [upgrade] Bump json5 and tsconfig-paths @dependabot in 
https://github.com/apache/pulsar-client-node/pull/270
+* [fix] not compatible with alpine 3.15 env  @shibd in 
https://github.com/apache/pulsar-client-node/pull/304
+* [fix] Wrap c++ exception when creating client @shibd in 
https://github.com/apache/pulsar-client-node/pull/307
+* [fix] Fix message listener doesn't respect receiver queue size @RobertIndie 
in https://github.com/apache/pulsar-client-node/pull/309
+* [fix] symbols conflict of OpenSSL @shibd in 
https://github.com/apache/pulsar-client-node/pull/310
+* [fix] Add tests for produce and consume with TLS enabled @massakam in 
https://github.com/apache/pulsar-client-node/pull/313
+* [docs] add typedoc to generate apidoc in @tison 
https://github.com/apache/pulsar-client-node/pull/314
+* [fix] Fix reader message listener doesn't respect receiver queue size 
@RobertIndie in https://github.com/apache/pulsar-client-node/pull/316
+* [fix] Add NOTICE file @shibd in 
https://github.com/apache/pulsar-client-node/pull/317
+
+**Full 
Changelog**:https://github.com/apache/pulsar-client-node/pulls?q=is%3Apr+is%3Aclosed+label%3Arelease%2Fv1.8.2

Reply via email to