From 1aae0a6403aa4de0aa6013ffc88da103f93a142b Mon Sep 17 00:00:00 2001 From: soulbird Date: Mon, 7 Nov 2022 11:23:51 +0800 Subject: [PATCH] feat: release 0.5.0 (#112) * feat: release 0.5.0 * fix version Co-authored-by: soulbird --- CHANGELOG.md | 10 ++++++++++ docs/en/latest/config.json | 2 +- docs/en/latest/getting-started.md | 1 + 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de7252f..77bd629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,11 +23,21 @@ title: Changelog ## Table of Contents +- [0.5.0](#050) - [0.4.0](#040) - [0.3.0](#030) - [0.2.0](#020) - [0.1.0](#010) +## 0.5.0 + +### Feature +- :sunrise: feat: response_rewrite plugin support replace body via origin res body [#109](https://github.com/apache/apisix-go-plugin-runner/pull/109) +- :sunrise: feat: support get response body by extra_info [107](https://github.com/apache/apisix-go-plugin-runner/pull/107) + +### Bugfix +- fix: set the correct rpc response type when meet an error [#102](https://github.com/apache/apisix-go-plugin-runner/pull/102) + ## 0.4.0 ### Feature diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json index 5f57b4a..d0e8c32 100644 --- a/docs/en/latest/config.json +++ b/docs/en/latest/config.json @@ -1,5 +1,5 @@ { - "version": 0.4, + "version": 0.5, "sidebar": [ { "type": "doc", diff --git a/docs/en/latest/getting-started.md b/docs/en/latest/getting-started.md index ec558ec..df39430 100644 --- a/docs/en/latest/getting-started.md +++ b/docs/en/latest/getting-started.md @@ -34,6 +34,7 @@ The following table describes the compatibility between apisix-go-plugin-runner | apisix-go-plugin-runner | Apache APISIX | |------------------------:|--------------------------------------:| | `master` | `master` is recommended. | +| `0.5.0` | `>= 3.0.0`, `3.0.0` is recommended. | | `0.4.0` | `>= 2.14.1`, `2.14.1` is recommended. | | `0.3.0` | `>= 2.13.0`, `2.13.0` is recommended. | | `0.2.0` | `>= 2.9.0`, `2.9.0` is recommended. |