Skip to content

Version 1.6.8

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Oct 09:55
· 5 commits to master since this release

In a few different places, we are sending messages to Pubsub topics in the BQ Loader. Starting from this version, the size of the message will be checked before sending it to topic. If its size exceeds maximum allowed size limit, loader will create SizeViolation bad row that inludes trimmed version of the original message and send it to bad row topic.

Also, this version includes a few dependency bumps for potential security vulnerabilities.

Changelog

  • Create SizeViolation bad row for oversized messages sent to Pubsub (#361)
  • Bump sbt-snowplow-release to 0.3.1 (#353)
  • Bump netty to 4.1.100.Final (#362)
  • Bump org.json to 20231013 (#362)