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

qiuxiafan 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 c8d9082465 docs: add a release event for client js (#521)
c8d9082465 is described below

commit c8d908246553907dc464aed197b5e17f3fdc440b
Author: Fine0830 <[email protected]>
AuthorDate: Thu Oct 13 23:26:57 2022 +0800

    docs: add a release event for client js (#521)
---
 .../release-apache-skywalking-client-js-0-9-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-9-0/index.md 
b/content/events/release-apache-skywalking-client-js-0-9-0/index.md
new file mode 100644
index 0000000000..76a02c6c5d
--- /dev/null
+++ b/content/events/release-apache-skywalking-client-js-0-9-0/index.md
@@ -0,0 +1,14 @@
+---
+title: Release Apache SkyWalking Client JS 0.9.0
+date: 2022-10-13
+author: SkyWalking Team
+---
+
+SkyWalking Client JS 0.9.0 is released. Go to [downloads](/downloads) page to 
find release tars.
+
+1. Fix custom configurations when the page router changed for SPA.
+2. Fix reporting data by navigator.sendbeacon when pages is closed.
+3. Bump dependencies.
+4. Add Security Notice.
+5. Support adding custom tags to spans.
+6. Validate custom parameters for register.
diff --git a/data/docs.yml b/data/docs.yml
index 67dadf809f..dd76a6d629 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -135,8 +135,8 @@
       user: apache
       repo: skywalking-client-js
       docs:
-        - version: v0.8.0
-          link: https://github.com/apache/skywalking-client-js/tree/v0.8.0
+        - version: v0.9.0
+          link: https://github.com/apache/skywalking-client-js/tree/v0.9.0
 
     - name: Rust Agent
       icon: sw-rust
diff --git a/data/releases.yml b/data/releases.yml
index 2f81f20bfd..f6a8d1afbe 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -287,18 +287,18 @@
       icon: js-agent
       description: Apache SkyWalking Client-side JavaScript exception and 
tracing library.
       source:
-        - version: v0.8.0
-          date: Apr. 10th, 2022
+        - version: v0.9.0
+          date: Oct. 13th, 2022
           downloadLink:
             - name: src
-              link: 
https://www.apache.org/dyn/closer.cgi/skywalking/client-js/0.8.0/skywalking-client-js-0.8.0-src.tgz
+              link: 
https://www.apache.org/dyn/closer.cgi/skywalking/client-js/0.9.0/skywalking-client-js-0.9.0-src.tgz
             - name: asc
-              link: 
https://downloads.apache.org/skywalking/client-js/0.8.0/skywalking-client-js-0.8.0-src.tgz.asc
+              link: 
https://downloads.apache.org/skywalking/client-js/0.9.0/skywalking-client-js-0.9.0-src.tgz.asc
             - name: sha512
-              link: 
https://downloads.apache.org/skywalking/client-js/0.8.0/skywalking-client-js-0.8.0-src.tgz.sha512
+              link: 
https://downloads.apache.org/skywalking/client-js/0.9.0/skywalking-client-js-0.9.0-src.tgz.sha512
       distribution:
-        - version: v0.8.0
-          date: Apr. 10th, 2022
+        - version: v0.9.0
+          date: Oct. 13th, 2022
           downloadLink:
             - name: Install via npm
               link: https://npmjs.com/package/skywalking-client-js

Reply via email to