mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-01 19:27:39 +08:00
Release v3.1.42 (#7091)
This commit is contained in:
parent
b4c8b50f1c
commit
3556c71e25
@ -1,9 +1,15 @@
|
||||
# v3.1.42 - TBD
|
||||
# v3.1.43 - TBD
|
||||
|
||||
# v3.1.42 - 2024-09-25
|
||||
|
||||
## Fixed
|
||||
|
||||
- [#7081](https://github.com/hyperf/hyperf/pull/7081) Fixed bug that `data_get` cannot support `int` key.
|
||||
|
||||
## Optimized
|
||||
|
||||
- [#7088](https://github.com/hyperf/hyperf/pull/7088) Optimized github actions for all components.
|
||||
|
||||
# v3.1.41 - 2024-09-19
|
||||
|
||||
## Added
|
||||
|
@ -1,5 +1,15 @@
|
||||
# Changelogs
|
||||
|
||||
# v3.1.42 - 2024-09-25
|
||||
|
||||
## Fixed
|
||||
|
||||
- [#7081](https://github.com/hyperf/hyperf/pull/7081) Fixed bug that `data_get` cannot support `int` key.
|
||||
|
||||
## Optimized
|
||||
|
||||
- [#7088](https://github.com/hyperf/hyperf/pull/7088) Optimized github actions for all components.
|
||||
|
||||
# v3.1.41 - 2024-09-19
|
||||
|
||||
## Added
|
||||
|
@ -1,5 +1,15 @@
|
||||
# 版本更新记录
|
||||
|
||||
# v3.1.42 - 2024-09-25
|
||||
|
||||
## 修复
|
||||
|
||||
- [#7081](https://github.com/hyperf/hyperf/pull/7081) 修复方法 `data_get` 不支持非 `string` 类型 `key` 值的问题。
|
||||
|
||||
## 新增
|
||||
|
||||
- [#7088](https://github.com/hyperf/hyperf/pull/7088) 优化了所有组件的 `Github Actions` 的使用方式。
|
||||
|
||||
# v3.1.41 - 2024-09-19
|
||||
|
||||
## 新增
|
||||
|
@ -1,5 +1,15 @@
|
||||
# 版本更新記錄
|
||||
|
||||
# v3.1.42 - 2024-09-25
|
||||
|
||||
## 修復
|
||||
|
||||
- [#7081](https://github.com/hyperf/hyperf/pull/7081) 修復方法 `data_get` 不支持非 `string` 類型 `key` 值的問題。
|
||||
|
||||
## 新增
|
||||
|
||||
- [#7088](https://github.com/hyperf/hyperf/pull/7088) 優化了所有組件的 `Github Actions` 的使用方式。
|
||||
|
||||
# v3.1.41 - 2024-09-19
|
||||
|
||||
## 新增
|
||||
|
@ -1,5 +1,15 @@
|
||||
# 版本更新記錄
|
||||
|
||||
# v3.1.42 - 2024-09-25
|
||||
|
||||
## 修復
|
||||
|
||||
- [#7081](https://github.com/hyperf/hyperf/pull/7081) 修復方法 `data_get` 不支援非 `string` 型別 `key` 值的問題。
|
||||
|
||||
## 新增
|
||||
|
||||
- [#7088](https://github.com/hyperf/hyperf/pull/7088) 優化了所有元件的 `Github Actions` 的使用方式。
|
||||
|
||||
# v3.1.41 - 2024-09-19
|
||||
|
||||
## 新增
|
||||
|
Loading…
Reference in New Issue
Block a user