Skip to content

Releases: snowplow/snowplow-dotnet-analytics-sdk

Version 0.3.0

06 Nov 09:51
Compare
Choose a tag to compare

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

31 Jul 15:44
Compare
Choose a tag to compare

JSON Event Transformer: Fix issue encountered when parsing string fields containing ' (#9)

Snowplow .NET Analytics SDK v0.2.0

24 Jul 11:06
Compare
Choose a tag to compare

Downgrade the target to .NET Standard 1.1 (#7)

Snowplow .NET Analytics SDK v0.2.0-M1

07 Jul 15:03
Compare
Choose a tag to compare
Pre-release

Downgrade the target to .NET Standard 1.1 (#7)

Snowplow .NET Analytics SDK v0.1.1

23 Jun 07:54
Compare
Choose a tag to compare

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

15 Jun 13:32
Compare
Choose a tag to compare

Initial release, introducing a JSON Event Transformer

Snowplow .NET Analytics SDK v0.1.0-beta

14 Jun 10:21
Compare
Choose a tag to compare
Pre-release

Beta release