You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Changelog
2
2
3
+
## 7.0.0 - 2025-11-26
4
+
5
+
### Changed
6
+
7
+
* Issue [#471](https://github.com/dotkernel/api/issues/471): Clarify instructions regarding multiple connections in `config/autoload/local.php.dist` by [@alexmerlin](https://github.com/alexmerlin) in [#472](https://github.com/dotkernel/api/pull/472)
8
+
* updated readme, oss by [@bidi47](https://github.com/bidi47) in [#461](https://github.com/dotkernel/api/pull/461)
9
+
10
+
### Added
11
+
12
+
* Issue [#453](https://github.com/dotkernel/api/issues/453): Use native UUIDs in database via ramsey/uuid by [@alexmerlin](https://github.com/alexmerlin) in [#456](https://github.com/dotkernel/api/pull/456)
13
+
* Issue [#430](https://github.com/dotkernel/api/issues/430): PostgreSQL implementation by [@alexmerlin](https://github.com/alexmerlin) in [#462](https://github.com/dotkernel/api/pull/462)
14
+
15
+
### Deprecated
16
+
17
+
* Nothing
18
+
19
+
### Removed
20
+
21
+
* Issue [#468](https://github.com/dotkernel/api/issues/468): Remove `MethodDeprecation` implementation by [@alexmerlin](https://github.com/alexmerlin) in [#470](https://github.com/dotkernel/api/pull/470)
0 commit comments