Skip to content

Commit

Permalink
fix: Allow uuid as path source in materialized path strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
andreakeesys committed Nov 20, 2024
1 parent 22418b1 commit 8df20db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ a release.

### Fixed
- Fix regression with `doctrine/dbal` >= 4.0 that caused MariaDB to improperly attempt LONGTEXT casting in `TranslationWalker` (issue #2887)
- Tree: allow usage of UuidV7 as path source with the materialized path strategy

## [3.17.1] - 2024-10-07
### Fixed
Expand Down
1 change: 1 addition & 0 deletions src/Tree/Mapping/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class Validator
'string',
'int',
'float',
'uuid',
];

/**
Expand Down

0 comments on commit 8df20db

Please sign in to comment.