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

traky 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 8301c446d8d docs: add release notes for 3.8.1 and 3.9.1 patch releases 
(#1792)
8301c446d8d is described below

commit 8301c446d8d4127e1ef1e2d9348c6a9493d22730
Author: Traky Deng <trakyd...@gmail.com>
AuthorDate: Tue Apr 30 15:09:46 2024 +0800

    docs: add release notes for 3.8.1 and 3.9.1 patch releases (#1792)
    
    * add release notes
    
    * fix chinese punctuations
    
    * Apply suggestions from review
    
    Co-authored-by: Yilin Zeng <36651058+yzen...@users.noreply.github.com>
    
    * Apply suggestions from review
    
    Co-authored-by: Yilia Lin <114121331+yilial...@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Yilin Zeng <36651058+yzen...@users.noreply.github.com>
    Co-authored-by: Yilia Lin <114121331+yilial...@users.noreply.github.com>
---
 .../blog/2024/04/29/release-apache-apisix-3.8.1.md | 38 ++++++++++++++++++++++
 .../blog/2024/04/29/release-apache-apisix-3.9.1.md | 38 ++++++++++++++++++++++
 .../blog/2024/04/29/release-apache-apisix-3.8.1.md | 38 ++++++++++++++++++++++
 .../blog/2024/04/29/release-apache-apisix-3.9.1.md | 38 ++++++++++++++++++++++
 4 files changed, 152 insertions(+)

diff --git a/blog/en/blog/2024/04/29/release-apache-apisix-3.8.1.md 
b/blog/en/blog/2024/04/29/release-apache-apisix-3.8.1.md
new file mode 100644
index 00000000000..0fe04637ecf
--- /dev/null
+++ b/blog/en/blog/2024/04/29/release-apache-apisix-3.8.1.md
@@ -0,0 +1,38 @@
+---
+title: "Release Apache APISIX 3.8.1"
+authors:
+  - name: "Yuansheng Wang"
+    title: "Author"
+    url: "https://github.com/membphis";
+    image_url: "https://github.com/membphis.png";
+  - name: "Traky Deng"
+    title: "Technical Writer"
+    url: "https://github.com/kayx23";
+    image_url: "https://github.com/kayx23.png";
+keywords:
+- Apache APISIX
+- API Gateway
+- API Management Platform
+- New Release
+- Cloud Native
+description: The Apache APISIX 3.8.1 version is released on April 29, 2024. 
This release includes a bug fix.
+tags: [Community]
+---
+
+We are glad to release Apache APISIX 3.8.1 with a bug fix to improve user 
experiences.
+
+<!--truncate-->
+
+## Bug Fix
+
+### Fix `forward-auth` plugin timeout
+
+Fix `forward-auth` plugin timeouts when the client request uses POST and auth 
service API expects GET. The error was caused by APISIX forwarding the POST 
request with headers like `Content-Type` and `Expect` to the auth service API 
expecting GET.
+
+With the latest fix, APISIX only adds POST request headers if the plugin's 
`request_method` configuration is set to POST.
+
+For more information, see [PR 
#11021](https://github.com/apache/apisix/pull/11021).
+
+## Changelog
+
+Visit 
[here](https://github.com/apache/apisix/blob/release/3.8/CHANGELOG.md#381) to 
see the changelog.
diff --git a/blog/en/blog/2024/04/29/release-apache-apisix-3.9.1.md 
b/blog/en/blog/2024/04/29/release-apache-apisix-3.9.1.md
new file mode 100644
index 00000000000..5478d40645f
--- /dev/null
+++ b/blog/en/blog/2024/04/29/release-apache-apisix-3.9.1.md
@@ -0,0 +1,38 @@
+---
+title: "Release Apache APISIX 3.9.1"
+authors:
+  - name: "Yuansheng Wang"
+    title: "Author"
+    url: "https://github.com/membphis";
+    image_url: "https://github.com/membphis.png";
+  - name: "Traky Deng"
+    title: "Technical Writer"
+    url: "https://github.com/kayx23";
+    image_url: "https://github.com/kayx23.png";
+keywords:
+- Apache APISIX
+- API Gateway
+- API Management Platform
+- New Release
+- Cloud Native
+description: The Apache APISIX 3.9.1 version is released on April 29, 2024. 
This release includes a bug fix.
+tags: [Community]
+---
+
+We are glad to release Apache APISIX 3.9.1 with a bug fix to improve user 
experiences.
+
+<!--truncate-->
+
+## Bug Fix
+
+### Fix `forward-auth` plugin timeout
+
+Fix `forward-auth` plugin timeouts when the client request uses POST and auth 
service API expects GET. The error was caused by APISIX forwarding the POST 
request with headers like `Content-Type` and `Expect` to the auth service API 
expecting GET.
+
+With the latest fix, APISIX only adds POST request headers if the plugin's 
`request_method` configuration is set to POST.
+
+For more information, see [PR 
#11021](https://github.com/apache/apisix/pull/11021).
+
+## Changelog
+
+Visit 
[here](https://github.com/apache/apisix/blob/release/3.9/CHANGELOG.md#391) to 
see the changelog.
diff --git a/blog/zh/blog/2024/04/29/release-apache-apisix-3.8.1.md 
b/blog/zh/blog/2024/04/29/release-apache-apisix-3.8.1.md
new file mode 100644
index 00000000000..b252f14ebce
--- /dev/null
+++ b/blog/zh/blog/2024/04/29/release-apache-apisix-3.8.1.md
@@ -0,0 +1,38 @@
+---
+title: "Apache APISIX 3.8.1 正式发布"
+authors:
+  - name: "Yuansheng Wang"
+    title: "Author"
+    url: "https://github.com/membphis";
+    image_url: "https://github.com/membphis.png";
+  - name: "Traky Deng"
+    title: "Technical Writer"
+    url: "https://github.com/kayx23";
+    image_url: "https://github.com/kayx23.png";
+keywords:
+- Apache APISIX
+- API Gateway
+- API Management Platform
+- New Release
+- Cloud Native
+description: Apache APISIX 3.8.1 版本于 2024 年 4 月 29 日发布。该版本带来一则修复。
+tags: [Community]
+---
+
+我们很高兴地宣布 Apache APISIX 3.8.1 版本已经发布。该版本带来一则修复以改善用户体验。
+
+<!--truncate-->
+
+## 修复
+
+### 修复 `forward-auth` 插件超时问题
+
+当客户端使用 POST 方法发送请求,但身份验证服务 API 实际上需要 GET 方法时,可能出现超时问题,为此我们针对 `forward-auth` 
插件进行了修复。该问题源于 APISIX 在将带有`Content-Type` 和 `Expect` 等标头的 POST 请求转发给需要 GET 
的身份验证服务 API 时出现的兼容性问题。
+
+在最新的修复中,如果插件的 `request_method` 配置设置为 POST,APISIX 仅添加 POST 请求标头。
+
+详情请见 [PR #11021](https://github.com/apache/apisix/pull/11021)。
+
+## 变更日志
+
+点击[这里](https://github.com/apache/apisix/blob/release/3.9/CHANGELOG.md#391)查看变更日志。
diff --git a/blog/zh/blog/2024/04/29/release-apache-apisix-3.9.1.md 
b/blog/zh/blog/2024/04/29/release-apache-apisix-3.9.1.md
new file mode 100644
index 00000000000..8ff6157ebe4
--- /dev/null
+++ b/blog/zh/blog/2024/04/29/release-apache-apisix-3.9.1.md
@@ -0,0 +1,38 @@
+---
+title: "Apache APISIX 3.9.1 正式发布"
+authors:
+  - name: "Yuansheng Wang"
+    title: "Author"
+    url: "https://github.com/membphis";
+    image_url: "https://github.com/membphis.png";
+  - name: "Traky Deng"
+    title: "Technical Writer"
+    url: "https://github.com/kayx23";
+    image_url: "https://github.com/kayx23.png";
+keywords:
+- Apache APISIX
+- API Gateway
+- API Management Platform
+- New Release
+- Cloud Native
+description: Apache APISIX 3.9.1 版本于 2024 年 4 月 29 日发布。该版本带来一则修复。
+tags: [Community]
+---
+
+我们很高兴地宣布 Apache APISIX 3.9.1 版本已经发布。该版本带来一则修复以改善用户体验。
+
+<!--truncate-->
+
+## 修复
+
+### 修复 `forward-auth` 插件超时问题
+
+当客户端使用 POST 方法发送请求,但身份验证服务 API 实际上需要 GET 方法时,可能出现超时问题,为此我们针对 `forward-auth` 
插件进行了修复。该问题源于 APISIX 在将带有`Content-Type` 和 `Expect` 等标头的 POST 请求转发给需要 GET 
的身份验证服务 API 时出现的兼容性问题。
+
+在最新的修复中,如果插件的 `request_method` 配置设置为 POST,APISIX 仅添加 POST 请求标头。
+
+详情请见 [PR #11021](https://github.com/apache/apisix/pull/11021)。
+
+## 变更日志
+
+点击[这里](https://github.com/apache/apisix/blob/release/3.9/CHANGELOG.md#391)查看变更日志。

Reply via email to