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
where XXX and YYY are the older and newer versions, respectively.
11
+
12
+
To generate a changelog summary since the last version, run
13
+
`git log --no-merges --oneline XXX...HEAD`
14
+
15
+
3.3.x-dev
16
+
---------
17
+
18
+
3.3.0 (2017-04-28)
19
+
------------------
20
+
21
+
All issues and pull requests in this release may be found under the [3.3 milestone](https://github.com/doctrine/DoctrineMongoDBBundle/issues?q=milestone%3A3.3).
22
+
23
+
*[408](https://github.com/doctrine/DoctrineMongoDBBundle/pull/408) adds kernel path for fixture loader for bundle-less applications
24
+
*[406](https://github.com/doctrine/DoctrineMongoDBBundle/pull/406) adds support for aggregation queries in data collector
25
+
*[397](https://github.com/doctrine/DoctrineMongoDBBundle/pull/397) adds support for additional driver options such as stream context
26
+
*[396](https://github.com/doctrine/DoctrineMongoDBBundle/pull/396) exposes `authSource` option in bundle's configuration
0 commit comments