Snowplow Bad Rows 2.1.1 released

We’re pleased to announce the release of Snowplow Bad Rows 2.1.1

Snowplow Bad Rows is the scala library that holds the data model for bad rows that are encountered in the Snowplow pipeline. This is a maintenance release, which upgrades dependencies to newer versions.

Upgrading from 2.1.0

The API of snowplow-badrows has not changed. However, the pom file published to maven now excludes some of the transitive dependencies that previously were pulled in via iglu-scala-client. These include:

  • scalaj-http
  • scala-lru-map (and guava etc)
  • json-schema-validator
  • jackson-databind

If you were previously using snowplow-badrows to import these into your project, then you now have to import them explicitly.

2 Likes