This is an automated email from the ASF dual-hosted git repository.
baodi pushed a change to branch fix/issue-3505
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
from 6fc2541 Fix issue #3505: Set client description to identify Node.js
client
add 6489fb9 Fix issue #3505: Set client description to identify Node.js
client
No new revisions were added by this update.
Summary of changes:
RELEASE.md | 250 +++++++++++++++++++++++++++++++++++++++++
binding.gyp | 34 ++----
scripts/generate_version.py | 12 --
{src => scripts/src}/version.h | 0
src/Client.cc | 6 +-
src/PulsarWrapper.cc | 28 -----
src/PulsarWrapper.h | 37 ------
7 files changed, 265 insertions(+), 102 deletions(-)
create mode 100644 RELEASE.md
delete mode 100644 scripts/generate_version.py
rename {src => scripts/src}/version.h (100%)
delete mode 100644 src/PulsarWrapper.cc
delete mode 100644 src/PulsarWrapper.h