Releases: snowplow/snowplow-scala-analytics-sdk
Releases · snowplow/snowplow-scala-analytics-sdk
Version 0.4.1
Bugfix release, fixing an issue in enriched event field naming.
Bug fixes
- Fix refr_dvce_tstamp field naming (#70)
Version 0.4.0
A major release that adds a new type-safe API to the JSON Event Transformer and introduces several other internal changes.
New features
Under the hood
Version 0.3.2
Bugfix release.
Bug fixes
Version 0.3.1
Adding new non-flattening behavior to JsonEventTransformer.
New features
- Add option to not flatten self-describing fields (#56)
Version 0.3.0
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
Bugfixes
- Fix non-merging matching contexts (#44)
Version 0.1.1
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
Initial release, introducing a JSON Event Transformer