Skip to content

Releases: mParticle/mparticle-dotnet-sdk

v1.4.0

28 Jun 21:47
afd7b59

Choose a tag to compare

  • Update Newtonsoft.Json to version 13.0.1
  • Implement rate limiting support for logEvent

v1.3.0

06 Jan 22:26
d311baa

Choose a tag to compare

  • Correct the type of some ~UnixtimeMs variables (int to long)
  • Bump RestSharp from 106.11.7 to 106.12.0 in /src/mParticle.Sdk

v1.2.0

06 Jan 21:53

Choose a tag to compare

  • ATT Update

v1.1.0

18 Dec 02:17

Choose a tag to compare

Features and Fixes

  • Added MParticle.uploadAsync() method which provides an asynchronous method for forcing an upload of all events currently enqueued. The Task returned by this method will complete when the upload of these items completes
    fixed the MParticle.upload() method. Previously, this method would complete when after the enqueued events where packaged into Batches and the upload request was initiated, but it was fixed so that the method does not complete until the upload request completes

Initial Release

07 Jul 22:45

Choose a tag to compare

Update Version to 1.0.0 for release

- Major refactor