Skip to content

1.2.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@lsmith77 lsmith77 released this 24 Jul 14:15
· 545 commits to 2.x since this release
  • 2014-07-02: convert all collections to PersistentCollections on flush
    This required a considerable refactoring in the collections and also resulted in some BC breaks.
    Most notably Collections are now only managing the documents that have explicitly been assigned
    or that where fetched initially from the PHPCR store.
    Use the new $collection->refresh() method to force an immediate refresh from the PHPCR store.
  • 2014-06-13: Added the endFlush event that happens after the flush has
    been terminated.
  • 2014-06-13: Fixed a bug in calculateChangeSet that led to subsequent
    flushes seeing already persisted changes again.