Releases: doctrine/mongodb-odm
Releases · doctrine/mongodb-odm
2.12.1
Release Notes for 2.12.1
2.12.x bugfix release (patch)
2.12.1
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 1
Bug
Task
2.12.0
Release Notes for 2.12.0
Feature release (minor)
2.12.0
- Total issues resolved: 0
- Total pull requests resolved: 8
- Total contributors: 2
Feature
- 2808: Allow to paginate
$search
aggregation withsearchBefore
andsearchAfter
markers thanks to @bitgandtter - 2802: Enable
ClassLocator
from Doctrine Persistence 4.1 in the attribute and annotation drivers thanks to @GromNaN - 2779: PHPORM-13 Feature Queryable Encryption thanks to @GromNaN
Task
- 2806: Update active branch for the docs website thanks to @GromNaN
- 2775: Remove unnecessary
assert
calls thanks to @GromNaN - 2761: Upgrade to PHPStan 2.1 thanks to @GromNaN
Enhancement
2.11.3
Release Notes for 2.11.3
2.11.x bugfix release (patch)
2.11.3
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 3
CI
Documentation
- 2792: Highlights event names by formatting them as code in the doc thanks to @GromNaN
- 2778: Update "Custom Mapping Types" documentation for a fully working example thanks to @fnash
Bug
2.11.2
Release Notes for 2.11.2
2.11.x bugfix release (patch)
2.11.2
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
2.11.1
Release Notes for 2.11.1
2.11.x bugfix release (patch)
2.11.1
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 3
Bug
Documentation
Enhancement
2.11.0
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
$geoNear
stage with empty query thanks to @GromNaN - 2739: Add support for using
$text
operator 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_hash
withspl_object_id
thanks 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
2.10.2
Release Notes for 2.10.2
2.10.x bugfix release (patch)
2.10.2
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 2
Documentation
-
2746: Fix RST formatting for warning content thanks to @jmikola
-
2736: Create
UTCDateTime
fromDateTimeInterface
directly thanks to @GromNaN
Bug
2.10.1
Release Notes for 2.10.1
This release fixes an issue when inserting documents with a pre-defined _id
field into time series collections.
2.10.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
2.10.0
Release Notes for 2.10.0
Feature release (minor)
2.10.0
- Total issues resolved: 1
- Total pull requests resolved: 8
- Total contributors: 5
CI
- 2721: Create website schema validation workflow thanks to @SenseException
- 2707: Bump doctrine/.github from 6.0.0 to 7.1.0 thanks to @dependabot[bot]
Bug
- 2720: Keep proxy-manager by default thanks to @GromNaN
Enhancement
- 2711: Use short urls for all php.net links thanks to @GromNaN
- 2702: Improve query and aggregator classes thanks to @alcaeus
- 2700: Switch proxies to
LazyGhostTrait
thanks to @GromNaN
dependencies
2.9.2
Release Notes for 2.9.2
2.9.x bugfix release (patch)
2.9.2
- Total issues resolved: 1
- Total pull requests resolved: 3
- Total contributors: 3
Bug
- 2717: Relax final constraints on stage classes thanks to @GromNaN
- 2716: Fix discriminatorValue key 0 thanks to @parada85