File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,11 +15,30 @@ To generate a changelog summary since the last version, run
15151.0.x-dev
1616---------
1717
18+ 1.0.3 (2015-11-03)
19+ ------------------
20+
21+ All issues and pull requests in this release may be found under the
22+ [ 1.0.3 milestone] ( https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.0.3 ) .
23+
24+ [ #1259 ] ( https://github.com/doctrine/mongodb-odm/pull/1259 ) makes it possible to access an embedded document's parent
25+ association through the UnitOfWork as soon as it's owning document is persisted.
26+ [ #1259 ] ( https://github.com/doctrine/mongodb-odm/pull/1259 ) and [ #1252 ] ( https://github.com/doctrine/mongodb-odm/pull/1252 )
27+ make it possible to simply reuse embedded documents and collections without manually cloning them. For more information
28+ please see the [ 1.0.3 release blog post] ( http://www.doctrine-project.org/2015/11/03/doctrine-mongodb-odm-release-1-0-3.html ) .
29+ [ #1248 ] ( https://github.com/doctrine/mongodb-odm/pull/1248 ) fixes the state of an embedded document that is added back
30+ into a collection after being removed. Also, documents overwritten by ` set ` method are now properly handled by orphan
31+ removal.
32+ [ #1251 ] ( https://github.com/doctrine/mongodb-odm/pull/1251 ) ensures that references mapped with a ` repositoryMethod ` are
33+ considered inverse-side relations.
34+ [ #1261 ] ( https://github.com/doctrine/mongodb-odm/pull/1261 ) adds a missing ` --no-backup ` option for the
35+ ` odm:generate:documents ` command.
36+
18371.0.2 (2015-08-31)
1938------------------
2039
2140All issues and pull requests in this release may be found under the
22- [ 1.0.1 milestone] ( https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.0.2 ) .
41+ [ 1.0.2 milestone] ( https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.0.2 ) .
2342
2443[ #1223 ] ( https://github.com/doctrine/mongodb-odm/pull/1223 ) resolved a security
2544vulnerability related to file and directory creation in ODM. Doctrine Common and
Original file line number Diff line number Diff line change 4747# The short X.Y version.
4848version = '1.0'
4949# The full version, including alpha/beta/rc tags.
50- release = '1.0.1 '
50+ release = '1.0.3 '
5151
5252# The language for content autogenerated by Sphinx. Refer to documentation
5353# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments