This changelog references the relevant changes done in 1.3 patch versions.
All issues and pull requests in this release may be found under the 1.3.2 milestone.
- 2065: Add command example to create a capped collection thanks to @melkamar
- 2061: Flipped key/value for SimplifiedXmlDriver example thanks to @olvlvl
All issues and pull requests in this release may be found under the 1.3.1 milestone.
- 2068: fix an error in the XML schema thanks to @rieschl
All issues and pull requests in this release may be found under the 1.3.0 milestone.
- 2064: Add missing deprecation notice for incomplete embedded associations thanks to @alcaeus
- 2062: Optimise build configuration thanks to @alcaeus
- 2060: Follow-up tasks for build modernisation thanks to @alcaeus
- 2056: Modernise tests thanks to @alcaeus
- 2023: Performance benchmark thanks to @alcaeus
- 2033: relax naming rule for index key name thanks to @rieschl
All issues and pull requests in this release may be found under the 1.3.0-RC1 milestone.
- 2022: Reword most deprecation notices thanks to @alcaeus
- 2012: Document more BC breaks thanks to @alcaeus
- 1952: Clarify deprecation block for same-namespace resolution thanks to @alcaeus
- 1696: [2.0] Document BC breaks and add deprecations in 1.3 thanks to @alcaeus
- 2008: Mark classes as @final and deprecate extending them thanks to @malarzm
- 2003: Fix tests against php 7.4snapshot thanks to @alcaeus
- 1972: [1.3] Use build stages in .travis.yml thanks to @alcaeus
- 1950: [1.3] Deprecate GridFS mappings thanks to @alcaeus
- 1949: [1.3] Deprecate proxies from doctrine/common thanks to @alcaeus
- 1947: Remove usage of deprecated ClassMetadataInfo class in hydrators thanks to @alcaeus
- 1946: [1.3] Rename scheduleForDirtyFlag thanks to @alcaeus
- 1939: Removed PHP 5.5 workaround thanks to @alcaeus
- 1841: [1.3] Deprecate passing bool to autogenerate methods. thanks to @malarzm
- 1840: [1.3] Deprecate setDefaultRepositoryClassName and getDefaultRepositoryClassName thanks to @malarzm
- 1772: Deprecate combining repositoryMethod with skip, sort and limit thanks to @malarzm
- 2007: Loosen naming rules for discriminator values thanks to @alcaeus
- 2001: Provide deprecation notices for deprecated query types thanks to @alcaeus
- 2005: Fix discriminator handling with partial discriminator maps thanks to @alcaeus
- 1998: Introducing class metadata not found thanks to @emulienfou and @alcaeus
- 1997: Change
ResolveTargetDocumentListener
to be an event subscriber instead of an event listener thanks to @emulienfou and @alcaeus - 1948: [1.3] Optimize nested collection deletions thanks to @alcaeus
- 1927: Deprecate more features in preparation for 2.0 thanks to @alcaeus
- 1924: Add deprecation layers thanks to @alcaeus
- 1730: Converter to XML for mapping thanks to @malarzm