Skip to content

Commit

Permalink
feat: APISIX 2.5 event (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander authored Apr 6, 2021
1 parent a114288 commit af6a2c4
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
34 changes: 34 additions & 0 deletions website/events/2021-04-05-release-apache-apisix-2.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Release Apache APISIX 2.5
---

<!--truncate-->

### Change

- change(zipkin): rearrange the child span [#3877](https://github.com/apache/apisix/pull/3877)

### Core

- :sunrise: feat: support mTLS with etcd [#3905](https://github.com/apache/apisix/pull/3905)
- :sunrise: feat: upgrade lua-resty-expr/radixtree to support logical expression [#3809](https://github.com/apache/apisix/pull/3809)
- :sunrise: feat: load etcd configuration when apisix starts [#3799](https://github.com/apache/apisix/pull/3799)
- :sunrise: feat: let balancer support priority [#3755](https://github.com/apache/apisix/pull/3755)
- :sunrise: feat: add control api for discovery module [#3742](https://github.com/apache/apisix/pull/3742)

### Plugin

- :sunrise: feat(skywalking): allow destroy and configure report interval for reporter [#3925](https://github.com/apache/apisix/pull/3925)
- :sunrise: feat(traffic-split): the upstream pass_host needs to support IP mode [#3870](https://github.com/apache/apisix/pull/3870)
- :sunrise: feat: Add filter on HTTP methods for consumer-restriction plugin [#3691](https://github.com/apache/apisix/pull/3691)
- :sunrise: feat: add allow_origins_by_regex to cors plugin [#3839](https://github.com/apache/apisix/pull/3839)
- :sunrise: feat: support conditional response rewrite [#3577](https://github.com/apache/apisix/pull/3577)

### Bugfix

- fix(error-log-logger): the logger should be run in each process [#3912](https://github.com/apache/apisix/pull/3912)
- fix: use the builtin server by default [#3907](https://github.com/apache/apisix/pull/3907)
- fix(traffic-split): binding upstream via upstream_id is invalid [#3842](https://github.com/apache/apisix/pull/3842)
- fix: correct the validation for ssl_trusted_certificate [#3832](https://github.com/apache/apisix/pull/3832)
- fix: don't override cache relative headers [#3789](https://github.com/apache/apisix/pull/3789)
- fix: fail to run `make deps` on macOS [#3718](https://github.com/apache/apisix/pull/3718)
4 changes: 4 additions & 0 deletions website/static/data/events.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"title": "Release Apache APISIX 2.5",
"fileName": "2021-04-05-release-apache-apisix-2.5"
},
{
"title": "Release Apache APISIX Ingress Controller 0.4.0",
"fileName": "2021-03-12-release-apache-apisix-ingress-controller-0.4.0"
Expand Down

0 comments on commit af6a2c4

Please sign in to comment.