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
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,38 @@
1
1
# Changelog
2
2
3
+
## 7.0.0 - 2025-12-10
4
+
5
+
Main features:
6
+
7
+
- Added PostgreSQL support
8
+
- Replaced usage of binary UUIDs with string UUIDs (still using the `ramsey/uuid` package)
9
+
- Entities can choose between using a [numeric](https://github.com/dotkernel/admin/blob/7.0/src/Core/src/App/src/Entity/NumericIdentifierTrait.php) or [UUID](https://github.com/dotkernel/admin/blob/7.0/src/Core/src/App/src/Entity/UuidIdentifierTrait.php) identifier
10
+
- UUID identifiers are now stored in a native `uuid` column
11
+
- Renamed entity identifier field from `$uuid` to `$id`
12
+
13
+
### Changed
14
+
15
+
* Issue [#400](https://github.com/dotkernel/admin/issues/400): Bumped dependencies by [@alexmerlin](https://github.com/alexmerlin) in [#401](https://github.com/dotkernel/admin/pull/401)
16
+
* Issue [#402](https://github.com/dotkernel/admin/issues/402): Core Sync and update codebase by [@alexmerlin](https://github.com/alexmerlin) in [#403](https://github.com/dotkernel/admin/pull/403)
17
+
* updated readme, oss by [@bidi47](https://github.com/bidi47) in [#397](https://github.com/dotkernel/admin/pull/397)
18
+
* Core sync by [@alexmerlin](https://github.com/alexmerlin) in [#398](https://github.com/dotkernel/admin/pull/398)
0 commit comments