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

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new af6a2c4  feat: APISIX 2.5 event (#283)
af6a2c4 is described below

commit af6a2c447e3e11c1e62c57c84c0c7a30da819d6e
Author: 罗泽轩 <[email protected]>
AuthorDate: Tue Apr 6 11:05:29 2021 +0800

    feat: APISIX 2.5 event (#283)
---
 .../events/2021-04-05-release-apache-apisix-2.5.md | 34 ++++++++++++++++++++++
 website/static/data/events.json                    |  4 +++
 2 files changed, 38 insertions(+)

diff --git a/website/events/2021-04-05-release-apache-apisix-2.5.md 
b/website/events/2021-04-05-release-apache-apisix-2.5.md
new file mode 100644
index 0000000..c11eea0
--- /dev/null
+++ b/website/events/2021-04-05-release-apache-apisix-2.5.md
@@ -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)
diff --git a/website/static/data/events.json b/website/static/data/events.json
index af9b5d9..f0cde28 100644
--- a/website/static/data/events.json
+++ b/website/static/data/events.json
@@ -1,5 +1,9 @@
 [
   {
+    "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"
   },

Reply via email to