2.2.0
版本发布时间: 2021-01-23 01:16:43
doctrine/mongodb-odm最新发布版本:2.9.0(2024-09-20 20:33:49)
Release Notes for 2.2.0
2.2.0
- Total issues resolved: 3
- Total pull requests resolved: 11
- Total contributors: 6
Bug
- 2271: Deprecate mapping relations with targetDocument and discriminatorMap thanks to @alcaeus
Task
- 2270: Bump doctrine/coding-standard follow up thanks to @malarzm
- 2269: Update doctrine/coding-standard thanks to @malarzm
- 2248: Provide initial compatibility with PHP 8 thanks to @alcaeus and @rieschl
Feature
- 2264: add sort param to findOneBy with test thanks to @malarzm
- 2263: Add support for PHP 8.0 types in custom collection thanks to @malarzm
- 2226: Support OrderBy / Sort for DocumentRepository findOneBy() thanks to @nottoohigh
- 2211: Introduce aggregation API to replicate query API thanks to @alcaeus
Enhancement
- 2249: Use symfony/deprecation-contracts to announce deprecations in code thanks to @alcaeus
- 2229: Add psalm thanks to @franmomu
Documentation,Task
- 2235: Document class-level Index annotations and deprecate other ways of specifying them thanks to @malarzm
Documentation
- 2232: Fix links to mongodb manual thanks to @idetox