This is an automated email from the ASF dual-hosted git repository.
nic443 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/apisix-java-plugin-runner.git
The following commit(s) were added to refs/heads/main by this push:
new 7368f07 release: 0.6.0 (#322)
7368f07 is described below
commit 7368f07154626025fe1234dc93bae2ea4edcf7f3
Author: Nic <[email protected]>
AuthorDate: Wed Apr 2 10:16:52 2025 +0800
release: 0.6.0 (#322)
Signed-off-by: Nic <[email protected]>
---
CHANGELOG.md | 25 ++++++++++++++++++++-----
Makefile | 2 +-
README.md | 1 +
docs/en/latest/installation-guide.md | 2 +-
pom.xml | 2 +-
runner-core/pom.xml | 4 ++--
runner-dist/apisix-runner-bin-dist/pom.xml | 4 ++--
runner-dist/apisix-runner-src-dist/pom.xml | 4 ++--
runner-dist/pom.xml | 6 +++---
runner-plugin-sdk/pom.xml | 2 +-
runner-plugin/pom.xml | 4 ++--
runner-starter/pom.xml | 4 ++--
sample/pom.xml | 4 ++--
13 files changed, 40 insertions(+), 24 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b29e0c..29a8010 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,11 +23,26 @@ title: Changelog
## Table of Contents
-- [0.5.0](#032)
-- [0.4.0](#046)
-- [0.3.0](#055)
-- [0.2.0](#068)
-- [0.1.0](#096)
+- [0.6.0](#060)
+- [0.5.0](#050)
+- [0.4.0](#040)
+- [0.3.0](#030)
+- [0.2.0](#020)
+- [0.1.0](#010)
+
+## 0.6.0
+
+This release mainly allows async plugins and upgrades dependencies & adopts
Java 21, and fix some bugs.
+
+### Core
+
+- Allow async plugins.
[313](https://github.com/apache/apisix-java-plugin-runner/pull/313)
+- Upgrade dependencies & adopt Java 21.
[315](https://github.com/apache/apisix-java-plugin-runner/pull/315)
+
+### Bugfix
+
+- Update development doc link in installation-guide.md.
[304](https://github.com/apache/apisix-java-plugin-runner/pull/304)
+- Restrict socket permissions and manage ACLs if needed.
[318](https://github.com/apache/apisix-java-plugin-runner/pull/318)
## 0.5.0
diff --git a/Makefile b/Makefile
index 8542faa..b525644 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
SHELL := /bin/bash -o pipefail
-VERSION ?= 0.5.0
+VERSION ?= 0.6.0
RELEASE_SRC = apisix-java-plugin-runner-${VERSION}-src
.PHONY: release-src
diff --git a/README.md b/README.md
index 9e687fb..ada52da 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ Version Matrix
| 0.3.0 | >=
[2.15.0](https://github.com/apache/apisix/blob/master/CHANGELOG.md#2150) |
| 0.4.0 | >=
[3.0.0](https://github.com/apache/apisix/blob/master/CHANGELOG.md#300) |
| 0.5.0 | >=
[3.0.0](https://github.com/apache/apisix/blob/master/CHANGELOG.md#300) |
+| 0.6.0 | >=
[3.0.0](https://github.com/apache/apisix/blob/master/CHANGELOG.md#300) |
How it Works
-------------
diff --git a/docs/en/latest/installation-guide.md
b/docs/en/latest/installation-guide.md
index b2b86f0..e765815 100644
--- a/docs/en/latest/installation-guide.md
+++ b/docs/en/latest/installation-guide.md
@@ -48,7 +48,7 @@ Install
<dependency>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-runner-starter</artifactId>
- <version>0.5.0</version>
+ <version>0.6.0</version>
</dependency>
```
diff --git a/pom.xml b/pom.xml
index 043ebae..6b9f3ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-plugin-runner</artifactId>
- <version>0.5.0</version>
+ <version>0.6.0</version>
<parent>
<groupId>org.apache</groupId>
diff --git a/runner-core/pom.xml b/runner-core/pom.xml
index 81e0dc0..6ee128d 100644
--- a/runner-core/pom.xml
+++ b/runner-core/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-plugin-runner</artifactId>
- <version>0.5.0</version>
+ <version>0.6.0</version>
</parent>
<artifactId>apisix-runner-core</artifactId>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-runner-plugin-sdk</artifactId>
- <version>0.5.0</version>
+ <version>0.6.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
diff --git a/runner-dist/apisix-runner-bin-dist/pom.xml
b/runner-dist/apisix-runner-bin-dist/pom.xml
index 6cc2e34..aeb36d2 100644
--- a/runner-dist/apisix-runner-bin-dist/pom.xml
+++ b/runner-dist/apisix-runner-bin-dist/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-runner-dist</artifactId>
- <version>0.5.0</version>
+ <version>0.6.0</version>
</parent>
<artifactId>apisix-runner-bin-dist</artifactId>
@@ -74,4 +74,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
diff --git a/runner-dist/apisix-runner-src-dist/pom.xml
b/runner-dist/apisix-runner-src-dist/pom.xml
index cf53548..19e9658 100644
--- a/runner-dist/apisix-runner-src-dist/pom.xml
+++ b/runner-dist/apisix-runner-src-dist/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-runner-dist</artifactId>
- <version>0.5.0</version>
+ <version>0.6.0</version>
</parent>
<artifactId>apisix-runner-src-dist</artifactId>
@@ -73,4 +73,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
diff --git a/runner-dist/pom.xml b/runner-dist/pom.xml
index 40acab4..8c7da50 100644
--- a/runner-dist/pom.xml
+++ b/runner-dist/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-plugin-runner</artifactId>
- <version>0.5.0</version>
+ <version>0.6.0</version>
</parent>
<artifactId>apisix-runner-dist</artifactId>
@@ -35,11 +35,11 @@
<dependency>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-runner-starter</artifactId>
- <version>0.5.0</version>
+ <version>0.6.0</version>
</dependency>
</dependencies>
<modules>
<module>apisix-runner-bin-dist</module>
<module>apisix-runner-src-dist</module>
</modules>
-</project>
\ No newline at end of file
+</project>
diff --git a/runner-plugin-sdk/pom.xml b/runner-plugin-sdk/pom.xml
index 2ba9f77..123d74a 100644
--- a/runner-plugin-sdk/pom.xml
+++ b/runner-plugin-sdk/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-plugin-runner</artifactId>
- <version>0.5.0</version>
+ <version>0.6.0</version>
</parent>
<artifactId>apisix-runner-plugin-sdk</artifactId>
diff --git a/runner-plugin/pom.xml b/runner-plugin/pom.xml
index cabee96..151ee2b 100644
--- a/runner-plugin/pom.xml
+++ b/runner-plugin/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-plugin-runner</artifactId>
- <version>0.5.0</version>
+ <version>0.6.0</version>
</parent>
<artifactId>apisix-runner-plugin</artifactId>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-runner-plugin-sdk</artifactId>
- <version>0.5.0</version>
+ <version>0.6.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
diff --git a/runner-starter/pom.xml b/runner-starter/pom.xml
index d6bda08..b877049 100644
--- a/runner-starter/pom.xml
+++ b/runner-starter/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-plugin-runner</artifactId>
- <version>0.5.0</version>
+ <version>0.6.0</version>
</parent>
<artifactId>apisix-runner-starter</artifactId>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-runner-core</artifactId>
- <version>0.5.0</version>
+ <version>0.6.0</version>
</dependency>
<dependency>
diff --git a/sample/pom.xml b/sample/pom.xml
index 7489b74..87c590a 100644
--- a/sample/pom.xml
+++ b/sample/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-plugin-runner</artifactId>
- <version>0.5.0</version>
+ <version>0.6.0</version>
</parent>
<artifactId>apisix-runner-sample</artifactId>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-runner-plugin-sdk</artifactId>
- <version>0.5.0</version>
+ <version>0.6.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>