Skip to content

Commit

Permalink
Merge pull request #3171 from elthrasher/changelog-0.2.10
Browse files Browse the repository at this point in the history
CHANGELOG for 0.2.10
  • Loading branch information
pleerock committed Nov 28, 2018
2 parents 6cd665f + 2ee5014 commit f0409af
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,20 @@ however since API is already quite stable we don't expect too much breaking chan
If we missed a note on some change or you have a questions on migrating from old version,
feel free to ask us and community.

## 0.2.10

* more accurate type for postgres ssl parameters
* added support for `ON UPDATE CASCADE` relations for mysql
* `repository.save` returns union type
* added reuse of lazy relationships
* added ability to disable prefixes for embedded columns
* migrations can be tested
* migration run returns array of successful migrations
* added debug ENV option
* added support for postgres exclusion constraints
* bug fixes
* documentation updates

## 0.2.9

* `UpdateEvent` now returns with contains `updatedColumns` and `updatedRelations`
Expand Down

0 comments on commit f0409af

Please sign in to comment.