This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch release/nodejs/0.1.0 in repository https://gitbox.apache.org/repos/asf/skywalking-website.git
commit 533d50a03da22a9dd923bd9f95fc61601afcec59 Author: kezhenxu94 <[email protected]> AuthorDate: Thu Dec 31 10:20:50 2020 +0800 Release news for SkyWalking-NodeJS 0.1.0 --- .../release-apache-skywalking-nodejs-0-1-0/index.md | 13 +++++++++++++ data/docs.yml | 4 +++- data/releases.yml | 20 ++++++++++++++++++++ 3 files changed, 36 insertions(+), 1 deletion(-) diff --git a/content/events/release-apache-skywalking-nodejs-0-1-0/index.md b/content/events/release-apache-skywalking-nodejs-0-1-0/index.md new file mode 100644 index 0000000..b28b61e --- /dev/null +++ b/content/events/release-apache-skywalking-nodejs-0-1-0/index.md @@ -0,0 +1,13 @@ +--- +title: "Release Apache SkyWalking for NodeJS 0.1.0" +date: 2020-12-31 +author: SkyWalking Team +description: "Release Apache SkyWalking NodeJS 0.1.0." +--- + +SkyWalking NodeJS 0.1.0 is released. Go to [downloads](/downloads) page to find release tars. + +- Initialize project core codes. +- Built-in http/https plugin. +- Express plugin. +- Axios plugin. diff --git a/data/docs.yml b/data/docs.yml index 855bafb..d52f2b9 100644 --- a/data/docs.yml +++ b/data/docs.yml @@ -53,7 +53,9 @@ description: The NodeJS Agent for Apache SkyWalking, which provides the native tracing abilities for NodeJS project. user: apache repo: skywalking-nodejs - + docs: + - version: v0.1.0 + link: https://github.com/apache/skywalking-nodejs/tree/v0.1.0 - name: Client JavaScript icon: C diff --git a/data/releases.yml b/data/releases.yml index 67a7a84..4da22a3 100644 --- a/data/releases.yml +++ b/data/releases.yml @@ -147,6 +147,26 @@ link: https://pypi.org/project/apache-skywalking/0.5.0/ +- name: SkyWalking NodeJS + icon: J + description: The NodeJS Agent for Apache SkyWalking, which provides the native tracing abilities for NodeJS backend. + source: + - version: v0.1.0 + date: Dec. 30th, 2020 + downloadLink: + - name: src + link: https://www.apache.org/dyn/closer.cgi/skywalking/node-js/0.1.0/skywalking-nodejs-src-0.1.0.tgz + - name: asc + link: https://downloads.apache.org/skywalking/node-js/0.1.0/skywalking-nodejs-src-0.1.0.tgz.asc + - name: sha512 + link: https://downloads.apache.org/skywalking/node-js/0.1.0/skywalking-nodejs-src-0.1.0.tgz.sha512 + distribution: + - version: v0.1.0 + date: Dec. 30th, 2020 + downloadLink: + - name: Install via npm + link: https://npmjs.com/package/skywalking-backend-js + - name: SkyWalking Helm icon: H
