You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,35 @@ title: Changelog
24
24
## Table of Contents
25
25
26
26
-[0.1.0](#010)
27
+
-[0.2.0](#020)
28
+
29
+
## 0.2.0
30
+
31
+
This release mainly provides the ability to get variables and request body.
32
+
33
+
### Change
34
+
35
+
- change the network communication framework from reactor-netty to netty. [100](https://github.com/apache/apisix-java-plugin-runner/pull/100)
36
+
- change the return value of filter function in PluginFilter interface. [100](https://github.com/apache/apisix-java-plugin-runner/pull/100)
37
+
- the requiredVars and requiredBody functions have been added to the PluginFilter interface. [100](https://github.com/apache/apisix-java-plugin-runner/pull/100)
38
+
- JDK requirements upgrade from 8 to 11.
39
+
40
+
### Core
41
+
42
+
- support for getting variables and request body. [100](https://github.com/apache/apisix-java-plugin-runner/pull/100)
43
+
- catching exceptions thrown during the writeAndFlush. [107](https://github.com/apache/apisix-java-plugin-runner/pull/107)
44
+
45
+
### Bugfix
46
+
47
+
- chinese encoding in the response body. [#53](https://github.com/apache/apisix-java-plugin-runner/pull/53)
48
+
- stop request but not setStatusCode will trigger an exception In APISIX. [#56](https://github.com/apache/apisix-java-plugin-runner/pull/56)
49
+
- reset vtable_start and vtable_size of PrepareConf/Req. [#66](https://github.com/apache/apisix-java-plugin-runner/pull/66)
50
+
- convert the conf req to an object and put it in the cache. [#73](https://github.com/apache/apisix-java-plugin-runner/pull/73)
51
+
- modify socket file permissions so that APISIX has permission to read and write. [#96](https://github.com/apache/apisix-java-plugin-runner/pull/96)
52
+
- disable null as key of req/resp headers and args. [#105](https://github.com/apache/apisix-java-plugin-runner/pull/105)
53
+
- pre-read requests prevent read/write index confusion. [#113](https://github.com/apache/apisix-java-plugin-runner/pull/113)
0 commit comments