Skip to content

Commit

Permalink
releasing 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
angryziber committed May 24, 2023
1 parent 892f6df commit be13b23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Unreleased
# 1.5.3
* server: TypedHttpClient/JsonHttpClient uses a better logger name (from nearest user class)
* json/jackson: TypedHttpClient/JsonHttpClient now have overridable trimToLog property in case you need to process how requests/responses are logged
* jobs: JobRunner.schedule() now takes kotlin.time.Duration values
* jdbc: PooledDataSource - a simple and easy to configure connection pool (used in DBModule by default)
* jdbc: use HikariModule instead of DBModule if you still want to use Hikari (also add dependency on com.zaxxer:HikariCP)
* liquibase/serialization - dependencies updated

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

0 comments on commit be13b23

Please sign in to comment.