0.0.15
Pre-release
Pre-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>>