File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ CHANGELOG for 1.2.x
2
+ ===================
3
+
4
+ This changelog references the relevant changes done in 1.2 patch versions.
5
+
6
+ 1.2.0 (2017-10-24)
7
+ ------------------
8
+
9
+ All issues and pull requests in this release may be found under the
10
+ [ 1.2 milestone] ( https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.2 ) .
11
+
12
+ * [ #1448 ] ( https://github.com/doctrine/mongodb-odm/pull/1448 ) adds a builder for aggregation pipeline queries, similar to the query builder.
13
+ * [ #1513 ] ( https://github.com/doctrine/mongodb-odm/pull/1513 ) adds a trait to avoid re-implementing ` closureToPhp ` in custom type classes.
14
+ * [ #1518 ] ( https://github.com/doctrine/mongodb-odm/pull/1518 ) adds ` updateOne ` and ` updateMany ` methods to the query builder.
15
+ * [ #1519 ] ( https://github.com/doctrine/mongodb-odm/pull/1519 ) adds a command to validate mapping.
16
+ * [ #1577 ] ( https://github.com/doctrine/mongodb-odm/pull/1577 ) allows priming fields in inverse references without specifying a repositoryMethod.
17
+ * [ #1600 ] ( https://github.com/doctrine/mongodb-odm/pull/1600 ) adds an ` AbstractRepositoryFactory ` as base class when creating an own repository factory.
18
+ * [ #1612 ] ( https://github.com/doctrine/mongodb-odm/pull/1612 ) adds support for immutable documents via the ` readOnly ` mapping option.
19
+ * [ #1620 ] ( https://github.com/doctrine/mongodb-odm/pull/1620 ) adds support for specifying ` readPreference ` on a document level, replacing ` slaveOkay ` .
20
+ * [ #1623 ] ( https://github.com/doctrine/mongodb-odm/pull/1623 ) adds a generic reference object as successor to ` dbRef ` .
21
+ * [ #1654 ] ( https://github.com/doctrine/mongodb-odm/pull/1654 ) adds support for aggregation pipeline stages added in MongoDB 3.4.
22
+ * [ #1661 ] ( https://github.com/doctrine/mongodb-odm/pull/1661 ) allows specifying a custom starting ID for ` IncrementGenerator ` .
You can’t perform that action at this time.
0 commit comments