-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the release note for Nodejs client 1.12.0 (#962)
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |