Release v3.1.12 (#6575)

Co-authored-by: Death-Satan <49744633+Death-Satan@users.noreply.github.com>
This commit is contained in:
李铭昕 2024-03-07 21:50:37 +08:00 committed by GitHub
parent 78714b959e
commit 1b8a6512fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 41 additions and 3 deletions

View File

@ -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.

View File

@ -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

View File

@ -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) 修复单独使用多路复用客户端时,无法正常解析返回值的问题。(正常使用多路复用组件的不受影响)
## 新增

View File

@ -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) 修復單獨使用多路複用客户端時,無法正常解析返回值的問題。(正常使用多路複用組件的不受影響)
## 新增

View File

@ -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) 修復單獨使用多路複用客戶端時,無法正常解析返回值的問題。(正常使用多路複用元件的不受影響)
## 新增