Skip to content

Commit be13b23

Browse files
committed
releasing 1.5.3
1 parent 892f6df commit be13b23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# Unreleased
1+
# 1.5.3
22
* server: TypedHttpClient/JsonHttpClient uses a better logger name (from nearest user class)
33
* json/jackson: TypedHttpClient/JsonHttpClient now have overridable trimToLog property in case you need to process how requests/responses are logged
44
* jobs: JobRunner.schedule() now takes kotlin.time.Duration values
55
* jdbc: PooledDataSource - a simple and easy to configure connection pool (used in DBModule by default)
66
* jdbc: use HikariModule instead of DBModule if you still want to use Hikari (also add dependency on com.zaxxer:HikariCP)
7+
* liquibase/serialization - dependencies updated
78

89
# 1.5.2
910
* core: experimental Decimal class to be used for monetary values, with numerical equality (unlike BigDecimal)

0 commit comments

Comments
 (0)