You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/07/06 07:58:02 UTC

[skywalking-nodejs] branch master updated: Draft release 0.5.0 (#88)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c0e9ba  Draft release 0.5.0 (#88)
6c0e9ba is described below

commit 6c0e9ba4045822e0a561004791c4655ae60ac09a
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Jul 6 15:57:56 2022 +0800

    Draft release 0.5.0 (#88)
---
 CHANGELOG.md      | 9 +++++++++
 package-lock.json | 2 +-
 package.json      | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index dac4b94..5f46ac9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# 0.5.0
+- Bump up grpc-node to 1.6.7 to fix CVE-2022-25878 (#85)
+- Fix issue #9165 express router entry duplicated (#84)
+- Fix skywalking s3 upload error #8824 (#82)
+- Improved ignore path regex (#81)
+- Upgrade data collect protocol (#78)
+- Fix wrong instance properties (#77)
+- Fix wrong command in release doc (#76)
+
 # 0.4.0
 
 - Fix mysql2 plugin install error. (#74)
diff --git a/package-lock.json b/package-lock.json
index 44471a4..ba851e3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-backend-js",
-  "version": "0.4.0",
+  "version": "0.5.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 990f430..783efa0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-backend-js",
-  "version": "0.4.0",
+  "version": "0.5.0",
   "description": "The NodeJS agent for Apache SkyWalking",
   "homepage": "skywalking.apache.org",
   "main": "lib/index.js",