Skip to content

Releases: TelemetryDeck/KotlinSDK

2.2.0

16 Jul 07:20
8a5e740
Compare
Choose a tag to compare

What's Changed

  • Fix possible crash when the cache directory doesn't exist by @kkostov in #33
  • Use OkHttp engine to ensure compatibility with Android 5 and 6 by @kkostov in #32

Full Changelog: 2.1.0...2.2.0

2.1.0

26 Jun 07:53
06e27d5
Compare
Choose a tag to compare

What's Changed

  • Add support for navigation signals by @kkostov in #29
  • Fix use of custom user salt when hashing the client id by @kkostov in #30

Full Changelog: 2.0.2...2.1.0

2.0.2

07 May 13:48
08fe243
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1 – Modernisation + Correct Jitpack Version

06 Feb 08:46
42dabdb
Compare
Choose a tag to compare

This release adds support for custom salts, better integration of the environment providers, and fixes a signal type that was named inconsistently.

It also updates the Gradle Plugin and the Ktor client and raises the minimum version to 33 instead of 31. This bugfix release bumps the jitpack version number so we can actually release it.

Thanks so much to @kkostov and @guillaume-tgl for your contributions! 🚀

What's Changed

New Contributors

Full Changelog: 1.1.0...2.0.1

2.0.0 – Modernisation

01 Feb 10:39
e34d954
Compare
Choose a tag to compare

This release adds support for custom salts, better integration of the environment providers, and fixes a signal type that was named inconsistently.

It also updates the Gradle Plugin and the Ktor client and raises the minimum version to 33 instead of 31,

Thanks so much to @kkostov and @guillaume-tgl for your contributions! 🚀

What's Changed

New Contributors

Full Changelog: 1.1.0...2.0.0

1.1.0 – Support more Android Versions

26 Mar 20:38
f0f3017
Compare
Choose a tag to compare

This version allows you to use Android SDK 21 (Lollipop) and higher. It also cleans up the documentation.

What's Changed

  • Allow build on Android API >= 21 by @dvkch in #9
  • Update Readme for supporting API 21 (Lollipop) by @winsmith in #12

New Contributors

Full Changelog: 1.0.1...1.1.0

1.0.1 – Fix a crash when no network is available

24 May 13:55
4b501da
Compare
Choose a tag to compare

This is a bugfix release. It fixes a crash happening on some system when the network connection is not available.

Thanks for the report!

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0 – Initial Release

06 Feb 15:43
a9bf6fe
Compare
Choose a tag to compare

This is the beginning of the Android story for TelemetryDeck.

What's Changed

New Contributors

Full Changelog: https://github.com/TelemetryDeck/KotlinSDK/commits/1.0.0