Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the release note for Nodejs client 1.12.0 #962

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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