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

[skywalking-nodejs] branch rel/0.5.0 created (now 3643c4a)

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

kezhenxu94 pushed a change to branch rel/0.5.0
in repository https://gitbox.apache.org/repos/asf/skywalking-nodejs.git


      at 3643c4a  0.5.0

This branch includes the following new commits:

     new ca9c00a  Draft release 0.5.0
     new 3643c4a  0.5.0

The 2 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.



[skywalking-nodejs] 02/02: 0.5.0

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3643c4a5954a8f83daa669cfb06dca4150021f67
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Jul 6 15:34:21 2022 +0800

    0.5.0
---
 package-lock.json | 2 +-
 package.json      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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",


[skywalking-nodejs] 01/02: Draft release 0.5.0

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ca9c00a9d5a4bb938149ae4333e5eac8996cb7cc
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Jul 6 15:31:07 2022 +0800

    Draft release 0.5.0
---
 CHANGELOG.md | 9 +++++++++
 1 file changed, 9 insertions(+)

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)