Releases: doctrine/mongodb-odm
Releases · doctrine/mongodb-odm
1.3.2
1.3.2
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Documentation
1.3.1
2.0.0-RC2
2.0.0-RC2
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 2
Enhancement
- 2059: Introduce interface for command loggers thanks to @alcaeus
- 2042: Update to PHPUnit 8 thanks to @carusogabriel
- 2014: Update to doctrine/cs v6 thanks to @carusogabriel
Bug
1.3.0
1.3.0
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 2
Enhancement
- 2064: Add missing deprecation notice for incomplete embedded associations thanks to @alcaeus
- 2062: Optimise build configuration thanks to @alcaeus
Task
- 2060: Follow-up tasks for build modernisation thanks to @alcaeus
- 2056: Modernise tests thanks to @alcaeus
- 2023: Performance benchmark thanks to @alcaeus
Bug
1.2.11
1.2.11
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 3
Task
- 2057: Add storage strategy in xsd thanks to @etshy
- 2055: Disable retryable writes on travis-ci thanks to @alcaeus
Documentation
1.2.10
1.2.10
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Documentation
Bug
2.0.0-RC1
2.0.0-RC1
- Total issues resolved: 12
- Total pull requests resolved: 29
- Total contributors: 14
Bug
- 2025: Fix wrong usage of discriminator map in complex document inheritance chains thanks to @alcaeus and @josefsabl
- 2006: Run appropriate query operations when replacing documents thanks to @alcaeus and @jmikola
- 2002: Document class is unlisted in the discriminator map - using no discriminator map thanks to @josefsabl
- 1996: Fix dir permissions for proxies thanks to @josefsabl
- 1995: Proxy directory is created with wrong permissions thanks to @josefsabl
- 1991: Fix generation of proxy classes thanks to @alcaeus and @strobox
- 1989: Fix metadata storage when uploading GridFS files thanks to @alcaeus and @josefsabl
- 1983: Allow returning null from getAssociationTargetClass thanks to @malarzm and @Dragonqos
- 1967: Add missing addFieldsmethod for Stage abstract thanks to @Steveb-p
- 1965: Fix wrong behavior of sortMeta thanks to @Mihail0v
- 1944: fix: replace string assertion with array assertion for $filter thanks to @thiver
- 1932: [2.0] Fix serialisation of uninitialised PersistentCollection instances thanks to @alcaeus
- 1926: Fix wrong capitalisation of attributes for GridFS mappings thanks to @alcaeus
- 1922: Fix wrong usage of sequence vs. choice in XSD thanks to @alcaeus
- 1918: Fix incorrect schema commands behaviour thanks to @Rybbow
Documentation
- 2013: Update default reference primier's code thanks to @malarzm
- 1953: [2.0] Add missing documentation of same-namespace resolution drop thanks to @alcaeus
- 1928: Use same documentation for notSaved in all annotations thanks to @alcaeus
- 1920: Generating proxy classes only when file not exists thanks to @Rybbow
Task
- 1984: Mark classes as final thanks to @malarzm
- 1960: Mark methods and classes as internal thanks to @malarzm and @alcaeus
- 1956: Remove previously deprecated operations from Query Builder thanks to @jmikola
- 1942: Finish renaming dirtyCheck methods thanks to @alcaeus
- 1938: Renamed scheduledForDirtyCheck thanks to @juliusstoerrle
- 1937: Removed PHP 5.5 workaround thanks to @juliusstoerrle
Enhancement
- 2021: Dump xdebug filter to improve code coverage build performance thanks to @alcaeus
- 2020: Make addStage Aggregation Builder method public thanks to @alcaeus
- 2017: Allow specifying generic options for Query find operations thanks to @jmikola
- 1969: remove unnecessary files for production thanks to @rvitaliy
- 1963: Test against supported versions of MongoDB thanks to @alcaeus
- 1958: Allow Symfony 3.4 thanks to @Seb33300
- 1693: Schema manager should handle shard key on reference thanks to @notrix
1.3.0-RC1
1.3.0-RC1
- Total issues resolved: 4
- Total pull requests resolved: 20
- Total contributors: 2
Documentation
- 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
Task
- 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
Enhancement
Bug
Feature
- 1993: Support metadata class name resolution in ResolveTargetDocumentListener thanks to @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
1.2.9
1.2.9
- Total issues resolved: 1
- Total pull requests resolved: 2
- Total contributors: 2
Bug
Documentation
1.2.8
1.2.8
- Total issues resolved: 1
- Total pull requests resolved: 3
- Total contributors: 2
Bug
- 1978: Revert "Fix wrong usage of discriminator map in complex document inheritance chains" thanks to @alcaeus and @rieschl
- 1977: [1.2] Fix sharding commands for MongoDB 4.0 thanks to @alcaeus