Skip to content

Commit 55ab55e

Browse files
committed
Add changelog entries for 1.2.7-1.2.11
1 parent be7594d commit 55ab55e

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

CHANGELOG-1.2.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,54 @@ CHANGELOG for 1.2.x
33

44
This changelog references the relevant changes done in 1.2 patch versions.
55

6+
1.2.11 (2019-09-24)
7+
-------------------
8+
9+
All issues and pull requests in this release may be found under the
10+
[1.2.11 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.2.11).
11+
12+
* [2057](https://github.com/doctrine/mongodb-odm/pull/2057) documents the available storage strategies in the XML mapping schema.
13+
* [2055](https://github.com/doctrine/mongodb-odm/pull/2055) disables retryable writes on travis-ci.
14+
* [2053](https://github.com/doctrine/mongodb-odm/pull/2053) fixes documentation samples for `EmbedMany` mappings.
15+
16+
1.2.10 (2019-09-02)
17+
-------------------
18+
19+
All issues and pull requests in this release may be found under the
20+
[1.2.10 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.2.10).
21+
22+
* [2048](https://github.com/doctrine/mongodb-odm/pull/2048) documents how to pass custom expressions to the aggregation builder.
23+
* [2043](https://github.com/doctrine/mongodb-odm/pull/2043) updates tests to account for an upstream fix to the `$replaceRoot` aggregation pipeline stage.
24+
25+
1.2.9 (2019-05-09)
26+
------------------
27+
28+
All issues and pull requests in this release may be found under the
29+
[1.2.9 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.2.9).
30+
31+
* [2019](https://github.com/doctrine/mongodb-odm/pull/2019) fixes aggregation pipelines generated by the builder when using the `$indexStats` pipeline stage on discriminated documents.
32+
* [1805](https://github.com/doctrine/mongodb-odm/pull/1805) changes confusing class names in the documentation.
33+
34+
1.2.8 (2019-03-14)
35+
------------------
36+
37+
All issues and pull requests in this release may be found under the
38+
[1.2.8 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.2.8).
39+
40+
* [1978](https://github.com/doctrine/mongodb-odm/pull/1978) reverts a previous fix for discriminator maps due to a regression.
41+
* [1977](https://github.com/doctrine/mongodb-odm/pull/1977) fixes wrong checks for successful sharding commands.
42+
* [1971](https://github.com/doctrine/mongodb-odm/pull/1971) clarifies the deprecation of the `update()` and `multiple()` methods in the query builder.
43+
44+
1.2.7 (2019-03-07)
45+
------------------
46+
47+
All issues and pull requests in this release may be found under the
48+
[1.2.7 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.2.7).
49+
50+
* [1966](https://github.com/doctrine/mongodb-odm/pull/1966) fixes embedding documents containing named indexes.
51+
* [1962](https://github.com/doctrine/mongodb-odm/pull/1962) fixes wrong usage of discriminator maps in complex inheritance chains.
52+
* [1934](https://github.com/doctrine/mongodb-odm/pull/1934) documents lookup not working on references in embedded documents.
53+
654
1.2.6 (2019-01-15)
755
------------------
856

0 commit comments

Comments
 (0)