Skip to content

Releases: snowplow-incubator/snowplow-google-cloud-storage-loader

Version 0.4.0

09 Mar 11:16
Compare
Choose a tag to compare

Release that aims at mitigating security vulnerabilities.

--gcsThreshold and --gcsDelay should be removed from command line arguments.

Documentation about this component can be found on the docs website.

CHANGELOG

  • Publish to github and sp-hosted-assets (#61)
  • Remove jackson-mapper-asl transitive dependency (#68)
  • Bump slf4j-simple to 1.7.36 (#67)
  • Bump beam-runners-google-cloud-dataflow-java to 2.36.0 (#66)
  • Bump scio to 0.11.5 (#65)
  • Change Docker base image to eclipse-temurin:8-jre-focal (#63)

Version 0.3.2 (2021-12-16)

16 Dec 13:01
Compare
Choose a tag to compare

A patch release comprising dependency upgrades mostly.

  • Extend copyright to 2021 (#58)
  • Update links in README (#57)
  • Bump sbt-native-packager to 1.9.7 (#56)
  • Use sbt dyn ver plugin (#55)
  • Bump netty-codec to 4.1.68.Final (#54)
  • Bump gson to 2.8.9 (#53)
  • Bump scalatest to 3.1.0 (#52)
  • Bump circe-parser to 0.14.1 (#51)
  • Bump iglu-core-circe to 1.0.1 (#50)
  • Bump beam-runners-google-cloud-dataflow-java to 2.34.0 (#49)
  • Bump scio to 0.11.1 (#48)
  • Migrate from travis to github actions (#47)
  • Bump sbt to 1.5.6 (#46)

Version 0.3.1 (2020-03-09)

09 Mar 14:17
Compare
Choose a tag to compare

Maintenance version for improved GCP dataflow functionality

Features

  • Add support for GCP labels in dataflow launcher docker image (#42)

Miscellaneous

  • Bump scio to 0.8.2 (#41)

Version 0.3.0 (2020-02-21)

21 Feb 18:46
Compare
Choose a tag to compare

An initial release of data partitioning by schema

Features

Add type partition for bad row partition persistence (#18)

Dependencies

Bump iglu-core to 0.5.1 (#33)
Bump circe to 0.11.2 (#35)

Version 0.2.1 (2020-01-21)

21 Jan 14:56
Compare
Choose a tag to compare

Maintenance version for improved docker-based deployment

Features

  • Change base docker image to k8s-dataflow:0.1.0 (#36)

Miscellaneous

  • Extend copyright to 2020 (#26)

Version 0.2.0 (2019-12-11)

11 Dec 10:21
Compare
Choose a tag to compare

Maintenance version

Features

  • Set default number of shards to be managed by runner (#27)
  • Bump mockito to 2.28.2 (#25)
  • Bump slf4j to 1.7.29 (#23)
  • Bump scalatest to 3.0.8 (#22)
  • Bump beam to 2.11.0 (#21)
  • Bump scala to 2.12.10 (#20)

Build

  • Change Travis distribution to Trusty (#29)

Miscellaneous

  • Extend copyright to 2019 (#26)

Version 0.1.0 (2018-11-23)

23 Nov 10:22
Compare
Choose a tag to compare

Initial version

Features

  • Add windowed filename policy (#5)
  • Make use of ValueProvider for the configuration options (#7)
  • Add a compression option (#6)

Build

  • Add CI/CD (#8)
  • Add Bintray credentials to .travis.yml (#2)
  • Add Bintray Docker registry credentials to .travis.yml (#3)
  • Add Google Cloud Storage credentials to .travis.yml (#4)

Miscellaneous

  • Add readme (#9)
  • Hardcode autoscaling algorigthm, initial number of workers, disk size and machine type in the template (#11)
  • Add google- into project title (#1)