Skip to content

Releases: susom/database-goodies

v1.3

14 Feb 00:34
Compare
Choose a tag to compare

New Avro features and bug fixes

  • Avro writer splits on bytes written instead of rows
  • Avro writer supports more types
  • Bump database to v3.1

Security updates

  • Update version of Jackson Databind to 2.9.10.1
  • Update Apache Commons Compress to 1.19

v1.2

04 Sep 16:51
Compare
Choose a tag to compare

New Avro features and bug fixes

  • fix longstanding bug with the schema definition of dates
  • Avro writer will now always create a file, even if the table has no rows
  • New builder with support for custom codec and fetch size
  • Added TINYINT as a supported SQL type
  • Control over number of rows per .avro file
  • Optionally lowercase/cleanup table names using withTidy(boolean)
  • Precision / scale fixes for columns which exceed BQ limits

Security updates

  • Update version of Jackson Databind to 2.9.9.1

v1.1

23 Apr 00:12
Compare
Choose a tag to compare

New features and bug fixes

  • The Etl class now supports saving as Avro files.
  • The Etl class now supports saving directly to BigQuery using the streaming API.
  • Fix the Vert.x database health check to avoid NullPointerException on first run by making sure it runs status checks on the correct thread (28d0912).
  • Upgrade to susom/database v3.0 and bump various other library versions.

v1.0

09 Aug 19:02
Compare
Choose a tag to compare

New Features

  • Simple ETL feature for saving a query to another database
  • Database health check handler for Vert.x