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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f1a1e1  release skywalking client js 0.5.0 (#278)
9f1a1e1 is described below

commit 9f1a1e10f9b759c490180afac69ad9f4d78ee59a
Author: zhang-wei <[email protected]>
AuthorDate: Sat May 15 09:37:10 2021 +0800

    release skywalking client js 0.5.0 (#278)
---
 .../release-apache-skywalking-client-js-0.5.0/index.md     | 14 ++++++++++++++
 data/docs.yml                                              |  4 ++--
 data/releases.yml                                          | 14 +++++++-------
 3 files changed, 23 insertions(+), 9 deletions(-)

diff --git a/content/events/release-apache-skywalking-client-js-0.5.0/index.md 
b/content/events/release-apache-skywalking-client-js-0.5.0/index.md
new file mode 100644
index 0000000..9a387e7
--- /dev/null
+++ b/content/events/release-apache-skywalking-client-js-0.5.0/index.md
@@ -0,0 +1,14 @@
+---
+title: Release Apache SkyWalking Client JS 0.5.0
+date: 2021-05-15
+author: SkyWalking Team
+---
+
+SkyWalking Client JS 0.5.0 is released. Go to [downloads](/downloads) page to 
find release tars.
+
+1. Add `noTraceOrigins` option.
+2. Fix wrong URL when using relative path.
+3. Catch frames errors.
+4. Get `response.body` as a stream with the fetch API.
+5. Support reporting multiple logs.
+6. Support typescript project.
\ No newline at end of file
diff --git a/data/docs.yml b/data/docs.yml
index aeb17c8..ea73e1b 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -80,8 +80,8 @@
       user: apache
       repo: skywalking-client-js
       docs:
-        - version: v0.4.0
-          link: https://github.com/apache/skywalking-client-js/tree/v0.4.0
+        - version: v0.5.0
+          link: https://github.com/apache/skywalking-client-js/tree/v0.5.0
 
     - name: SkyWalking Satellite
       icon: S
diff --git a/data/releases.yml b/data/releases.yml
index 69e52e4..923d0ae 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -196,18 +196,18 @@
       icon: S
       description: Apache SkyWalking Client-side JavaScript exception and 
tracing library.
       source:
-        - version: v0.4.0
-          date: Feb. 26th, 2021
+        - version: v0.5.0
+          date: May. 15th, 2021
           downloadLink:
             - name: src
-              link: 
https://www.apache.org/dyn/closer.cgi/skywalking/client-js/0.4.0/skywalking-client-js-0.4.0-src.tgz
+              link: 
https://www.apache.org/dyn/closer.cgi/skywalking/client-js/0.5.0/skywalking-client-js-0.5.0-src.tgz
             - name: asc
-              link: 
https://downloads.apache.org/skywalking/client-js/0.4.0/skywalking-client-js-0.4.0-src.tgz.asc
+              link: 
https://downloads.apache.org/skywalking/client-js/0.5.0/skywalking-client-js-0.5.0-src.tgz.asc
             - name: sha512
-              link: 
https://downloads.apache.org/skywalking/client-js/0.4.0/skywalking-client-js-0.4.0-src.tgz.sha512
+              link: 
https://downloads.apache.org/skywalking/client-js/0.5.0/skywalking-client-js-0.5.0-src.tgz.sha512
       distribution:
-        - version: v0.4.0
-          date: Feb. 26th, 2021
+        - version: v0.5.0
+          date: May. 15th, 2021
           downloadLink:
             - name: Install via npm
               link: https://npmjs.com/package/skywalking-client-js

Reply via email to