Skip to content

Releases: snowplow/snowplow-dotnet-tracker

Snowplow.Tracker Version 1.3.0

01 Jul 16:26
5c0bf87
Compare
Choose a tag to compare

This release adds a mobile screen view event class and an option to set custom POST path.

It also fixes a couple of bugs with incorrect serialization of the structured events under some locales and an error raised when events were resent under some circumstances.

Finally, the release updates the project dependencies, demo and test projects with the latest .NET and dependency versions.

Enhancements

  • Add an event class for mobile screen view and make the older screen view obsolete
  • Add CustomGetPath and CustomPostPath methods (#129) thanks to @jfjalburquerque

Bug fixes

  • Fix incorrectly formatted value in the structured event for some locales (#134)
  • Fix error on sending the same payload twice when using in memory event queue (#133)

Under the hood

  • Update dependencies and .NET version for the tests and console demo projects (#135)

Version 1.2.2

22 Jun 10:56
Compare
Choose a tag to compare

Patch release that fixes a problem with upgrading event storage database created using tracker version older than 1.2.1 with the latest version which upgraded the LiteDB dependency to v5.

This release also updates the mobile demo app to work with the latest Xamarin frameworks.

Changelog

  • Fix upgrading storage database from previous versions of LiteDB
  • Upgrade dependencies or modernize the Android Xamarin demo (close #123)

Snowplow.Tracker.PlatformExtensions Version 1.2.2

22 Jun 11:21
Compare
Choose a tag to compare
Snowplow.Tracker.PlatformExtensions/1.2.2

Snowplow.Tracker.PlatformExtensions Version 1.2.2

Version 1.2.1

01 Mar 16:26
Compare
Choose a tag to compare

This patch release upgrades the tracker dependencies. In particular, it upgrades LiteDB to version 5.0.15 fixing a vulnerability in the previous release.

Changelog

  • Upgrade LiteDB to 5.0.15
  • Upgrade Newtonsoft.Json to 13.0.2
  • Upgrade Microsoft.NET.Test.Sdk to 17.5.0 and MSTest to 3.0.2 in test dependencies
  • Upgrade LiteDB to 5.0.15, NETStandard.Library to 2.0.3 and Newtonsoft.Json to 13.0.1 in tracker platform extensions
  • Upgrade iOS demo app dependencies
  • Update copyright headers to 2023

Snowplow.Tracker Version 1.2.1

01 Mar 15:24
Compare
Choose a tag to compare
Snowplow.Tracker/1.2.1

Snowplow.Tracker Version 1.2.1

Snowplow.Tracker.PlatformExtensions Version 1.2.1

01 Mar 16:22
Compare
Choose a tag to compare
Snowplow.Tracker.PlatformExtensions/1.2.1

Snowplow.Tracker.PlatformExtensions Version 1.2.1

Version 1.2.0

13 Jan 14:43
Compare
Choose a tag to compare

Add support for domain session properties (#119)

Snowplow.Tracker Version 1.2.0

13 Jan 12:02
Compare
Choose a tag to compare
Snowplow.Tracker/1.2.0

Snowplow.Tracker Version 1.2.0

Snowplow.Tracker.PlatformExtensions Version 1.2.0

13 Jan 14:36
Compare
Choose a tag to compare
Snowplow.Tracker.PlatformExtensions/1.2.0

Snowplow.Tracker.PlatformExtensions Version 1.2.0

Version 1.1.0

05 Jul 14:04
Compare
Choose a tag to compare

Bump LiteDB to 5.0.10 (#97)
Add netstandard2.0 build (#95)
Add Event Level Subject (#105)
Add in-memory queue option (#77)
Add appId setter to Tracker (#104)
Stop disposing ConnectivityManager on Android (#82)
Migrate LiteDB to use ObjectID autoid (#109)
Bump Snowplow.Tracker.PlatformExtensions dependencies (#103)
Add GitHub Action to build tracker (#21)
Update Snowplow.Tracker.Tests to NET5.0 (#101)
Dispose LiteDb storage in IntegrationTest (#112)
Update NuGet publishing information (#110)
Update Copyright to 2021 (#108)
Update README links to points to Docs (#107)
Add Nuget badge to README (#64)
Add Snyk Github Action (#108)
Add Github Action to release to nuget (#30)
Update Snowplow.Demo.Console to NET5.0 (#102)
Fix release badge link (#86)