Skip to content

Releases: snowplow/snowplow-rdb-loader

Release 28

13 Nov 12:01
Compare
Choose a tag to compare

First release with umbrella-version, adding SSH-tunnels and some minor improvements.

New features

  • RDB Loader: add support for SSH tunnels (#22)
  • RDB Loader: allow JDBC credentials to be stored in EC2 parameter store (#19)

Testing and deployment

  • Common: add CI/CD (#55)
  • Common: remove AWS Java SDK shading (#54)
  • RDB Shredder: add Snowplow and Clojars resolvers (#56)

UX-improvements

  • RDB Loader: make logkey optional (#35)
  • RDB Loader: make loading shredded data always required (#29)
  • RDB Shredder: overwrite output datasets (#41)

Under the hood

  • RDB Shredder: bump Spark to 2.2.0 (#52)
  • RDB Shredder: bump to 0.13.0 (#49)
  • RDB Shredder: bump scala-common-enrich to 0.27.0 (#39)
  • RDB Loader: bump sbt-assembly to 0.14.5 (#51)
  • RDB Loader: bump SBT to 0.13.16 (#50)
  • RDB Loader: bump AWS SDK to 1.11.208 (#48)
  • RDB Loader: bump redshift-jdbc to 1.2.8.1005 (#40)

Bug fixes

  • RDB Loader: execute manifest insert in same transaction as load (#36)
  • RDB Loader: remove tracking from dry run (#42)

Version 0.13.0

06 Sep 15:09
Compare
Choose a tag to compare

First release in dedicated repository.

New features

  • RDB Loader: added step to skip consistency check (#34)
  • RDB Loader: added --dry-run option (#31)
  • RDB Loader: added CLI argument to load specific folder (#9)

Bug fixes

  • RDB Loader: fix JSONPath cache resolution bug (#3)

Testing and deployment

  • Common: migrate CHANGELOG from snowplow/snowplow (#24)
  • Common: add AWS staging credentials to .travis.yml (#37)
  • Common: add AWS Credentials to .travis.yml (#28)
  • RDB Shredder: turn into SBT submodule (#27)
  • RDB Loader: bump to 0.13.0 (#38)
  • RDB Loader: add CI/CD (#30)