Releases: susom/database-goodies
Releases · susom/database-goodies
v1.3
v1.2
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
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.