Skip to content

Releases: flack/midgard-portable

v1.5.0

01 Nov 11:18
Compare
Choose a tag to compare
  • improved error handling & feedback on wrong input
  • minor optimizations
  • improved locking behavior
  • compatibility for MySQL > 8.0.17

v1.4.1

03 Jan 11:20
Compare
Choose a tag to compare
  • Fix false positives in circular dependency detection (if upfield points to another table)
  • Small improvements to robustness, security & code cleanups

v1.4.0

27 Feb 20:52
Compare
Choose a tag to compare
  • correct wrong behavior of the $constraints parameter in find/delete/purge_attachments/parameters

v1.3.1

11 Feb 17:59
Compare
Choose a tag to compare
  • Work around bug in doctrine/orm 2.6.0
  • minimal detection for circular trees

v1.3.0

14 Dec 09:35
Compare
Choose a tag to compare
  • PHP 7.2 compatibility

v1.2.0

09 Oct 08:36
Compare
Choose a tag to compare
  • 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

12 Sep 16:01
Compare
Choose a tag to compare
  • 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

02 Jun 16:31
Compare
Choose a tag to compare
  • add some reflection functionality (originally from midgard-introspection)
  • improved flexibility in schema command
  • some phpdoc improvements

v1.0.1

06 Jul 18:23
Compare
Choose a tag to compare

Republish due to packaging oversights

v1.0.0

28 May 16:46
Compare
Choose a tag to compare
  • 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