Pulsar Client Node 1.14.0
What's Changed
- bump master version to 1.14.0-rc.0 by @shibd in https://github.com/apache/pulsar-client-node/pull/405
- Fix release workflow and script by @shibd in https://github.com/apache/pulsar-client-node/pull/404
- Fix message might lost when use listener by @shibd in https://github.com/apache/pulsar-client-node/pull/406
- Fix segmentation fault when use token auth by @shibd in https://github.com/apache/pulsar-client-node/pull/407
- Upgrade libraries with security vulnerabilities by @hrsakai in https://github.com/apache/pulsar-client-node/pull/414
- Fix: Enclose variables in double quotes by @hrsakai in https://github.com/apache/pulsar-client-node/pull/413
- Support set connectionTimeout param by @shibd in https://github.com/apache/pulsar-client-node/pull/410
- [fix][client] handle subscriptionRolePrefix properly by @candu in https://github.com/apache/pulsar-client-node/pull/416
- Support Key-based batcher for producer by @shibd in https://github.com/apache/pulsar-client-node/pull/418
- Support consumer key-shared policy by @shibd in https://github.com/apache/pulsar-client-node/pull/420
- [fix][client] prevent garbage collection of token-supplier by @klaatu01 in https://github.com/apache/pulsar-client-node/pull/412
- [feat][npm publish]exclude unnecessary files to be included in npm package by @davidkhala in https://github.com/apache/pulsar-client-node/pull/419
- Upgrade brace-expansion to address CVE-2025-5889 by @massakam in https://github.com/apache/pulsar-client-node/pull/423
New Contributors
- @candu made their first contribution in https://github.com/apache/pulsar-client-node/pull/416
- @klaatu01 made their first contribution in https://github.com/apache/pulsar-client-node/pull/412
- @davidkhala made their first contribution in https://github.com/apache/pulsar-client-node/pull/419
Full Changelog: https://github.com/apache/pulsar-client-node/compare/v1.13.2...v1.14.0