Releases: finagle/roc
Releases · finagle/roc
Library Bump
Bumped Library Versions
- Finagle 6.34.0 -> 6.35.0
- cats 0.4.1 -> 0.5.0
- specs2 3.7 -> 3.8
roc-types
The roc-types modules is being released in this module. This includes type aliases for basic types including:
smallint => Shortint => Intbigint => Longreal => Floatdouble precision => Doublechar => Char (Note this is a C-Style understanding of a Char, not a UTF Rune)text/CHARACTER VARYING => Stringbool => BooleanJSON/JSONB => Json(via Jawn)Date => Date = java.time.LocalDateTime => Time = java.time.LocalTimeTIME WITH TIME ZONE => TimestampWithTZ = java.time.ZonedDateTimeNULL => Option
v0.0.1
v0.0.1-ALPHA: Initial ALPHA release.
We can authenticate against a Database, return a result, and parse Int and String values from that Result.