Skip to content

Commit 6426060

Browse files
authored
Update Changes for ready release 0.4.0 (#171)
1 parent 140c58d commit 6426060

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGES.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ Release Notes.
55
0.4.0
66
------------------
77
#### Features
8-
* Add support ignore suffix.
8+
* Add support ignore suffix for span name.
9+
* Adding go `1.21` and `1.22` in docker image.
910

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

1719
#### Documentation
1820

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

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

4749
#### Documentation
4850
* Add `Tracing APIs` document into `Manual APIs`.

0 commit comments

Comments
 (0)