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 d3961bc6782 Release Client js 1.0.0 (#779)
d3961bc6782 is described below

commit d3961bc678213168577484bce804aded85835f89
Author: Fine0830 <[email protected]>
AuthorDate: Thu Apr 3 22:07:09 2025 +0800

    Release Client js 1.0.0 (#779)
---
 .../release-apache-skywalking-client-js-1-0-0/index.md  | 17 +++++++++++++++++
 data/docs.yml                                           |  4 ++--
 data/releases.yml                                       | 14 +++++++-------
 3 files changed, 26 insertions(+), 9 deletions(-)

diff --git a/content/events/release-apache-skywalking-client-js-1-0-0/index.md 
b/content/events/release-apache-skywalking-client-js-1-0-0/index.md
new file mode 100644
index 00000000000..02879b18889
--- /dev/null
+++ b/content/events/release-apache-skywalking-client-js-1-0-0/index.md
@@ -0,0 +1,17 @@
+---
+title: Release Apache SkyWalking Client JS 1.0.0
+date: 2025-04-03
+author: SkyWalking Team
+---
+
+SkyWalking Client JS 1.0.0 is released. Go to [downloads](/downloads) page to 
find release tars.
+
+1. Monitor Core Web Vitals.
+2. Monitor static resource metrics.
+3. Bump up `infra-e2e`.
+4. Bump dependencies to fix vulnerabilities.
+5. Adjust readme for 1.0 release.
+6. Fix can't catch the resource error.
+7. Fix append http method to tags error.
+8. Bump up `test ui`.
+9. Fix the caught fetch request does not work when it receives a URL.
diff --git a/data/docs.yml b/data/docs.yml
index acafb1bc0f0..6c6ac23efe0 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -193,8 +193,8 @@
       user: apache
       repo: skywalking-client-js
       docs:
-        - version: v0.12.0
-          link: https://github.com/apache/skywalking-client-js/tree/v0.12.0
+        - version: v1.0.0
+          link: https://github.com/apache/skywalking-client-js/tree/v1.0.0
 
     - name: Ruby Agent
       icon: ruby-agent
diff --git a/data/releases.yml b/data/releases.yml
index aef4f7a86aa..3c79c57e856 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -389,18 +389,18 @@
       icon: js-agent
       description: Apache SkyWalking Client-side JavaScript exception and 
tracing library.
       source:
-        - version: v0.12.0
-          date: Jul. 14th, 2024
+        - version: v1.0.0
+          date: Apr. 3rd, 2025
           downloadLink:
             - name: src
-              link: 
https://www.apache.org/dyn/closer.cgi/skywalking/client-js/0.12.0/skywalking-client-js-0.12.0-src.tgz
+              link: 
https://www.apache.org/dyn/closer.cgi/skywalking/client-js/1.0.0/skywalking-client-js-1.0.0-src.tgz
             - name: asc
-              link: 
https://downloads.apache.org/skywalking/client-js/0.12.0/skywalking-client-js-0.12.0-src.tgz.asc
+              link: 
https://downloads.apache.org/skywalking/client-js/1.0.0/skywalking-client-js-1.0.0-src.tgz.asc
             - name: sha512
-              link: 
https://downloads.apache.org/skywalking/client-js/0.12.0/skywalking-client-js-0.12.0-src.tgz.sha512
+              link: 
https://downloads.apache.org/skywalking/client-js/1.0.0/skywalking-client-js-1.0.0-src.tgz.sha512
       distribution:
-        - version: v0.12.0
-          date: Jul. 14th, 2024
+        - version: v1.0.0
+          date: Apr. 3rd, 2025
           downloadLink:
             - name: Install via npm
               link: https://npmjs.com/package/skywalking-client-js

Reply via email to