Skip to content

Releases: apache/pulsar-client-node

v1.11.0

18 Apr 01:01
v1.11.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.11.0

v1.10.0

06 Feb 14:02
v1.10.0
Compare
Choose a tag to compare

What's Changed

  • Bump the master version to 1.10.0 by @shibd in #336
  • Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #337
  • Upgrade semver by @massakam in #338
  • Fix build macOS napi CI failed. by @shibd in #341
  • Use license-checker directly instead of grunt-license-report by @massakam in #340
  • Bump @babel/traverse from 7.22.8 to 7.23.2 by @dependabot in #346
  • Upgrade license-check-and-add to 4.0.5 by @massakam in #347
  • [fix] Fixed an potential issue of examples/consumer_listener.js where clients were unintentionally disconnected by @kontotto in #351
  • [ci] use python-3.10 by @hrsakai in #353
  • Bump cpp client version to 3.4.1 by @shibd in #356
  • Add type definition for AthenzX509Config by @hrsakai in #358
  • feat: Support batch receive for consumer. by @shibd in #357
  • Bump cpp client version to 3.4.2 by @shibd in #361

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

10 Jul 09:07
v1.9.0
Compare
Choose a tag to compare

What's Changed

  • [upgrade] Bump json5 and tsconfig-paths @dependabot in #270
  • [improve] Add schema typing to consumer and producer @romainbrancourt in #278
  • [refactor] optimize ci and build from source code. @shibd in #280
  • [fix] where the latest client does not work on Rocky Linux 8 @massakam in #285
  • [fix] Rename binary module_name from Pulsar to pulsar @hrsakai in #290
  • [upgrade] Upgrade cpp client version to 3.1.1 @shibd in #292
  • [upgrade] Upgrade ansi-regex @hrsakai in #293
  • [fix] Remove unnecessary / at the end of CPP_CLIENT_BASE_URL @massakam in #294
  • [fix] Fix the binary host url @RobertIndie in #295
  • [fix] Make it compatible with GLIBCXX_3.4.19 (CentOS 7) @BewareMyPower in #288
  • [upgrade] Upgrade cpp client version to 3.1.2 @shibd in #297
  • [fix] Use the certificate provided by the node.js @shibd in #301
  • [fix] Fix error when falling back to local build @massakam in #302
  • [fix] not compatible with alpine 3.15 env @shibd #304
  • [fix] Wrap c++ exception when creating client. @shibd in #307
  • [fix] Fix symbols conflict of OpenSSL. @shibd in #310
  • [fix] Add tests for produce and consume with TLS enabled @massakam in #313
  • [docs] add typedoc to generate apidoc @tisonkun in #314
  • [fix] Fix message listener doesn't respect receiver queue size @RobertIndie in #309
  • [fix] Fix reader message listener doesn't respect receiver queue size @RobertIndie in #316
  • [fix] Add NOTICE file. @shibd in #317
  • [improve] Add error handling for the message listener @RobertIndie in #319
  • [feat] Add partitioned topic unit test for Reader. @shibd in #329
  • [fix] Fix CI always failed. @shibd in #333
  • [feat] Support batch index ack. @shibd in #332
  • [feat] Support producer access mode. @shibd in #331
  • [feat] Support pattern subscription non persistent topic. @shibd in #334
  • [feat] Support dead letter topic. @shibd in #335

Full Changelog: https://github.com/apache/pulsar-client-node/milestone/14?closed=1

v1.8.2

20 Apr 08:22
v1.8.2
Compare
Choose a tag to compare

What's Changed

  • [upgrade] Bump json5 and tsconfig-paths @dependabot in #270
  • [fix] not compatible with alpine 3.15 env @shibd in #304
  • [fix] Wrap c++ exception when creating client @shibd in #307
  • [fix] Fix message listener doesn't respect receiver queue size @RobertIndie in #309
  • [fix] symbols conflict of OpenSSL @shibd in #310
  • [fix] Add tests for produce and consume with TLS enabled @massakam in #313
  • [docs] add typedoc to generate apidoc in @Tison #314
  • [fix] Fix reader message listener doesn't respect receiver queue size @RobertIndie in #316
  • [fix] Add NOTICE file @shibd in #317

Full Changelog:https://github.com/apache/pulsar-client-node/pulls?q=is%3Apr+is%3Aclosed+label%3Arelease%2Fv1.8.2

v1.8.1

