Skip to content

0.0.15

Pre-release
Pre-release
Compare
Choose a tag to compare
@Miha-x64 Miha-x64 released this 08 Sep 19:57
· 55 commits to master since this release

SQL

Trigger-based observability
Mutating SQL templates
Deprecated Record-based API
Session: implemented Closeable, added trimMemory()

HTTP

Removed Exchange implicit receiver from handler functions.

Android JSON on JVM

With this module you can use android.util.JsonReader/Writer outside of Android along with :android-json bindings.

Extended persistence

Added IncrementalN<…> type which is a special partial tuple. For example, Incremental3<Int, String, Long> is analogous to Either4<Unit, Int, Pair<Int, String>, Triple<Int, String, Long>>