Changelog History
-
v20.05 Changes
May 07, 2020- โ Added sdk metadata to requests
- ๐ Improved handling of failed API requests
- ๐ Fixed null access bug in user details
- ๐ Fixed session duration bug in end session requests
-
v19.08.1 Changes
April 03, 2020- ๐ Fixed a consent bug regaring "view" consent.
-
v19.08 Changes
August 13, 2019- โ Added functionality to record views
- Events now have a timestamp
- โ Adding option to provided a unhandled exception handler for UWP
- ๐ Removing seperate build for windows 8 targets
-
v19.02.1 Changes
May 31, 2019- [Common, UWP] Reworked Storage for UWP so that it does not use PCLStorage
-
v19.02 Changes
March 11, 2019- โ Added support for uploading larger server requests
- ๐ Fixed metrics that might reveal more information about users then wanted
๐ In the next major release the support for the PCL profile32 "portable-win81+wpa81" will be dropped. Those platforms would have to try and integrate one of the other build targets.
-
v18.10.0 Changes
October 23, 2018๐ Removing support for wp7 and wp8 platform targets
๐ SDK should now have xml documentation
๐จ Refactored internals so that they are the same among all platform targets. Each target has it's own platform specific overrides.
Assemblies are now strong name signed
Transformed the 'Countly' from a static class into a singleton
โ Added new init and session control calls
[net35] Adding option for providing custom data path.
DeviceId is now saved and loaded on each start
โ Adding new ways for generating deviceId
โ Added functionality to used developer supplied deviceId
โ Added functionality to change deviceId with or without on server merge
โ Added functionality to create events with duration
โ Added functinality to send location
โ Adding functionality for user feature consent
โ Added locale to metrics
๐ Fixed deserialization bugs
๐ Fixed bug where crashes would not show up in dashboard
๐ Fixed a timestamp bug
-
v18.1.0 Changes
February 20, 2018- ๐ Fixing multithreading bug
- โ Adding multithreading protections
- โ Adding UWP as target platform
-
v1.2.9 Changes
July 26, 2017- ๐ [windows] Changed the exception storage from localSettings to a file so that it's possible to store more entries.
- ๐ [windows] Replaced the System.Net.HttpClient with Windows.Web.Http.HttpClient and reusing it for api calls.
- ๐ [windows, wp8] Replaced DispatchTimer with ThreadPoolTimer.
- [wp8] Reusing the HttpClient for api calls.
-
v1.2.4 Changes
April 03, 2017- โ Added .NET4.0 Client Profile and Portable Class Library SDKs.
- ๐ Fixed multiple threading logging issue.
- ๐ Fixed exceptions logging issue
-
v1.0 Changes
December 18, 2016๐ First release