All Versions
28
Latest Version
Avg Release Cycle
66 days
Latest Release
-

Changelog History
Page 1

  • v3.5.0 Changes

    โšก๏ธ Updates

    • โž• Add ability for repositories to customize relationship saving for save and saveAll by overriding ObjectRepository::saveRelationships. Also allow the caller to customize what relationships are saved when calling ๐Ÿ’พ save and saveAll.
    • โž• Add missing parameter and return type hints to ObjectRepositoryInterface. This is a BC break for all those extending ObjectRepository.
    • โšก๏ธ Don't save child relationships when updating the parent object with child ids after saving one-to-one relationships.
    • ๐Ÿ—„ Deprecated ObjectRepository::saveWith and saveAllWith
  • v3.4.0 Changes

    May 14, 2020

    โšก๏ธ Updates

    • Require symfony event dispatcher 5.x
    • Require php 7.2 and use object type hints where appropriate
    • ๐Ÿ—„ Stop using deprecated Doctrine Inflector class
    • โฌ†๏ธ Upgrade to PhpUnit 8.x
    • Various minor code cleanups
  • v3.3.4 Changes

    February 24, 2020

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix error on loading nullable one-to-one relationships (regression in 3.3.2)
  • v3.3.3 Changes

    February 13, 2020

    ๐Ÿ›  Fixes

    • Further work on limiting memory usage
  • v3.3.2 Changes

    February 12, 2020

    ๐Ÿ›  Fixes

    • Prevent excessive memory usage in long running scripts by having a cache lifetime in the repository identity map
    • โž• Add constants for paged query strategy, throw if an invalid strategy is provided
  • v3.3.1 Changes

    January 28, 2020

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix table aliases and explicit sort by id in seek paged query
  • v3.3.0 Changes

    January 28, 2020

    ๐Ÿ†• New Features

    • โž• Add a new Seek / Cursor based implementation of Paged Query

    โšก๏ธ Updates

    • โšก๏ธ Update to phpunit 7
    • โœ… Run tests against PHP 7.4
  • v3.2.5 Changes

    August 12, 2019

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix infinite loop when using of paged query as an iterator with empty results
  • v3.2.4 Changes

    July 02, 2019

    ๐Ÿ›  Fixes

    • ๐Ÿšš Move phpunit dependency to dev
  • v3.2.3 Changes

    December 21, 2018

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed regression where shared state in identifier broke reading of custom identifier column