Skip to content

0.13.0

Compare
Choose a tag to compare
@chuwy chuwy released this 22 Apr 08:44
· 102 commits to master since this release

Bugfix release with a big dependency clean-up.

Bug fixes

  • Redshift: fix PrimaryKeyTable being rendered as list of characters (#64)
  • BigQuery: cast a null of nullable array type into an empty array (#70)

API changes

  • Extract json4s into a separate module (#67)

Dependency bumps

  • Bump jackson-databind to 2.10.5.1 (#71)
  • Bump sbt to 1.5.0 (#66)
  • Get rid of FGE JSON Schema validator (#65)
  • Bump kind-project to 0.11.3 (#74)

Under the hood

  • Extend copyright to 2021 (#73)
  • Migrate to Sonatype (#69)
  • Redshift: add a test spec for handling sum types (#68)