You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/09/23 09:26:49 UTC

[GitHub] [apisix] moonming opened a new pull request #2283: release: release 2.0 version.

moonming opened a new pull request #2283:
URL: https://github.com/apache/apisix/pull/2283


   https://github.com/apache/apisix/milestone/7
   2.0 milestone almost finished, it’s time to start release


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] juzhiyuan commented on a change in pull request #2283: release: release 2.0 version.

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on a change in pull request #2283:
URL: https://github.com/apache/apisix/pull/2283#discussion_r507713111



##########
File path: CHANGELOG.md
##########
@@ -32,6 +32,31 @@
 - [0.7.0](#070)
 - [0.6.0](#060)
 
+## 2.0.0
+
+### Core
+- :sunrise: **Migrate from etcd v2 to v3 protocol, which is not backward compatible. APISIX only supports etcd 3.4 and above versions.** [#2036](https://github.com/apache/apisix/pull/2036)
+- add labels for upstream object.[#2279](https://github.com/apache/apisix/pull/2279)
+- add managed fields in json schema for resources, such as create_time and update_time.[#2444](https://github.com/apache/apisix/pull/2444)
+- use interceptors to protect plugin's route[#2416](https://github.com/apache/apisix/pull/2416)
+- support multiple ports for http and https listen.[#2409](https://github.com/apache/apisix/pull/2409)
+- implement `core.sleep`.[#2397](https://github.com/apache/apisix/pull/2397)
+
+## Plugin
+- :sunrise: **add AK/SK(HMAC) auth plugin.**[#2192](https://github.com/apache/apisix/pull/2192)
+- :sunrise: add referer-restriction plugin.[#2352](https://github.com/apache/apisix/pull/2352)
+- `limit-count` support to use `redis` cluster.[#2406](https://github.com/apache/apisix/pull/2406)
+- feat(proxy-cache): store the temporary file under cache directory. [#2317](https://github.com/apache/apisix/pull/2317)
+- feat(http-logger): support for specified the log formats via admin API [#2309](https://github.com/apache/apisix/pull/2309)
+
+## Bugfix
+- :bug: **`high priority`** When the data plane receives an instruction to delete a resource(router, upstream etc.), it does not properly clean up the cache, resulting in the existing resources cannot be found. This problem only occurs in the case of long and frequent deletion operations.[#2168](https://github.com/apache/apisix/pull/2168)

Review comment:
       upstream  and so on or upstream, etc.
   

##########
File path: CHANGELOG.md
##########
@@ -32,6 +32,31 @@
 - [0.7.0](#070)
 - [0.6.0](#060)
 
+## 2.0.0
+
+### Core
+- :sunrise: **Migrate from etcd v2 to v3 protocol, which is not backward compatible. APISIX only supports etcd 3.4 and above versions.** [#2036](https://github.com/apache/apisix/pull/2036)
+- add labels for upstream object.[#2279](https://github.com/apache/apisix/pull/2279)
+- add managed fields in json schema for resources, such as create_time and update_time.[#2444](https://github.com/apache/apisix/pull/2444)
+- use interceptors to protect plugin's route[#2416](https://github.com/apache/apisix/pull/2416)
+- support multiple ports for http and https listen.[#2409](https://github.com/apache/apisix/pull/2409)
+- implement `core.sleep`.[#2397](https://github.com/apache/apisix/pull/2397)
+
+## Plugin
+- :sunrise: **add AK/SK(HMAC) auth plugin.**[#2192](https://github.com/apache/apisix/pull/2192)
+- :sunrise: add referer-restriction plugin.[#2352](https://github.com/apache/apisix/pull/2352)
+- `limit-count` support to use `redis` cluster.[#2406](https://github.com/apache/apisix/pull/2406)
+- feat(proxy-cache): store the temporary file under cache directory. [#2317](https://github.com/apache/apisix/pull/2317)
+- feat(http-logger): support for specified the log formats via admin API [#2309](https://github.com/apache/apisix/pull/2309)
+
+## Bugfix
+- :bug: **`high priority`** When the data plane receives an instruction to delete a resource(router, upstream etc.), it does not properly clean up the cache, resulting in the existing resources cannot be found. This problem only occurs in the case of long and frequent deletion operations.[#2168](https://github.com/apache/apisix/pull/2168)
+- fix routing priority does not take effect.[#2447](https://github.com/apache/apisix/pull/2447)
+- set random seed for each worker process at `init_worker` phase, only `init` phase is not enough.[#2357](https://github.com/apache/apisix/pull/2357)
+- remove unsupported algorithm in jwt plugin.[#2356](https://github.com/apache/apisix/pull/2356)
+- return right response code when `http_to_https` enabled in redirect plugin.[#2311](https://github.com/apache/apisix/pull/2311)

Review comment:
       correct response code 

##########
File path: CHANGELOG_CN.md
##########
@@ -31,6 +32,29 @@
 - [0.7.0](#070)
 - [0.6.0](#060)
 
+### Core
+- :sunrise: **从 etcd v2 协议迁移到 v3,这是不向下兼容的修改。Apache APISIX 只支持 etcd 3.4 以及后续的版本。** [#2036](https://github.com/apache/apisix/pull/2036)

Review comment:
       missing Apache in English version 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] moonming commented on pull request #2283: release: release 2.0-rc version.

Posted by GitBox <gi...@apache.org>.
moonming commented on pull request #2283:
URL: https://github.com/apache/apisix/pull/2283#issuecomment-712519492


   @juzhiyuan fixed, please take a look


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] moonming merged pull request #2283: release: release 2.0-rc version.

Posted by GitBox <gi...@apache.org>.
moonming merged pull request #2283:
URL: https://github.com/apache/apisix/pull/2283


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org