You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/04/30 01:31:11 UTC

[skywalking-client-js] branch master updated: docs: update changes and version (#54)

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-client-js.git


The following commit(s) were added to refs/heads/master by this push:
     new ae66541  docs: update changes and version (#54)
ae66541 is described below

commit ae665417bf2f779e3af866c480a0f2bd0679c154
Author: Qiuxia Fan <fi...@outlook.com>
AuthorDate: Fri Apr 30 09:31:04 2021 +0800

    docs: update changes and version (#54)
---
 CHANGES.md   | 8 ++++++++
 package.json | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 62a7d5e..f5432f0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,13 @@
 # Changes
 
+## 0.5.0
+
+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.
+
 ## 0.4.0
 
 1. Update stack and message in logs.
diff --git a/package.json b/package.json
index d1de945..2fa2369 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-client-js",
-  "version": "0.4.0",
+  "version": "0.5.0",
   "description": "Client-side JavaScript exception and tracing library for Apache SkyWalking APM",
   "main": "index.js",
   "repository": "apache/skywalking-client-js",