2.9.0
版本发布时间: 2024-09-20 20:33:49
doctrine/mongodb-odm最新发布版本:2.9.0(2024-09-20 20:33:49)
Release Notes for 2.9.0
This release mainly updates documentation. Included is a change to how date fields are compared when computing change sets. As a result, sub-second changes are now also detected correctly and cause an update to the document in the database.
2.9.0
-
Total issues resolved: 0
-
Total pull requests resolved: 20
-
Total contributors: 3
-
2676: Fixes changeset being empty when datetime change is sub second thanks to @magnetik
-
2675: Merge release 2.8.2 into 2.9.x thanks to @github-actions[bot]
Documentation
- 2670: Fix typo in code example thanks to @GromNaN
- 2668: doc: Review basic mapping thanks to @GromNaN
- 2664: doc: Add tests for introduction thanks to @GromNaN
- 2663: doc: Remove wakeup and clone cookbook thanks to @GromNaN
- 2662: doc: Review and test validation cookbook thanks to @GromNaN
-
2660: doc: Review and add tests on
ResolveTargetDocumentListener
thanks to @GromNaN - 2659: doc: Review Simple Search Engine Cookbook thanks to @GromNaN
- 2658: doc: Review mapping ORM and ODM cookbook thanks to @GromNaN
- 2657: doc: Remove soft-delete-cookbook thanks to @GromNaN
- 2656: doc: Review cookbook on blending ORM and ODM thanks to @GromNaN
- 2655: doc: Add cookbook about embedding referenced documents using $lookup thanks to @GromNaN
- 2654: doc: Update custom mapping example thanks to @GromNaN
- 2653: doc: Review custom collections and repository docs thanks to @GromNaN
- 2652: doc: Add type to properties thanks to @GromNaN
- 2651: doc: Move annotations-reference to attributes-reference thanks to @GromNaN
- 2650: doc: Review Getting Started thanks to @GromNaN
Enhancement
- 2666: Add native type to private properties and final classes thanks to @GromNaN
- 2665: Modernize generated code for Hydrators thanks to @GromNaN