Release Notes for 2.5.0
2.5.0
- Total issues resolved: 6
- Total pull requests resolved: 22
- Total contributors: 11
Task
- 2504: Upgrade to psalm 5 thanks to @franmomu
- 2503: Use PHP 7.4 for phpcs thanks to @franmomu
- 2497: Allow
doctrine/annotations
2 thanks to @franmomu - 2496: Bump coding standard to v11 thanks to @franmomu
- 2492: Ignore SA issues thanks to @franmomu
- 2490: Test against PHP 8.2 and MongoDB 6.0 thanks to @malarzm
- 2481: Upgrade to doctrine/coding-standard 10 thanks to @franmomu
- 2480: Allow doctrine/event-manager 2 thanks to @franmomu
- 2470: Make use of PHP 7.4 syntax thanks to @IonBazan and @malarzm
- 2469: Remove PHP <7.4 version checks thanks to @IonBazan and @malarzm
- 2466: Require PHP 7.4 thanks to @IonBazan and @malarzm
Feature
- 2501: Allow
doctrine/instantiator
2 thanks to @franmomu - 2499: Support for some new aggregation features thanks to @aturki
- 2494: Lift sharding restrictions from $lookup and $graphLookup thanks to @malarzm and @theyough
- 2489: Custom _id for GridFS documents (#2487) thanks to @andrey-tech
- 2486: use aggregation builder in lookup stage pipeline thanks to @aturki and @malarzm
- 2459: Add pipeline to $lookup stage thanks to @khaperets and @Strick3r
- 2457: Make Iterator covariant thanks to @VincentLanglet
- 2450: Add implementation of Countable for CachingIterator thanks to @Branlute