Skip to content

Commit

Permalink
feat: release 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: tzssangglass <[email protected]>
  • Loading branch information
tzssangglass committed Nov 7, 2022
1 parent 9c181d8 commit 9e393f6
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 16 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,20 @@ title: Changelog

## Table of Contents

- [0.4.0](#040)
- [0.3.0](#030)
- [0.2.0](#020)
- [0.1.0](#010)

## 0.4.0

This release mainly provides the ability to get body data from upstream.

### Core

- support for getting upstream response body. [200](https://github.com/apache/apisix-java-plugin-runner/pull/200)
- support watching config changes. [205](https://github.com/apache/apisix-java-plugin-runner/pull/208)

## 0.3.0

This release mainly provides the ability to get headers from upstream, and support download the project from Maven Center.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

SHELL := /bin/bash -o pipefail

VERSION ?= 0.3.0
VERSION ?= 0.4.0
RELEASE_SRC = apisix-java-plugin-runner-${VERSION}-src

.PHONY: release-src
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Version Matrix
| 0.1.0 | >= [2.7.0](https://github.com/apache/apisix/blob/master/CHANGELOG.md#270) |
| 0.2.0 | >= [2.12.0](https://github.com/apache/apisix/blob/master/CHANGELOG.md#2102) |
| 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) |

How it Works
-------------
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Install
<dependency>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-runner-starter</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.apache.apisix</groupId>
<artifactId>apisix-plugin-runner</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>

<parent>
<groupId>org.apache</groupId>
Expand Down
4 changes: 2 additions & 2 deletions runner-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-plugin-runner</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>apisix-runner-core</artifactId>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-runner-plugin-sdk</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion runner-dist/apisix-runner-bin-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-runner-dist</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>apisix-runner-bin-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion runner-dist/apisix-runner-src-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-runner-dist</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>apisix-runner-src-dist</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions runner-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-plugin-runner</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>apisix-runner-dist</artifactId>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-runner-starter</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
</dependencies>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion runner-plugin-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-plugin-runner</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>apisix-runner-plugin-sdk</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions runner-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-plugin-runner</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>apisix-runner-plugin</artifactId>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-runner-plugin-sdk</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
4 changes: 2 additions & 2 deletions runner-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-plugin-runner</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>apisix-runner-starter</artifactId>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-runner-core</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-plugin-runner</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>apisix-runner-sample</artifactId>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.apisix</groupId>
<artifactId>apisix-runner-plugin-sdk</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit 9e393f6

Please sign in to comment.