Skip to content

Commit

Permalink
Release SkyWalking Go 0.5.0 (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu authored Aug 28, 2024
1 parent d897b7b commit bd4acba
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 14 deletions.
35 changes: 35 additions & 0 deletions content/events/release-apache-skwaylking-go-0.5.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Release Apache SkyWalking Go 0.5.0
date: 2024-08-28
author: SkyWalking Team
description: "Release Apache SkyWalking Go 0.5.0"
---

SkyWalking Go 0.5.0 is released. Go to [downloads](https://skywalking.apache.org/downloads) page to find release tars.

* **Add go `1.23` support**.
* **Remove go `1.16`, `1.17`, and `1.18` support**.

#### Features
* Add support trace ignore.
* Enhance the observability of makefile execution.
* Update the error message if the peer address is empty when creating an exit span.
* Support enhancement go `1.23`.

#### Plugins
* Support [Pulsar](https://github.com/apache/pulsar-client-go) MQ.
* Support [Segmentio-Kafka](https://github.com/segmentio/kafka-go) MQ.
* Support http headers collection for Gin.
* Support higher versions of grpc.
* Support [go-elasticsearchv8](https://github.com/elastic/go-elasticsearch) database client framework.
* Support `http.Hijacker` interface for mux plugin.
* Support collect statements and parameters in the Gorm plugin.

### Bug Fixes
* Fix panic error when root span finished.
* Fix when not route is found, the gin operation name is "http.Method:", example: "GET:".
* Fix got `span type is wrong` error when creating exit span with trace sampling.

#### Issues and PR
- All issues are [here](https://github.com/apache/skywalking/milestone/210?closed=1)
- All and pull requests are [here](https://github.com/apache/skywalking-go/milestone/5?closed=1)
8 changes: 4 additions & 4 deletions data/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@
link: /docs/skywalking-go/next/readme/
- version: Latest
link: /docs/skywalking-go/latest/readme/
commitId: 642606007162e9b6f5c6827e4903994f6364d8fe
- version: v0.4.0
link: /docs/skywalking-go/v0.4.0/readme/
commitId: 642606007162e9b6f5c6827e4903994f6364d8fe
commitId: c997106bb789c57c9f6375d9324805eab02856b4
- version: v0.5.0
link: /docs/skywalking-go/v0.5.0/readme/
commitId: c997106bb789c57c9f6375d9324805eab02856b4

- name: Rust Agent
icon: sw-rust
Expand Down
20 changes: 10 additions & 10 deletions data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,25 +251,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.4.0
date: Feb. 27th, 2024
- version: v0.5.0
date: Aug. 28th, 2024
downloadLink:
- name: src
link: https://www.apache.org/dyn/closer.cgi/skywalking/go/0.4.0/apache-skywalking-go-0.4.0-src.tgz
link: https://www.apache.org/dyn/closer.cgi/skywalking/go/0.5.0/apache-skywalking-go-0.5.0-src.tgz
- name: asc
link: https://downloads.apache.org/skywalking/go/0.4.0/apache-skywalking-go-0.4.0-src.tgz.asc
link: https://downloads.apache.org/skywalking/go/0.5.0/apache-skywalking-go-0.5.0-src.tgz.asc
- name: sha512
link: https://downloads.apache.org/skywalking/go/0.4.0/apache-skywalking-go-0.4.0-src.tgz.sha512
link: https://downloads.apache.org/skywalking/go/0.5.0/apache-skywalking-go-0.5.0-src.tgz.sha512
distribution:
- version: v0.4.0
date: Feb. 27th, 2024
- version: v0.5.0
date: Aug. 28th, 2024
downloadLink:
- name: tar
link: https://www.apache.org/dyn/closer.cgi/skywalking/go/0.4.0/apache-skywalking-go-0.4.0-bin.tgz
link: https://www.apache.org/dyn/closer.cgi/skywalking/go/0.5.0/apache-skywalking-go-0.5.0-bin.tgz
- name: asc
link: https://downloads.apache.org/skywalking/go/0.4.0/apache-skywalking-go-0.4.0-bin.tgz.asc
link: https://downloads.apache.org/skywalking/go/0.5.0/apache-skywalking-go-0.5.0-bin.tgz.asc
- name: sha512
link: https://downloads.apache.org/skywalking/go/0.4.0/apache-skywalking-go-0.4.0-bin.tgz.sha512
link: https://downloads.apache.org/skywalking/go/0.5.0/apache-skywalking-go-0.5.0-bin.tgz.sha512

- name: NodeJS Agent
icon: nodejs-agent
Expand Down

0 comments on commit bd4acba

Please sign in to comment.