06 Mar 08:10
v1.8.1
Compare
Choose a tag to compare

What's Changed

  • [refactor] optimize ci and build from source code by @shibd in #280
  • [fix] an issue where the latest client does not work on Rocky Linux 8 by @massakam in #285
  • [fix] Make it compatible with GLIBCXX_3.4.19 (CentOS 7) by @BewareMyPower in #288
  • [refactor] Rename binary module_name from Pulsar to pulsar by @hrsakai in #290
  • [refactor] Update the release process by @RobertIndie in #291
  • [feat] Upgrade cpp client version to 3.1.1 by @shibd in #292
  • [fix] Remove unnecessary / at the end of CPP_CLIENT_BASE_URL by @massakam in #294
  • [fix] Fix the binary host url by @RobertIndie in #295
  • [feat] Upgrade cpp client version to 3.1.2 by @shibd in #297
  • [refactor] Optimize release process by @shibd in #298
  • [fix] Use the certificate provided by the node.js by @shibd in #301

Full Changelog:https://github.com/apache/pulsar-client-node/pulls?q=is%3Apr+is%3Aclosed+label%3Arelease%2Fv1.8.1

v1.8.0

04 Jan 08:39
v1.8.0
Compare
Choose a tag to compare

What's Changed

  • [feat] Add chunking support by @RobertIndie in #234
  • [feat] Napi support package c++ static binary by @shibd in #235
  • [feat] Support windows build napi of static link c++ lib by @shibd in #238
  • [refactor] Modify the README to apply the new installation method by @shibd in #239
  • [feat] Add support for seeking by message ID by @RobertIndie in #241
  • [refactor] Fetch C++ client official release by @shibd in #244
  • [feat] Support consumer seek by timestamp and reader seek by @RobertIndie in #247
  • [feat] Support prebuild macOS-arm64 arch binaries by @shibd in #250
  • [fix] Upgrade the version of OpenSSL that compiles MacOS CPP client dependencies by @shibd in #251
  • [improve] Use async C function in the Consumer#receive method by @equanz in #252
  • [feat] Add example for custom logger and LogLevel#toString by @RobertIndie in #253
  • [fix] Fix windows default download CPP client failed by @shibd in #257
  • [refactor] Remove useless dependencies. by @shibd in #258
  • [refactor] Refactor the CPP client version controlling in the build script by @RobertIndie in #259
  • [improve] Bump async from 3.2.1 to 3.2.4 by @nkurihar in #261
  • [fix] Add license headers by @nkurihar in #262

Full Changelog: https://github.com/apache/pulsar-client-node/milestone/13?closed=1

v1.7.0

20 Oct 02:29
Compare
Choose a tag to compare

1.7.0 β€” 2022-10-20

Features

  • Support seting topic schema when creating producers/consumers #223
  • convert worker threads to async functions #200

Fixes

  • Respect maxPendingMessagesAcrossPartitions #231
  • Add null check for consumer in MessageListenerProxy #219

For a complete list of issues fixed, see
https://github.com/apache/pulsar-client-node/issues?q=label%3Arelease%2Fv1.7.0+is%3Aclosed

v1.6.2

10 Mar 13:51
Compare
Choose a tag to compare

1.6.2 β€” 2022-03-10

Features

  • Feature support oauth2 for node client #190

Fixes

  • Upgrade libraries with security vulnerabilities #198
  • Do not add license header to tarball file #197
  • Fixed pulsar client node mac install script #196
  • Fixed windows install client #194

For a complete list of issues fixed, see
https://github.com/apache/pulsar-client-node/issues?q=label%3Arelease%2Fv1.6.2+is%3Aclosed

v1.5.0

14 Dec 08:26
Compare
Choose a tag to compare

1.5.0 β€” 2021-12-20

Enhancements

  • Added settings to enable building on Windows #169

Fixes

  • Fixed an error when compiling pulsar-client-node with GCC v4 and Node.js v16 #180
  • Fixed a segfault that occurs in MessageListenerProxy #183

For a complete list of issues fixed, see
https://github.com/apache/pulsar-client-node/milestone/7?closed=1

v1.4.1

08 Oct 10:12
Compare
Choose a tag to compare

1.4.1 β€” 2021-10-19

https://www.npmjs.com/package/pulsar-client/v/1.4.1

Fixes

  • Update packages for security vulnerability #178

For a complete list of issues fixed, see
https://github.com/apache/pulsar-client-node/milestone/10?closed=1