Skip to content

Commit

Permalink
Add the release note for Nodejs client 1.12.0 (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibd authored Sep 13, 2024
1 parent 44e6654 commit ba8a337
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/release-node.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions release-notes/versioned/pulsar-client-node-1.12.0.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ba8a337

Please sign in to comment.