SylviaBABY commented on code in PR #1127: URL: https://github.com/apache/apisix-website/pull/1127#discussion_r885413605
########## website/blog/2022/05/31/release-apache-apisix-2.14.md: ########## @@ -0,0 +1,190 @@ +--- +title: "Apache APISIX 2.14.1 exploratory version released, supporting more new features" +authors: + - name: "Zexuan Luo" + title: "Author" + url: "https://github.com/spacewander" + image_url: "https://avatars.githubusercontent.com/u/4161644?v=4" + - name: "Fei Han" + title: "Technical Writer" + url: "https://github.com/hf400159" + image_url: "https://github.com/hf400159.png" +keywords: +- Apache APISIX +- 2.14.1 +- Release Notes +- API Gateway +description: Exploratory release - Apache APISIX 2.14.1 is officially released. This release supports not only service discovery on the control plane, but also Istio, a WebSocket-based pubsub proxy framework, and an xRPC-based framework for managing non-HTTP layer 7 protocols. +tags: [Release] +--- + +> Exploratory release - Apache APISIX 2.14.1 is officially released. This release supports not only service discovery on the control plane, but also Istio, a WebSocket-based pubsub proxy framework, and an xRPC-based framework for managing non-HTTP layer 7 protocols. + +<!--truncate--> + +It has been more than two months since the last APISIX v2.13 LTS version was released. In the past, each minor version release of APISIX will bring you new functions. However, the functions released in APISIX v2.14.1 will keep up with the forefront of technology, bringing you many exploratory new functions, and will explore the release of APISIX v3. Welcome to explore these new functions. + +Next, let's take a look at what exploratory new features are supported by APISIX. + + + +## pubsub proxy framework based on WebSocket Review Comment: ```suggestion ## Pubsub proxy framework based on WebSocket ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
