Release v3.1.41 (#7079)

This commit is contained in:
李铭昕 2024-09-19 21:09:37 +08:00 committed by GitHub
parent 70b68090fa
commit 06575f32de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 35 additions and 1 deletions

View File

@ -1,4 +1,6 @@
# v3.1.41 - TBD
# v3.1.42 - TBD
# v3.1.41 - 2024-09-19
## Added

View File

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

View File

@ -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
## 修复

View File

@ -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
## 修復

View File

@ -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
## 修復