Releases: flack/midgard-portable
Releases · flack/midgard-portable
v1.10.0
- Added PHP 8.2 support, dropped PHP 7.3 support
- error message improvements
- support for newer doctrine versions
- Fix possible OID collisions on
purge
v1.9.0
- Small robustness improvements & simplifications
- support newer Doctrine/Monolog/PHPUnit versions
- Refactoring for Doctrine deprecations
- Add support for PHP 8.1, drop PHP 7.2 support
v1.8.0
- add support for GUID links in
get_parent
- Switch to Github CI
- improve
midgard_datetime
integration
- small SQLite improvements
v1.7.2
- replace deprecated calls
- move from
doctrine/cache
to symfony/cache
- PHPDoc improvements
- fix corner case in
midgard-portable schema
under MariaDB
v1.7.1
- don't bump metadata revision when unlocking
- disable DBAL column rename detection on schema updates
v1.7.0
- Make class generation deterministic
- Type safety improvements
- dropped PHP 7.1 support & modernized accordingly
v1.6.1
- make class merging deterministic
- type safety improvements
- Small cleanups
v1.6.0
- compatibility with latest Doctrine releases
- dropped PHP 5 support & workarounds
v1.5.0.1
improve Symfony 4.4+ compatibility
v1.5.0
- improved error handling & feedback on wrong input
- minor optimizations
- improved locking behavior
- compatibility for MySQL > 8.0.17