Release v2.2.25

This commit is contained in:
李铭昕 2022-01-30 15:30:08 +08:00 committed by GitHub
parent 5dc22f2dd7
commit 1320603402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 45 additions and 1 deletions

View File

@ -1,4 +1,6 @@
# v2.2.25 - TBD
# v2.2.26 - TBD
# v2.2.25 - 2022-01-30
## Fixed

View File

@ -1,5 +1,19 @@
# 版本更新记录
# v2.2.25 - 2022-01-30
## 修复
- [#4484](https://github.com/hyperf/hyperf/pull/4484) 修复使用 `Nacos v2.0.4` 版本时,服务是否注册过,判断有误的问题。
## 新增
- [#4477](https://github.com/hyperf/hyperf/pull/4477) 为 `Hyperf\HttpServer\Request` 新增 `Macroable` 支持。
## 优化
- [#4254](https://github.com/hyperf/hyperf/pull/4254) 当使用 `Hyperf\Di\ScanHandlerPcntlScanHandler` 时,增加 `grpc.enable_fork_support` 检测。
# v2.2.24 - 2022-01-24
## 修复

View File

@ -1,5 +1,19 @@
# 版本更新記錄
# v2.2.25 - 2022-01-30
## 修復
- [#4484](https://github.com/hyperf/hyperf/pull/4484) 修復使用 `Nacos v2.0.4` 版本時,服務是否註冊過,判斷有誤的問題。
## 新增
- [#4477](https://github.com/hyperf/hyperf/pull/4477) 為 `Hyperf\HttpServer\Request` 新增 `Macroable` 支持。
## 優化
- [#4254](https://github.com/hyperf/hyperf/pull/4254) 當使用 `Hyperf\Di\ScanHandlerPcntlScanHandler` 時,增加 `grpc.enable_fork_support` 檢測。
# v2.2.24 - 2022-01-24
## 修復

View File

@ -1,5 +1,19 @@
# 版本更新記錄
# v2.2.25 - 2022-01-30
## 修復
- [#4484](https://github.com/hyperf/hyperf/pull/4484) 修復使用 `Nacos v2.0.4` 版本時,服務是否註冊過,判斷有誤的問題。
## 新增
- [#4477](https://github.com/hyperf/hyperf/pull/4477) 為 `Hyperf\HttpServer\Request` 新增 `Macroable` 支援。
## 優化
- [#4254](https://github.com/hyperf/hyperf/pull/4254) 當使用 `Hyperf\Di\ScanHandlerPcntlScanHandler` 時,增加 `grpc.enable_fork_support` 檢測。
# v2.2.24 - 2022-01-24
## 修復