This is an automated email from the ASF dual-hosted git repository. liuhan pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-go.git
The following commit(s) were added to refs/heads/main by this push: new 6426060 Update Changes for ready release 0.4.0 (#171) 6426060 is described below commit 642606007162e9b6f5c6827e4903994f6364d8fe Author: mrproliu <741550...@qq.com> AuthorDate: Wed Feb 21 13:21:25 2024 +0800 Update Changes for ready release 0.4.0 (#171) --- CHANGES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6c55762..08df91e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,8 @@ 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. @@ -13,6 +14,7 @@ Release Notes. * 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 @@ -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) @@ -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`.