Skip to content

Commit

Permalink
feat: release 0.3.0 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuaijinchao authored Mar 29, 2022
1 parent dee7fa0 commit 160e058
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,34 @@ title: Changelog

## Table of Contents

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

## 0.3.0

### Feature

- :sunrise: feat: support upstream response header modify [#68](https://github.com/apache/apisix-go-plugin-runner/pull/68)
- :sunrise: feat: support fetch request body [#70](https://github.com/apache/apisix-go-plugin-runner/pull/70)
- :sunrise: feat: introduce context to plugin runner [#63](https://github.com/apache/apisix-go-plugin-runner/pull/63)
- :sunrise: feat: add fault-injection plugin for benchmark [#46](https://github.com/apache/apisix-go-plugin-runner/pull/46)
- :sunrise: feat: add e2e framework [#72](https://github.com/apache/apisix-go-plugin-runner/pull/72)

### Bugfix

- fix: write response header break request [#65](https://github.com/apache/apisix-go-plugin-runner/pull/65)
- fix: addressed blank space of GITSHA populated [#58](https://github.com/apache/apisix-go-plugin-runner/pull/58)
- fix: make sure the cached conf expires after the token [#44](https://github.com/apache/apisix-go-plugin-runner/pull/44)
- fix: avoid reusing nil builder [#42](https://github.com/apache/apisix-go-plugin-runner/pull/42)

## 0.2.0

### Feature

- :sunrise: feat: support Var API [#31](https://github.com/apache/apisix/pull/31)
- :sunrise: feat: provide default APISIX_CONF_EXPIRE_TIME to simplify thing [#30](https://github.com/apache/apisix/pull/30)
- :sunrise: feat: provide default APISIX_CONF_EXPIRE_TIME to simplify
thing [#30](https://github.com/apache/apisix/pull/30)
- :sunrise: feat: handle idempotent key in PrepareConf [#27](https://github.com/apache/apisix/pull/27)

### Bugfix
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.2,
"version": 0.3,
"sidebar": [
{
"type": "doc",
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ title: Getting started
## Prerequisites

* Go (>= 1.15)
* APISIX (>= 2.9.0)
* APISIX (>= 2.13.0)

## Installation

Expand Down

0 comments on commit 160e058

Please sign in to comment.