Skip to content

Releases: snowplow/snowplow-scala-analytics-sdk

Version 0.4.1

05 Mar 20:51
Compare
Choose a tag to compare

Bugfix release, fixing an issue in enriched event field naming.

Bug fixes

  • Fix refr_dvce_tstamp field naming (#70)

Version 0.4.0

13 Feb 17:38
Compare
Choose a tag to compare

A major release that adds a new type-safe API to the JSON Event Transformer and introduces several other internal changes.

New features

  • Add type-safe Event API (#53)
  • Remove deprecated EventTransformer API (#68)

Under the hood

  • Drop Scala 2.10 (#59)
  • Bump aws-java-sdk to 1.11.490 (#63)
  • Bump specs2 to 4.4.1 (#64)
  • Bump scalacheck to 1.14.0 (#65)
  • Bump Scala 2.12 to 2.12.8 (#66)
  • Bump Scala 2.11 to 2.11.12 in CI (#69)

Version 0.3.2

24 Aug 03:53
Compare
Choose a tag to compare

Bugfix release.

Bug fixes

  • Fix specification assuming unstruct_event field contains contexts envelope (#57)
  • Fix non-flattening algorithm not returning inventory items (#58)

Version 0.3.1

24 Jul 12:26
Compare
Choose a tag to compare

Adding new non-flattening behavior to JsonEventTransformer.

New features

  • Add option to not flatten self-describing fields (#56)

Version 0.3.0

06 Mar 18:25
Compare
Choose a tag to compare

Minor release, bringing many dependency and build updates as well as bugfix in structured events processing.

Bugfixes

  • Change se_value to Double (#52)

Under the hood

  • Add Scala 2.12 support (#41)
  • Bump json4s to 3.2.11 (#46)
  • Bump aws-java-sdk to 1.11.289 (#48)
  • Bump Scala 2.11 to 2.11.12 (#47)
  • Bump SBT to 1.1.1 (close #49)

Other

  • Extend copyright notice to 2018 (#51)

Version 0.2.1

20 Nov 10:41
Compare
Choose a tag to compare

Bugfixes

  • Fix non-merging matching contexts (#44)

Version 0.1.1

27 Jul 08:45
Compare
Choose a tag to compare

Fixed a bug in our Iglu schema URI parsing, thanks @shin-nien!

Bug fixes

  • Allow organisations in Iglu schema URIs to contain hyphens (#12)

Version 0.1.0

22 Mar 14:51
Compare
Choose a tag to compare

Initial release, introducing a JSON Event Transformer