@@ -5,14 +5,16 @@ Release Notes.
5
5
0.4.0
6
6
------------------
7
7
#### 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.
9
10
10
11
#### Plugins
11
12
* Support setting a discard type of reporter.
12
13
* Add ` redis.max_args_bytes ` parameter for redis plugin.
13
14
* Changing intercept point for gin, make sure interfaces could be grouped when params defined in relativePath.
14
15
* Support [ RocketMQ] ( https://github.com/apache/rocketmq-client-go ) MQ.
15
16
* Support [ AMQP] ( https://github.com/rabbitmq/amqp091-go ) MQ.
17
+ * support [ Echov4] ( https://github.com/labstack/echo ) framework.
16
18
17
19
#### Documentation
18
20
@@ -26,6 +28,7 @@ Release Notes.
26
28
* Fix enhance param error when there are multiple params.
27
29
* Fix lost trace when multi middleware ` handlerFunc ` in ` gin ` plugin.
28
30
* Fix DBQueryContext execute error in ` sql ` plugin.
31
+ * Fix stack overflow as endless logs triggered.
29
32
30
33
#### Issues and PR
31
34
- All issues are [ here] ( https://github.com/apache/skywalking/milestone/197?closed=1 )
@@ -42,7 +45,6 @@ Release Notes.
42
45
* Support [ iris] ( https://github.com/kataras/iris ) framework.
43
46
* Support [ fasthttp] ( https://github.com/valyala/fasthttp ) framework.
44
47
* Support [ fiber] ( https://github.com/gofiber/fiber ) framework.
45
- * support [ Echov4] ( https://github.com/labstack/echo ) framework.
46
48
47
49
#### Documentation
48
50
* Add ` Tracing APIs ` document into ` Manual APIs ` .
0 commit comments