Skip to content

1.0.0

Compare
Choose a tag to compare
@chuwy chuwy released this 14 Apr 21:50
· 372 commits to master since this release

First stable release with independent RDB Loader and new Stream Shredder beta component.

New features

  • Common: add events count to the shredding complete message (#376)
  • Stream Shredder: add (#354)
  • RDB Loader: add 2nd gen load manifest table (#366)

Dependency bumps

  • Common: bump base-debian to 0.2.2 (#380)
  • Common: bump pureconfig from 0.14.0 to 0.14.1 (#329)
  • Common: bump aws-java-sdk from 1.11.916 to 1.11.990 (#370)
  • Common: bump decline from 1.3.0 to 1.4.0 (#333)
  • Common: bump snowplow-scala-tracker to 1.0.0 (#372)
  • Common: bump kind-projector to 0.11.3 (#371)
  • Common: bump sbt from 1.4.4 to 1.4.9 (#344)

API changes

  • Common: merge good and bad output folders (#358)

Under the hood

  • Common: use a single tag to publish all assets (#379)
  • Common: extract shredding logic into common module (#355)
  • RDB Loader: migrate to doobie (#367)
  • RDB Shredder: shade cats in sbt-assembly (#382)

Bugfixes and improvements

  • Common: remove compRows configuration parameter (#390)
  • RDB Loader: skip empty folders (#357)
  • RDB Shredder: check for incomplete folders asynchronously (#385)