Skip to content

Commit 0d5b774

Browse files
committed
Updated CHANGELOG.md
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent bcb4b8e commit 0d5b774

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

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)
19+
20+
### Added
21+
22+
* Nothing
23+
24+
### Deprecated
25+
26+
* Nothing
27+
28+
### Removed
29+
30+
* Nothing
31+
32+
### Fixed
33+
34+
* Nothing
35+
336
## 6.2.0 - 2025-11-19
437

538
### Changed

0 commit comments

Comments
 (0)