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 2021/03/31 14:13:16 UTC

[skywalking-website] branch rel/nodejs-python created (now 09cd63b)

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

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


      at 09cd63b  events: NodeJS and Python release news

This branch includes the following new commits:

     new 09cd63b  events: NodeJS and Python release news

The 1 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-website] 01/01: events: NodeJS and Python release news

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

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

commit 09cd63bf3ffc06c80ddfaa995d05f30e3e298258
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Mar 31 22:12:58 2021 +0800

    events: NodeJS and Python release news
---
 .../index.md                                       | 21 ++++++++++++++++
 .../index.md                                       | 13 ++++++++++
 data/docs.yml                                      |  8 +++----
 data/releases.yml                                  | 28 +++++++++++-----------
 4 files changed, 52 insertions(+), 18 deletions(-)

diff --git a/content/events/release-apache-skywalking-nodejs-0-2-0/index.md b/content/events/release-apache-skywalking-nodejs-0-2-0/index.md
new file mode 100644
index 0000000..c586235
--- /dev/null
+++ b/content/events/release-apache-skywalking-nodejs-0-2-0/index.md
@@ -0,0 +1,21 @@
+---
+title: "Release Apache SkyWalking for NodeJS 0.2.0"
+date: 2021-03-31
+author: SkyWalking Team
+description: "Release Apache SkyWalking NodeJS 0.2.0."
+---
+
+SkyWalking NodeJS 0.2.0 is released. Go to [downloads](/downloads) page to find release tars.
+
+- Add AMQPLib plugin (RabbitMQ). (#34)
+- Add MongoDB plugin. (#33)
+- Add PgPlugin - PosgreSQL. (#31)
+- Add MySQLPlugin to plugins. (#30)
+- Add http protocol of host to http plugins. (#28)
+- Add tag http.method to plugins. (#26)
+- Bugfix: child spans created on immediate cb from op. (#41)
+- Bugfix: async and preparing child entry/exit. (#36)
+- Bugfix: tsc error of dist lib. (#24)
+- Bugfix: AxiosPlugin async() / resync(). (#21)
+- Bugfix: some requests of express / axios are not close correctly. (#20)
+- Express plugin uses http wrap explicitly if http plugin disabled. (#42)
diff --git a/content/events/release-apache-skywalking-python-0-6-0/index.md b/content/events/release-apache-skywalking-python-0-6-0/index.md
new file mode 100644
index 0000000..10bab21
--- /dev/null
+++ b/content/events/release-apache-skywalking-python-0-6-0/index.md
@@ -0,0 +1,13 @@
+---
+title: "Release Apache SkyWalking Python 0.6.0"
+date: 2021-03-31
+author: SkyWalking Team
+description: "Release Apache SkyWalking Python 0.6.0."
+---
+
+SkyWalking Python 0.6.0 is released. Go to [downloads](/downloads) page to find release tars.
+
+- Fixes:
+  - Segment data loss when gRPC timing out. (#116)
+  - `sw_tornado` plugin async handler status set correctly. (#115)
+  - `sw_pymysql` error when connection haven't db. (#113)
diff --git a/data/docs.yml b/data/docs.yml
index b8dda8b..1f579a7 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -50,8 +50,8 @@
       user: apache
       repo: skywalking-python
       docs:
-        - version: v0.5.0
-          link: https://github.com/apache/skywalking-python/tree/v0.5.0
+        - version: v0.6.0
+          link: https://github.com/apache/skywalking-python/tree/v0.6.0
 
     - name: NodeJS Agent
       icon: J
@@ -59,8 +59,8 @@
       user: apache
       repo: skywalking-nodejs
       docs:
-        - version: v0.1.0
-          link: https://github.com/apache/skywalking-nodejs/tree/v0.1.0
+        - version: v0.2.0
+          link: https://github.com/apache/skywalking-nodejs/tree/v0.2.0
 
     - name: Client JavaScript
       icon: C
diff --git a/data/releases.yml b/data/releases.yml
index 6733567..4b53a49 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -130,38 +130,38 @@
   icon: P
   description:  The Python Agent for Apache SkyWalking, which provides the native tracing abilities for Python.
   source:
-    - version: v0.5.0
-      date: Dec. 28th, 2020
+    - version: v0.6.0
+      date: Mar. 31th, 2021
       downloadLink:
         - name: src
-          link: https://www.apache.org/dyn/closer.cgi/skywalking/python/0.5.0/skywalking-python-src-0.5.0.tgz
+          link: https://www.apache.org/dyn/closer.cgi/skywalking/python/0.6.0/skywalking-python-src-0.6.0.tgz
         - name: asc
-          link: https://downloads.apache.org/skywalking/python/0.5.0/skywalking-python-src-0.5.0.tgz.asc
+          link: https://downloads.apache.org/skywalking/python/0.6.0/skywalking-python-src-0.6.0.tgz.asc
         - name: sha512
-          link: https://downloads.apache.org/skywalking/python/0.5.0/skywalking-python-src-0.5.0.tgz.sha512
+          link: https://downloads.apache.org/skywalking/python/0.6.0/skywalking-python-src-0.6.0.tgz.sha512
   distribution:
-    - version: v0.5.0
-      date: Dec. 28th, 2020
+    - version: v0.6.0
+      date: Mar. 31th, 2021
       downloadLink:
         - name: Install via pip
-          link: https://pypi.org/project/apache-skywalking/0.5.0/
+          link: https://pypi.org/project/apache-skywalking/0.6.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
+      date: Mar. 31th, 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
+          link: https://www.apache.org/dyn/closer.cgi/skywalking/node-js/0.2.0/skywalking-nodejs-src-0.2.0.tgz
         - name: asc
-          link: https://downloads.apache.org/skywalking/node-js/0.1.0/skywalking-nodejs-src-0.1.0.tgz.asc
+          link: https://downloads.apache.org/skywalking/node-js/0.2.0/skywalking-nodejs-src-0.2.0.tgz.asc
         - name: sha512
-          link: https://downloads.apache.org/skywalking/node-js/0.1.0/skywalking-nodejs-src-0.1.0.tgz.sha512
+          link: https://downloads.apache.org/skywalking/node-js/0.2.0/skywalking-nodejs-src-0.2.0.tgz.sha512
   distribution:
-    - version: v0.1.0
-      date: Dec. 30th, 2020
+    - version: v0.2.0
+      date: Mar. 31th, 2021
       downloadLink:
         - name: Install via npm
           link: https://npmjs.com/package/skywalking-backend-js