You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/06/23 06:20:13 UTC

[apisix-go-plugin-runner] branch master updated: feat: release 0.4.0 (#94)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-go-plugin-runner.git


The following commit(s) were added to refs/heads/master by this push:
     new c9bef7d  feat: release 0.4.0 (#94)
c9bef7d is described below

commit c9bef7d7dbc567a94b6e8322ebe8d2078e516ffd
Author: soulbird <zh...@outlook.com>
AuthorDate: Thu Jun 23 14:20:08 2022 +0800

    feat: release 0.4.0 (#94)
---
 CHANGELOG.md                      | 13 +++++++++++++
 docs/en/latest/config.json        |  2 +-
 docs/en/latest/getting-started.md | 15 ++++++++++++++-
 3 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0024c44..de7252f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,10 +23,23 @@ title: Changelog
 
 ## Table of Contents
 
+- [0.4.0](#040)
 - [0.3.0](#030)
 - [0.2.0](#020)
 - [0.1.0](#010)
 
+## 0.4.0
+
+### Feature
+
+- :sunrise: feat: add response-rewrite plugin [#91](https://github.com/apache/apisix-go-plugin-runner/pull/91)
+- :sunrise: feat: support response filter for plugin [#90](https://github.com/apache/apisix-go-plugin-runner/pull/90)
+- :sunrise: feat: add debugf function [#87](https://github.com/apache/apisix-go-plugin-runner/pull/87)
+
+### Change
+
+- change: add DefaultPlugin so that we don't need to reimplement all the methods [#92](https://github.com/apache/apisix-go-plugin-runner/pull/92)
+
 ## 0.3.0
 
 ### Feature
diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index 449be4a..5f57b4a 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -1,5 +1,5 @@
 {
-  "version": 0.3,
+  "version": 0.4,
   "sidebar": [
     {
       "type": "doc",
diff --git a/docs/en/latest/getting-started.md b/docs/en/latest/getting-started.md
index 7bf8c7e..c04ce19 100644
--- a/docs/en/latest/getting-started.md
+++ b/docs/en/latest/getting-started.md
@@ -23,8 +23,21 @@ title: Getting started
 
 ## Prerequisites
 
+### Compatibility with Golang
 * Go (>= 1.15)
-* APISIX (>= 2.13.0)
+
+### Compatibility with Apache APISIX
+
+The following table describes the compatibility between apisix-go-plugin-runner and
+[Apache APISIX](https://apisix.apache.org).
+
+| apisix-go-plugin-runner |                         Apache APISIX |
+|------------------------:|--------------------------------------:|
+|                `master` | `>= 2.14.1`, `2.14.1` 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. |
+|                 `0.1.0` |   `>= 2.7.0`, `2.7.0` is recommended. |
 
 ## Installation