Skip to content

Commit

Permalink
Release 0.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac committed Apr 14, 2021
1 parent 808ac7b commit de1c027
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.30.2
Bug Fixes:
* Null Durations Convert to 0 ([1196](https://github.com/JetBrains/Exposed/issues/1196))
* Bugs in ISqlExpressionBuilder.coalesce() affecting return value type ([1199](https://github.com/JetBrains/Exposed/issues/1199))
* SELECT is called twice if the `with` method called on a Query ([1202](https://github.com/JetBrains/Exposed/issues/1202))
* Early versions of MySQL Connector don't work with Exposed ([1203](https://github.com/JetBrains/Exposed/issues/1203)). PR by [MeowRay](https://github.com/MeowRay)
* `Query.prepareSQL(QueryBuilder)` is made public to allow preparing raw SQLs ([1206](https://github.com/JetBrains/Exposed/issues/1206)

# 0.30.1
Infrastructure:
* Artifact publishing moved from jcenter/Bintray to Maven Central
Expand Down
1 change: 0 additions & 1 deletion docs/ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Exposed Roadmap

* Refactor test to cover different jdbc-drivers/database versions (with docker-compose or test containers)
* Support Repository based DAO (https://github.com/JetBrains/Exposed/issues/24)
* Move from jdbc drivers to something more asynchronous ([R2DBC](https://r2dbc.io/))
* Support Kotlin Native
Expand Down
2 changes: 1 addition & 1 deletion exposed-spring-boot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.jetbrains.exposed:exposed-spring-boot-starter:0.30.1'
implementation 'org.jetbrains.exposed:exposed-spring-boot-starter:0.30.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ org.gradle.parallel=false
org.gradle.jvmargs=-Dfile.encoding=UTF-8

group=org.jetbrains.exposed
version=0.30.1
version=0.30.2
dialect=none

0 comments on commit de1c027

Please sign in to comment.