Skip to content

Releases: finagle/roc

Library Bump

10 May 20:11
v0.0.3
Compare
Choose a tag to compare
Library Bump Pre-release
Pre-release

Bumped Library Versions

  • Finagle 6.34.0 -> 6.35.0
  • cats 0.4.1 -> 0.5.0
  • specs2 3.7 -> 3.8

roc-types

10 May 18:29
v0.0.2
Compare
Choose a tag to compare
roc-types Pre-release
Pre-release

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

11 May 14:18
v0.0.1
a186811
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
Initial release

v0.0.1-ALPHA: Initial ALPHA release.

11 May 14:18
v0.0.1-ALPHA
Compare
Choose a tag to compare
Pre-release
We can authenticate against a Database, return a result,
and parse Int and String values from that Result.