From 1b8a6512fe4990acf375629ad2b86704f10ddbc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=93=AD=E6=98=95?= <715557344@qq.com> Date: Thu, 7 Mar 2024 21:50:37 +0800 Subject: [PATCH] Release v3.1.12 (#6575) Co-authored-by: Death-Satan <49744633+Death-Satan@users.noreply.github.com> --- CHANGELOG-3.1.md | 2 ++ docs/en/changelog/3.1.md | 9 +++++++++ docs/zh-cn/changelog/3.1.md | 11 ++++++++++- docs/zh-hk/changelog/3.1.md | 11 ++++++++++- docs/zh-tw/changelog/3.1.md | 11 ++++++++++- 5 files changed, 41 insertions(+), 3 deletions(-) diff --git a/CHANGELOG-3.1.md b/CHANGELOG-3.1.md index 8cf7c9e64..3b54a1929 100644 --- a/CHANGELOG-3.1.md +++ b/CHANGELOG-3.1.md @@ -1,5 +1,7 @@ # v3.1.12 - TBD +# v3.1.12 - 2024-03-07 + ## Fixed - [#6569](https://github.com/hyperf/hyperf/pull/6569) Fixed bug that reading messages failed when the channel have been removed from channel group. diff --git a/docs/en/changelog/3.1.md b/docs/en/changelog/3.1.md index 4f56cfa68..26bb876d2 100644 --- a/docs/en/changelog/3.1.md +++ b/docs/en/changelog/3.1.md @@ -1,5 +1,14 @@ # Changelogs +# v3.1.12 - 2024-03-07 + +## Fixed + +- [#6569](https://github.com/hyperf/hyperf/pull/6569) Fixed bug that reading messages failed when the channel have been removed from channel group. +- [#6561](https://github.com/hyperf/hyperf/pull/6561) Fixed bug that the relation comments cannot be created by `gen:model`. +- [#6566](https://github.com/hyperf/hyperf/pull/6566) Fixed bug that the numeric keys will be reset when using `$request->all()`. +- [#6567](https://github.com/hyperf/hyperf/pull/6567) Fixed bug that the `CrontabRegisterListener` don't check configuration `crontab.enable`. + # v3.1.11 - 2024-03-01 ## Fixed diff --git a/docs/zh-cn/changelog/3.1.md b/docs/zh-cn/changelog/3.1.md index 10b04ed51..d8a7ea88f 100644 --- a/docs/zh-cn/changelog/3.1.md +++ b/docs/zh-cn/changelog/3.1.md @@ -1,5 +1,14 @@ # 版本更新记录 +# v3.1.12 - 2024-03-07 + +## 修复 + +- [#6569](https://github.com/hyperf/hyperf/pull/6569) 修复使用 `http2-client` 组件时,当读取超时,`channel` 被移除后,会导致报错的问题。 +- [#6561](https://github.com/hyperf/hyperf/pull/6561) 修复使用 `gen:model` 创建模型时,模型关系注释会生成失败的问题。 +- [#6566](https://github.com/hyperf/hyperf/pull/6566) 修复使用 `$request->all()` 读取所有入参时,数字类型的 `key` 值会被重置的问题。 +- [#6567](https://github.com/hyperf/hyperf/pull/6567) 修复监听器 `CrontabRegisterListener` 不会主动检查 `crontab.enable` 配置。 + # v3.1.11 - 2024-03-01 ## 修复 @@ -61,7 +70,7 @@ ## 修复 -- [#6491](https://github.com/hyperf/hyperf/pull/6491) 修复 Swagger 参数验证器无法正常手机 `query` 参数验证规则的问题。 +- [#6491](https://github.com/hyperf/hyperf/pull/6491) 修复 Swagger 参数验证器无法正常收集 `query` 参数验证规则的问题。 - [#6500](https://github.com/hyperf/hyperf/pull/6500) 修复单独使用多路复用客户端时,无法正常解析返回值的问题。(正常使用多路复用组件的不受影响) ## 新增 diff --git a/docs/zh-hk/changelog/3.1.md b/docs/zh-hk/changelog/3.1.md index 0075b8ebc..3fa5c1588 100644 --- a/docs/zh-hk/changelog/3.1.md +++ b/docs/zh-hk/changelog/3.1.md @@ -1,5 +1,14 @@ # 版本更新記錄 +# v3.1.12 - 2024-03-07 + +## 修復 + +- [#6569](https://github.com/hyperf/hyperf/pull/6569) 修復使用 `http2-client` 組件時,當讀取超時,`channel` 被移除後,會導致報錯的問題。 +- [#6561](https://github.com/hyperf/hyperf/pull/6561) 修復使用 `gen:model` 創建模型時,模型關係註釋會生成失敗的問題。 +- [#6566](https://github.com/hyperf/hyperf/pull/6566) 修復使用 `$request->all()` 讀取所有入參時,數字類型的 `key` 值會被重置的問題。 +- [#6567](https://github.com/hyperf/hyperf/pull/6567) 修復監聽器 `CrontabRegisterListener` 不會主動檢查 `crontab.enable` 配置。 + # v3.1.11 - 2024-03-01 ## 修復 @@ -61,7 +70,7 @@ ## 修復 -- [#6491](https://github.com/hyperf/hyperf/pull/6491) 修復 Swagger 參數驗證器無法正常手機 `query` 參數驗證規則的問題。 +- [#6491](https://github.com/hyperf/hyperf/pull/6491) 修復 Swagger 參數驗證器無法正常收集 `query` 參數驗證規則的問題。 - [#6500](https://github.com/hyperf/hyperf/pull/6500) 修復單獨使用多路複用客户端時,無法正常解析返回值的問題。(正常使用多路複用組件的不受影響) ## 新增 diff --git a/docs/zh-tw/changelog/3.1.md b/docs/zh-tw/changelog/3.1.md index bb82648ff..3c8aaa5a5 100644 --- a/docs/zh-tw/changelog/3.1.md +++ b/docs/zh-tw/changelog/3.1.md @@ -1,5 +1,14 @@ # 版本更新記錄 +# v3.1.12 - 2024-03-07 + +## 修復 + +- [#6569](https://github.com/hyperf/hyperf/pull/6569) 修復使用 `http2-client` 元件時,當讀取超時,`channel` 被移除後,會導致報錯的問題。 +- [#6561](https://github.com/hyperf/hyperf/pull/6561) 修復使用 `gen:model` 建立模型時,模型關係註釋會生成失敗的問題。 +- [#6566](https://github.com/hyperf/hyperf/pull/6566) 修復使用 `$request->all()` 讀取所有入參時,數字型別的 `key` 值會被重置的問題。 +- [#6567](https://github.com/hyperf/hyperf/pull/6567) 修復監聽器 `CrontabRegisterListener` 不會主動檢查 `crontab.enable` 配置。 + # v3.1.11 - 2024-03-01 ## 修復 @@ -61,7 +70,7 @@ ## 修復 -- [#6491](https://github.com/hyperf/hyperf/pull/6491) 修復 Swagger 引數驗證器無法正常手機 `query` 引數驗證規則的問題。 +- [#6491](https://github.com/hyperf/hyperf/pull/6491) 修復 Swagger 引數驗證器無法正常收集 `query` 引數驗證規則的問題。 - [#6500](https://github.com/hyperf/hyperf/pull/6500) 修復單獨使用多路複用客戶端時,無法正常解析返回值的問題。(正常使用多路複用元件的不受影響) ## 新增