Release #0.16.3

This commit is contained in:
Tapac
2019-07-24 23:47:08 +03:00
parent 8582f4437a
commit e9c7a3bb35
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
# 0.16.3
Features:
* Added `rightJoin`, `fullJoin` and `crossJoin` functions. [Fedor Korotkov](https://github.com/fkorotkov) thanks for PR.
Bug fixes:
* `Connection is closed` error when used suspended transactions ([#601](https://github.com/JetBrains/Exposed/issues/601))
* Nested transaction partially commits outer transaction since 0.16.1 ([#605](https://github.com/JetBrains/Exposed/issues/605))
# 0.16.2
Bug fixes:
* `Connection is closed` error when used suspended transactions ([#601](https://github.com/JetBrains/Exposed/issues/601))

View File

@@ -2,5 +2,5 @@ org.gradle.parallel=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8
group=org.jetbrains.exposed
version=0.16.2
version=0.16.3
dialect=mariadb