Releases: snowplow/snowplow-dotnet-analytics-sdk
Releases · snowplow/snowplow-dotnet-analytics-sdk
Version 0.3.0
This release fixes string parsing for events that contain " in the fields and naming of the refr_dvce_tstamp field. It also updates the project framework and dependencies. Notably, the project now uses netstandard version 2.1 instead of 1.1 and the Newtonsoft.Json dependency has been updated from 10.0.3 to 13.0.3.
Changelog
Bug fixes
- Handle quotes in user agent strings
- Fix refr_dvce_tstamp field naming (#13)
Under the hood
- Update test project framework and dependencies
- Update Newtonsoft.Json 10.0.3 dependency to 13.0.3
- Update framework from netstandard 1.1 to 2.1
- Remove AppVeyor CI
- Add build and publish Github actions
Snowplow .NET Analytics SDK v0.2.1
JSON Event Transformer: Fix issue encountered when parsing string fields containing ' (#9)
Snowplow .NET Analytics SDK v0.2.0
Downgrade the target to .NET Standard 1.1 (#7)
Snowplow .NET Analytics SDK v0.2.0-M1
Downgrade the target to .NET Standard 1.1 (#7)
Snowplow .NET Analytics SDK v0.1.1
New Feature
- JSON Event Transformer: don't add null unstruct_event and contexts fields to output (close #5)
Snowplow .NET Analytics SDK v0.1.0
Initial release, introducing a JSON Event Transformer
Snowplow .NET Analytics SDK v0.1.0-beta
Beta release