Release Notes for 2.11.0
Feature release (minor)
2.11.0
- Total issues resolved: 0
- Total pull requests resolved: 8
- Total contributors: 3
Documentation
- 2748: Update documentation in Builder.php thanks to @androshchuk
- 2741: Replace "attribute" with "argument" to avoid confusion with PHP attributes thanks to @GromNaN
Bug
- 2743: Fix
$geoNearstage with empty query thanks to @GromNaN - 2739: Add support for using
$textoperator in a aggregation with a filter thanks to @GromNaN - 2737: Fix duplicate object hash for removed object thanks to @GromNaN
- 2750: Fix: Cast numeric write-concern values from XML mapping to integers thanks to @ikallali
Feature
Enhancement
- 2738: Replace
spl_object_hashwithspl_object_idthanks to @GromNaN
BC break:DocumentPersister::getInserts()andDocumentPersister::getUpserts()returnarray<int, object>instead ofarray<string, object>. - 2683: Support version 2.0 of the MongoDB driver thanks to @alcaeus