This is an automated email from the ASF dual-hosted git repository. spacewander pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push: new 0bbf42e docs: add incompatible info in CHANGELOG for version 2.5 (#4172) 0bbf42e is described below commit 0bbf42e97cf69533e57023b91f0b98a5f305b749 Author: nic-chen <33000667+nic-c...@users.noreply.github.com> AuthorDate: Sat May 1 22:56:39 2021 +0800 docs: add incompatible info in CHANGELOG for version 2.5 (#4172) --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bf40b1..65090d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,14 +43,20 @@ title: Changelog ## 2.5.0 +**The changes marked with :warning: are not backward compatible.** +**Please upgrade your data accordingly before upgrading to this version.** +**[#3809](https://github.com/apache/apisix/pull/3809) Means that empty vars will make the route fail to match any requests.** + ### Change +- :warning: change: remove unused consumer.id [#3868](https://github.com/apache/apisix/pull/3868) +- :warning: change: remove deprecated upstream.enable_websocket [#3854](https://github.com/apache/apisix/pull/3854) - 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) +- :warning: 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)