Releases: flack/midgard-portable
Releases · flack/midgard-portable
v1.5.0
- improved error handling & feedback on wrong input
- minor optimizations
- improved locking behavior
- compatibility for MySQL > 8.0.17
v1.4.1
- Fix false positives in circular dependency detection (if
upfield
points to another table)
- Small improvements to robustness, security & code cleanups
v1.4.0
- correct wrong behavior of the
$constraints
parameter in find/delete/purge_attachments/parameters
v1.3.1
- Work around bug in doctrine/orm 2.6.0
- minimal detection for circular trees
v1.2.0
- bump required PHP version to 5.5
- add
--delete
parameter to schema
command to clean up unneeded columns/tables from DB
- add support for result iteration in QB (which greatly reduces memory consumption)
v1.1.0
- drop support for PHP 5.3, Doctrine 2.4
- add support for PHP 7.1
- improve support for Doctrine DBAL 2.5.13+
- switch implicit joins from
INNER
to LEFT
for greater flexibility, especially in OR
scenarios
v1.0.2
- add some reflection functionality (originally from midgard-introspection)
- improved flexibility in
schema
command
- some phpdoc improvements
v1.0.1
Republish due to packaging oversights
v1.0.0
- Midgard API compatibility is now considered complete enough (although new things could of course still be added)
- focus will shift to better integration of Doctrine capabilities beyond those offered in Midgard