Release v3.0.44 (#6296)

This commit is contained in:
李铭昕 2023-11-17 22:12:26 +08:00 committed by GitHub
parent 2b936b1df3
commit e2a6668211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 67 additions and 1 deletions

View File

@ -1,4 +1,6 @@
# v3.0.44 - TBD # v3.0.45 - TBD
# v3.0.44 - 2023-11-17
## Added ## Added

View File

@ -1,5 +1,21 @@
# Changelogs # Changelogs
# v3.0.44 - 2023-11-17
## Added
- [#6283](https://github.com/hyperf/hyperf/pull/6283) Added `grpc` request lifecycle support.
- [#6292](https://github.com/hyperf/hyperf/pull/6292) Added `Validator::setValue` and make `Validator::getValue` public.
## Fixed
- [#6284](https://github.com/hyperf/hyperf/pull/6284) Fixed bug that the crontab cannot be closed when throw exceptions.
- [#6291](https://github.com/hyperf/hyperf/pull/6291) Fixed that the crontab timer cannot be stopped sometimes.
## Optimized
- [#6293](https://github.com/hyperf/hyperf/pull/6293) Optimized the code about `Arr::flatten`, which is faster than before.
# v3.0.43 - 2023-11-10 # v3.0.43 - 2023-11-10
## Added ## Added

View File

@ -1,5 +1,21 @@
# 版本更新记录 # 版本更新记录
# v3.0.44 - 2023-11-17
## 新增
- [#6283](https://github.com/hyperf/hyperf/pull/6283) 为 `GRPC` 服务增加请求周期事件支持。
- [#6292](https://github.com/hyperf/hyperf/pull/6292) 增加 `Validator::setValue` 方法,并设置 `Validator::getValue` 为公共方法。
## 修复
- [#6284](https://github.com/hyperf/hyperf/pull/6284) 修复使用命令行启动 `Crontab` 时,当抛出异常后,脚本无法正常关闭的问题。
- [#6291](https://github.com/hyperf/hyperf/pull/6291) 修复 `Crontab` 启动锁机制时,偶发无法正常结束的问题。
## 优化
- [#6293](https://github.com/hyperf/hyperf/pull/6293) 优化方法 `Arr::flatten`,使其比之前运行效率更高。
# v3.0.43 - 2023-11-10 # v3.0.43 - 2023-11-10
## 新增 ## 新增

View File

@ -1,5 +1,21 @@
# 版本更新記錄 # 版本更新記錄
# v3.0.44 - 2023-11-17
## 新增
- [#6283](https://github.com/hyperf/hyperf/pull/6283) 為 `GRPC` 服務增加請求週期事件支持。
- [#6292](https://github.com/hyperf/hyperf/pull/6292) 增加 `Validator::setValue` 方法,並設置 `Validator::getValue` 為公共方法。
## 修復
- [#6284](https://github.com/hyperf/hyperf/pull/6284) 修復使用命令行啓動 `Crontab` 時,當拋出異常後,腳本無法正常關閉的問題。
- [#6291](https://github.com/hyperf/hyperf/pull/6291) 修復 `Crontab` 啓動鎖機制時,偶發無法正常結束的問題。
## 優化
- [#6293](https://github.com/hyperf/hyperf/pull/6293) 優化方法 `Arr::flatten`,使其比之前運行效率更高。
# v3.0.43 - 2023-11-10 # v3.0.43 - 2023-11-10
## 新增 ## 新增

View File

@ -1,5 +1,21 @@
# 版本更新記錄 # 版本更新記錄
# v3.0.44 - 2023-11-17
## 新增
- [#6283](https://github.com/hyperf/hyperf/pull/6283) 為 `GRPC` 服務增加請求週期事件支援。
- [#6292](https://github.com/hyperf/hyperf/pull/6292) 增加 `Validator::setValue` 方法,並設定 `Validator::getValue` 為公共方法。
## 修復
- [#6284](https://github.com/hyperf/hyperf/pull/6284) 修復使用命令列啟動 `Crontab` 時,當丟擲異常後,指令碼無法正常關閉的問題。
- [#6291](https://github.com/hyperf/hyperf/pull/6291) 修復 `Crontab` 啟動鎖機制時,偶發無法正常結束的問題。
## 最佳化
- [#6293](https://github.com/hyperf/hyperf/pull/6293) 最佳化方法 `Arr::flatten`,使其比之前執行效率更高。
# v3.0.43 - 2023-11-10 # v3.0.43 - 2023-11-10
## 新增 ## 新增