Skip to content

Version 1.6.4

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jan 12:22
· 19 commits to master since this release

This is a patch release to address performance issues found with the previous release, version 1.6.3.

Anyone using the 1.6.3 version may see these kinds of problems with their loader:

  • High number of undelivered pubsub messages
  • Low rate of events getting loaded into BigQuery
  • High CPU usage and memory usage by the loader

Upgrading your loader to version 1.6.4 should fix these problems immediately. Upgrading is as simple as pulling the latest docker images:

docker pull snowplow/snowplow-bigquery-streamloader:1.6.4
docker pull snowplow/snowplow-bigquery-mutator:1.6.4
docker pull snowplow/snowplow-bigquery-repeater:1.6.4

Changelog

  • Bump http4s to 0.23.18 (#337)
  • Remove dropwizard from the config (#341)
  • Remove loadMode from the config (#339)
  • Fix benchmarks (#336)