Skip to content

v2.5.5

Compare
Choose a tag to compare
@Ocramius Ocramius released this 10 Sep 19:19
· 5020 commits to 3.3.x since this release
v2.5.5

Build Status

This release includes a big amount of bugfixes.

Specifically, following issues were fixed:

  • Embeddable classes are now allowed in inheritance trees 4097
  • Removed some object hash collisions caused by entity merging 1465
  • Allowed usage of mathematical operators in DQL HAVING clauses 5598
  • Fixed cloning of proxies with private properties at multiple inheritance levels 5755
  • Entity insertions are correctly cleared when a specific entity is to be cleared 5849
  • Corrected hydration of fetch-joins that use composite keys 5762
  • Metadata exporters now only export the owning side metadata in a one-to-one relation 5858
  • Corrected hydration of JTI entities when NULL is retrieved for a simple_array or json_array field 5989
  • Correctly expire L2 cache query caches, based on entity region cache timestamp 6001

Total issues resolved: 18