Skip to content

Commit

Permalink
feat: release 0.5.0 (#112)
Browse files Browse the repository at this point in the history
* feat: release 0.5.0

* fix version

Co-authored-by: soulbird <[email protected]>
  • Loading branch information
soulbird and soulbird authored Nov 7, 2022
1 parent b47648e commit 1aae0a6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 0.4,
"version": 0.5,
"sidebar": [
{
"type": "doc",
Expand Down
1 change: 1 addition & 0 deletions docs/en/latest/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 1aae0a6

Please sign in to comment.