Skip to content

Releases: snowplow/enrich

Version 1.3.2 (2020-09-06)

07 Sep 16:33
Compare
Choose a tag to compare

Bugfix release, affecting IAB and SQL Query enrichments.

Bugfixes

  • Common: convert null fields in EnrichedEvent to None in PartiallyEnrichedEvent (#331)
  • Common: skip the SQL enrichment on null placeholders (#315)
  • Beam: check that IP address is valid IPv4 or IPv6 before passing to IAB enrichment (#329)

Under the hood

  • Beam: fix unit tests failing after update of MaxMind database (#327)

Version 1.3.1 (2020-07-28)

28 Jul 11:19
Compare
Choose a tag to compare

A couple of bug-fixes on common enrich library and updated base image for Beam Enrich:

  • Common: fix JS enrichment failing without return statement (#295)
  • Beam: bump k8s-dataflow to 0.2.0 (#293)
  • Common: Skip sql enrichment on null values as placeholders (#291)

Version 1.3.0 (2020-07-14)

14 Jul 18:20
Compare
Choose a tag to compare

First release in unified repository with dependency bumps and bugfixes.

Common

  • Fix ClassCastException with multi-thread access (#278)
  • Replace use of erasure with runtimeClass (#252)
  • Enable IP Lookup Enrichment for IPv6 with port number (#284)
  • Enable IAB Enrichment for IPv6 (#282)
  • Bump iab-spiders-and-robots-client to 0.2.0 (#262)
  • Bump scalafmt to 2.6.1 (#265)
  • Bump sbt-scalafmt to 2.4.0 (#264)
  • Use Nashorn instead of Rhino for JS enrichment (#138)
  • Bump SBT to 1.3.12 (#6)
  • Bump Scala to 2.12.11 (#7)
  • Apply automated code formatting for all projects (#263)

Beam

  • Reduce MaximumRecordSize to 6900000 bytes (#287)
  • Make metrics optional (#285)
  • Bump scio to 0.9.2 (#277)

Stream

  • Bump amazon-kinesis-client to 1.13.3 (#286)