All Versions
10
Latest Version
Avg Release Cycle
137 days
Latest Release
1721 days ago

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