Skip to content

22.06.0

Compare
Choose a tag to compare
@ZahidZafar ZahidZafar released this 09 Sep 11:45
· 37 commits to master since this release
e008b66
  • !! Major breaking change !! We are adding the 'cly' namespace on 'Countly' class which will change how that class can be referenced. 'Countly::' will not work, you will have to use 'cly::Countly::' instead.
  • !! Major breaking change !! We are extracting the 'Event' class out of the 'Countly' class which will change how that class can be referenced. 'Countly::Event' will not work, you will have to use 'cly::Event' instead.
  • !! Major breaking change !! Increased the compiler version required to compile the SDK. It's increased from version C++11 to C++14.
  • Making network requests has been reworked. They will now be sent on a separate thread. Requests will also be added in an internal queue and will be sent one at a time.
  • When making network requests, the SDK will now unlock it's mutex.
  • Fixed a bug that caused an exception on windows when encoding data that contains special characters.