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 => Short
int => Int
bigint => Long
real => Float
double precision => Double
char => Char (Note this is a C-Style understanding of a Char, not a UTF Rune)
text/CHARACTER VARYING => String
bool => Boolean
JSON/JSONB => Json
(via Jawn)Date => Date = java.time.LocalDate
Time => Time = java.time.LocalTime
TIME WITH TIME ZONE => TimestampWithTZ = java.time.ZonedDateTime
NULL => Option
v0.0.1
Initial release
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.