You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Do not filter out falsey values in Query/Builder `debug()` methods
41
41
* Support values and expressions for $pull in query builder
42
42
* Remove recursive merging in `Expr::addManyToSet()`
@@ -55,25 +55,25 @@ Pull requests completed for the 1.1.0 release:
55
55
* Add array type-hint to `Builder::all()` and `Expr::all()`
56
56
*`Query::getIterator()` should not execute if an exception is guaranteed
57
57
* Deprecate `Query::iterate()` alias in favor of `getIterator()`
58
-
*#130: Add $rename update operator for Builder and Expr
59
-
*#131: Remove $cmd args/properties and deprecate `mongoCmd` option
60
-
*#132: Make full command result accessible in ArrayIterator
61
-
*#140: Add `initialize()` calls in Connection methods to avoid use of null objects
62
-
*#139: `Builder::sort()` should default to ascending order
63
-
*#143: Query builder read prefs and wrap driver classes directly
58
+
*[#130](https://github.com/doctrine/mongodb/pull/130): Add $rename update operator for Builder and Expr
59
+
*[#131](https://github.com/doctrine/mongodb/pull/131): Remove $cmd args/properties and deprecate `mongoCmd` option
60
+
*[#132](https://github.com/doctrine/mongodb/pull/132): Make full command result accessible in ArrayIterator
61
+
*[#140](https://github.com/doctrine/mongodb/pull/140): Add `initialize()` calls in Connection methods to avoid use of null objects
62
+
*[#139](https://github.com/doctrine/mongodb/pull/139): `Builder::sort()` should default to ascending order
63
+
*[#143](https://github.com/doctrine/mongodb/pull/143): Query builder read prefs and wrap driver classes directly
64
64
* Wrap driver classes directly and remove Connection reinit logic
65
65
* Convert inconsistent return values for `getReadPreference()` from pre-1.3.3 drivers
66
66
* Don't throw InvalidArgumentException in `Cursor::setReadPreference()`
67
67
* Support read preferences in Query Builder
68
-
*#147: `Expr::mod()` should take explicit divisor/remainder args
68
+
*[#147](https://github.com/doctrine/mongodb/pull/147): `Expr::mod()` should take explicit divisor/remainder args
69
69
70
70
Additional commits included in 1.1.0:
71
71
72
-
* d51a44d: Support $elemMatch in query projections (closes #101)
73
-
* e92f0f2: Remove unused $options argument in `Expr::equals()`
74
-
* 773423a: Use driver's return value in `Collection::batchInsert()` (closes #93)
75
-
* 114a0ae: Fix cursor creation when MapReduce's db output option is used
76
-
* 8bc1466: Ensure `Cursor::limit()` argument is casted to an integer
77
-
* 6afee47: Deprecate `Connection::getStatus()` (to be removed in 1.2)
78
-
* 05258d4: Deprecate Database force/prev/resetError() methods (to be removed in 1.2)
79
-
* 25a8025: Restore `Query::TYPE_GEO_LOCATION` constant for BC, but deprecate it
72
+
*[d51a44d](https://github.com/doctrine/mongodb/commit/d51a44d): Support $elemMatch in query projections (closes [#101](https://github.com/doctrine/mongodb/pull/101))
73
+
*[e92f0f2](https://github.com/doctrine/mongodb/commit/e92f0f2): Remove unused $options argument in `Expr::equals()`
74
+
*[773423a](https://github.com/doctrine/mongodb/commit/773423a): Use driver's return value in `Collection::batchInsert()` (closes [#93](https://github.com/doctrine/mongodb/pull/93))
75
+
*[114a0ae](https://github.com/doctrine/mongodb/commit/114a0ae): Fix cursor creation when MapReduce's db output option is used
76
+
*[8bc1466](https://github.com/doctrine/mongodb/commit/8bc1466): Ensure `Cursor::limit()` argument is casted to an integer
77
+
*[6afee47](https://github.com/doctrine/mongodb/commit/6afee47): Deprecate `Connection::getStatus()` (to be removed in 1.2)
78
+
*[05258d4](https://github.com/doctrine/mongodb/commit/05258d4): Deprecate Database force/prev/resetError() methods (to be removed in 1.2)
79
+
*[25a8025](https://github.com/doctrine/mongodb/commit/25a8025): Restore `Query::TYPE_GEO_LOCATION` constant for BC, but deprecate it
0 commit comments