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 877a9b6ed88 Release Go Agent v0.3.0 (#649)
877a9b6ed88 is described below
commit 877a9b6ed88f734592eaeb6e34d042f51e8d48fb
Author: mrproliu <[email protected]>
AuthorDate: Mon Oct 23 10:41:10 2023 +0800
Release Go Agent v0.3.0 (#649)
---
.../release-apache-skwaylking-go-0.3.0/index.md | 25 ++++++++++++++++++++++
data/docs.yml | 6 +++---
data/releases.yml | 20 ++++++++---------
3 files changed, 38 insertions(+), 13 deletions(-)
diff --git a/content/events/release-apache-skwaylking-go-0.3.0/index.md
b/content/events/release-apache-skwaylking-go-0.3.0/index.md
new file mode 100644
index 00000000000..b8f869f5801
--- /dev/null
+++ b/content/events/release-apache-skwaylking-go-0.3.0/index.md
@@ -0,0 +1,25 @@
+---
+title: Release Apache SkyWalking Go 0.3.0
+date: 2023-10-23
+author: SkyWalking Team
+description: "Release Apache SkyWalking Go 0.3.0"
+---
+
+SkyWalking Go 0.3.0 is released. Go to
[downloads](https://skywalking.apache.org/downloads) page to find release tars.
+
+#### Features
+* Support manual tracing APIs for users.
+
+#### Plugins
+* Support [mux](https://github.com/gorilla/mux) HTTP server framework.
+* Support [grpc](https://github.com/grpc/grpc-go) server and client framework.
+* Support [iris](https://github.com/kataras/iris) framework.
+
+#### Documentation
+* Add `Tracing APIs` document into `Manual APIs`.
+
+#### Bug Fixes
+
+#### Issues and PR
+- All issues are
[here](https://github.com/apache/skywalking/milestone/189?closed=1)
+- All and pull requests are
[here](https://github.com/apache/skywalking-go/milestone/3?closed=1)
\ No newline at end of file
diff --git a/data/docs.yml b/data/docs.yml
index 18c578e5307..76d84f78d6b 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -138,9 +138,9 @@
docs:
- version: Next
link: /docs/skywalking-go/next/readme/
- - version: v0.2.0
- link: /docs/skywalking-go/v0.2.0/readme/
- commitId: 637845b76c9949a495a14ecf0e7e2f0e385701c8
+ - version: v0.3.0
+ link: /docs/skywalking-go/v0.3.0/readme/
+ commitId: 316433e71808ec6a130e81c287caa8b2a98f45a5
- name: Rust Agent
icon: sw-rust
diff --git a/data/releases.yml b/data/releases.yml
index 462c1f2670a..05af8a739d4 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -268,25 +268,25 @@
icon: skywalking-go
description: The Go Agent for Apache SkyWalking, which provides the
native tracing/metrics/logging abilities for Golang projects.
source:
- - version: v0.2.0
- date: Jul. 31th, 2023
+ - version: v0.3.0
+ date: Oct. 23th, 2023
downloadLink:
- name: src
- link:
https://www.apache.org/dyn/closer.cgi/skywalking/go/0.2.0/apache-skywalking-go-0.2.0-src.tgz
+ link:
https://www.apache.org/dyn/closer.cgi/skywalking/go/0.3.0/apache-skywalking-go-0.3.0-src.tgz
- name: asc
- link:
https://downloads.apache.org/skywalking/go/0.2.0/apache-skywalking-go-0.2.0-src.tgz.asc
+ link:
https://downloads.apache.org/skywalking/go/0.3.0/apache-skywalking-go-0.3.0-src.tgz.asc
- name: sha512
- link:
https://downloads.apache.org/skywalking/go/0.2.0/apache-skywalking-go-0.2.0-src.tgz.sha512
+ link:
https://downloads.apache.org/skywalking/go/0.3.0/apache-skywalking-go-0.3.0-src.tgz.sha512
distribution:
- - version: v0.2.0
- date: Jul. 31th, 2023
+ - version: v0.3.0
+ date: Oct. 23th, 2023
downloadLink:
- name: tar
- link:
https://www.apache.org/dyn/closer.cgi/skywalking/go/0.2.0/apache-skywalking-go-0.2.0-bin.tgz
+ link:
https://www.apache.org/dyn/closer.cgi/skywalking/go/0.3.0/apache-skywalking-go-0.3.0-bin.tgz
- name: asc
- link:
https://downloads.apache.org/skywalking/go/0.2.0/apache-skywalking-go-0.2.0-bin.tgz.asc
+ link:
https://downloads.apache.org/skywalking/go/0.3.0/apache-skywalking-go-0.3.0-bin.tgz.asc
- name: sha512
- link:
https://downloads.apache.org/skywalking/go/0.2.0/apache-skywalking-go-0.2.0-bin.tgz.sha512
+ link:
https://downloads.apache.org/skywalking/go/0.3.0/apache-skywalking-go-0.3.0-bin.tgz.sha512
- name: NodeJS Agent
icon: nodejs-agent