Skip to content

Releases: snowplow/snowplow-rdb-loader

Release 30

29 Aug 18:21
Compare
Choose a tag to compare

Multiple usability and stability improvements.

Common

  • Add VERSION file (#82)
  • Bump SBT to 1.1.6 (#89)
  • Use processing manifest (#81)
  • Fix README links (#109)
  • Extend copyright notice to 2018 (#91)

RDB Shredder

  • Bump to 0.14.0 (#96)
  • Use RDB Loader AWS SDK (#94)
  • Remove auto-creation of event manifests table (#62)

RDB Loader

  • Bump to 0.15.0 (#100)
  • Improve log output (#23)
  • Escape input for sanitize function (#87)
  • Remove unused configuration properties (#95)
  • Add ability to skip all load manifest interactions (#97)
  • Make SSL configuration compatible with native JDBC settings (#73)
  • Improve "no data discovered" error message (#69)
  • Tolerate deleted folder artifacts when consistency_check is skipped (#80)
  • Fix manifest population assumes load is most recent (#70)
  • Fail load if entry exists in manifest (#14)
  • Bump AWS SDK to 1.11.319 (#79)
  • Bump snowplow-scala-tracker to 0.5.0 (#57)
  • Bump specs2 to 4.0.4 (#90)
  • Bump cats to 1.1.0 (#77)
  • Fix typo in load_succeeded schema (#108)

Release 29

12 Jun 15:59
Compare
Choose a tag to compare

Hotfilx RDB Shredder release

Bug fixes

  • RDB Shredder: align PostgresConstraints with atomic.events 0.10.0 (#103)

Other

  • RDB Shredder: bump to 0.13.1 (#105)
  • RDB Shredder: bump scala-common-enrich to 0.32.0 (#99)

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)