Releases: snowplow/snowplow-scala-analytics-sdk
Releases · snowplow/snowplow-scala-analytics-sdk
Version 3.2.2
Version 3.2.1
Changelog
- Use only version for
_schema_version
context field (#134)
Version 3.2.0
Version 3.1.0
Version 3.0.0
This release changes default behaviour in event parsing, which will validate the maximum field length according to atomic event schema.
Error messages no longer contain log values to avoid accidentally leaking personal information in log or protect from vulnerabilities like log4j.
Changelog:
Version 2.1.0
This release brings a huge performance improvement (1000x) for the parsing of enriched TSV to Event
.
It also comes with toTSV
function for Event
.
Last but not least, Analytics SDK documentaton has been moved to our new and shiny documentation website.
Changelog
Version 2.0.1
Version 2.0.0
Version 1.0.0
First release in 1.x.x series, introducing more structured parsing errors and fixing a decoding bug.
API changes
- Make parsing errors type-safe (#75)
- Add function to create minimal event (#81)
- Deprecate run manifest (#86)
- Fix empty contexts and unstruct_event decoding bug (#92)
Build
- Integrate MiMa (#87)
- Integrate scoverage (#90)
- Integrate sbt-gh-pages to create GH Pages from Scaladoc (#91)
- Remove Vagrant setup (#84)
- Add Travis CI secret key (#93)
- Add encryption label to .travis.yml (#94)
Misc
- Extend copyright notice to 2019 (#85)