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