Skip to content

Commit

Permalink
Update Changes for ready release 0.4.0 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu authored Feb 21, 2024
1 parent 140c58d commit 6426060
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ Release Notes.
0.4.0
------------------
#### Features
* Add support ignore suffix.
* Add support ignore suffix for span name.
* Adding go `1.21` and `1.22` in docker image.

#### Plugins
* Support setting a discard type of reporter.
* Add `redis.max_args_bytes` parameter for redis plugin.
* Changing intercept point for gin, make sure interfaces could be grouped when params defined in relativePath.
* Support [RocketMQ](https://github.com/apache/rocketmq-client-go) MQ.
* Support [AMQP](https://github.com/rabbitmq/amqp091-go) MQ.
* support [Echov4](https://github.com/labstack/echo) framework.

#### Documentation

Expand All @@ -26,6 +28,7 @@ Release Notes.
* Fix enhance param error when there are multiple params.
* Fix lost trace when multi middleware `handlerFunc` in `gin` plugin.
* Fix DBQueryContext execute error in `sql` plugin.
* Fix stack overflow as endless logs triggered.

#### Issues and PR
- All issues are [here](https://github.com/apache/skywalking/milestone/197?closed=1)
Expand All @@ -42,7 +45,6 @@ Release Notes.
* Support [iris](https://github.com/kataras/iris) framework.
* Support [fasthttp](https://github.com/valyala/fasthttp) framework.
* Support [fiber](https://github.com/gofiber/fiber) framework.
* support [Echov4](https://github.com/labstack/echo) framework.

#### Documentation
* Add `Tracing APIs` document into `Manual APIs`.
Expand Down

0 comments on commit 6426060

Please sign in to comment.