mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-01 19:27:39 +08:00
Release v3.1.41 (#7079)
This commit is contained in:
parent
70b68090fa
commit
06575f32de
@ -1,4 +1,6 @@
|
||||
# v3.1.41 - TBD
|
||||
# v3.1.42 - TBD
|
||||
|
||||
# v3.1.41 - 2024-09-19
|
||||
|
||||
## Added
|
||||
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Changelogs
|
||||
|
||||
# v3.1.41 - 2024-09-19
|
||||
|
||||
## Added
|
||||
|
||||
- [#7059](https://github.com/hyperf/hyperf/pull/7059) Added `Hyperf\Database\Schema\Schema::getForeignKeys()`.
|
||||
- [#7064](https://github.com/hyperf/hyperf/pull/7064) Support db type `enum` for `DoctrineConnection`.
|
||||
- [#7077](https://github.com/hyperf/hyperf/pull/7077) Added `ModelUpdateVisitor::getReturnType` method.
|
||||
|
||||
# v3.1.40 - 2024-09-12
|
||||
|
||||
## Fixed
|
||||
|
@ -1,5 +1,13 @@
|
||||
# 版本更新记录
|
||||
|
||||
# v3.1.41 - 2024-09-19
|
||||
|
||||
## 新增
|
||||
|
||||
- [#7059](https://github.com/hyperf/hyperf/pull/7059) 新增方法 `Hyperf\Database\Schema\Schema::getForeignKeys()`。
|
||||
- [#7064](https://github.com/hyperf/hyperf/pull/7064) 为 `DoctrineConnection` 增加枚举类型支持。
|
||||
- [#7077](https://github.com/hyperf/hyperf/pull/7077) 新增方法 `ModelUpdateVisitor::getReturnType`。
|
||||
|
||||
# v3.1.40 - 2024-09-12
|
||||
|
||||
## 修复
|
||||
|
@ -1,5 +1,13 @@
|
||||
# 版本更新記錄
|
||||
|
||||
# v3.1.41 - 2024-09-19
|
||||
|
||||
## 新增
|
||||
|
||||
- [#7059](https://github.com/hyperf/hyperf/pull/7059) 新增方法 `Hyperf\Database\Schema\Schema::getForeignKeys()`。
|
||||
- [#7064](https://github.com/hyperf/hyperf/pull/7064) 為 `DoctrineConnection` 增加枚舉類型支持。
|
||||
- [#7077](https://github.com/hyperf/hyperf/pull/7077) 新增方法 `ModelUpdateVisitor::getReturnType`。
|
||||
|
||||
# v3.1.40 - 2024-09-12
|
||||
|
||||
## 修復
|
||||
|
@ -1,5 +1,13 @@
|
||||
# 版本更新記錄
|
||||
|
||||
# v3.1.41 - 2024-09-19
|
||||
|
||||
## 新增
|
||||
|
||||
- [#7059](https://github.com/hyperf/hyperf/pull/7059) 新增方法 `Hyperf\Database\Schema\Schema::getForeignKeys()`。
|
||||
- [#7064](https://github.com/hyperf/hyperf/pull/7064) 為 `DoctrineConnection` 增加列舉型別支援。
|
||||
- [#7077](https://github.com/hyperf/hyperf/pull/7077) 新增方法 `ModelUpdateVisitor::getReturnType`。
|
||||
|
||||
# v3.1.40 - 2024-09-12
|
||||
|
||||
## 修復
|
||||
|
Loading…
Reference in New Issue
Block a user