Releases: mParticle/mparticle-dotnet-sdk
Releases · mParticle/mparticle-dotnet-sdk
v1.4.0
v1.3.0
- 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
- ATT Update
v1.1.0
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 theMParticle.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
Update Version to 1.0.0 for release - Major refactor