Skip to content

Commit 43610cb

Browse files
committed
Release 1.0.3
1 parent cd20c6a commit 43610cb

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG-1.0.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,30 @@ To generate a changelog summary since the last version, run
1515
1.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+
1837
1.0.2 (2015-08-31)
1938
------------------
2039

2140
All 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
2544
vulnerability related to file and directory creation in ODM. Doctrine Common and

docs/en/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# The short X.Y version.
4848
version = '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.

0 commit comments

Comments
 (0)