This is an automated email from the ASF dual-hosted git repository.
baodi pushed a change to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
from f0a5e0b [doc] Optimize release process. (#298)
new df81b7c [fix] not compatible with alpine 3.15 env (#304)
new 659ff62 [Fix] Wrap c++ exception when creating client. (#307)
new ac4ddc9 Fix symbols conflict of OpenSSL. (#310)
new 8598e31 [fix] Add tests for produce and consume with TLS enabled
(#313)
new 43c82fd docs: add typedoc to generate apidoc (#314)
new 769d7cc Release v1.8.2
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/ci-pr-validation.yml | 8 +-
.gitignore | 1 +
README.md | 9 +
binding.gyp | 5 +-
build-support/pulsar-test-container-start.sh | 10 +-
build-support/pulsar-test-service-start.sh | 2 +
package-lock.json | 2919 ++++++++++++++++++++++++--
package.json | 10 +-
pkg/linux/Dockerfile_linux_musl | 2 +-
src/Client.cc | 19 +-
tests/certificate/server.crt | 20 +
tests/certificate/server.key | 28 +
tests/client.test.js | 53 +
tests/conf/standalone.conf | 15 +
tests/end_to_end.test.js | 10 +-
tests/load-test.sh | 2 +-
tests/run-unit-tests.sh | 2 +-
tslint.json | 1 +
tstest.ts | 14 +-
typedoc.json | 15 +
20 files changed, 2895 insertions(+), 250 deletions(-)
create mode 100644 tests/certificate/server.crt
create mode 100644 tests/certificate/server.key
create mode 100644 tests/client.test.js
create mode 100644 typedoc.json