Skip to content

Releases: TelemetryDeck/KotlinSDK

4.0.3

27 Jan 16:48
23d5ae8

Choose a tag to compare

4.0.3 Pre-release
Pre-release

What's Changed

  • Providers should be public and available to consuming apps by @kkostov in #70

Full Changelog: 4.0.2...4.0.3

4.0.2

06 Jan 08:27
0fe3497

Choose a tag to compare

What's Changed

  • We've updated our dependencies to their latest version, including Ktor 3.0.2.
  • [#14] Autogenerate user identifier by @kkostov in #46
  • [#41] Send the correct library version for outgoing signals by @kkostov in #47

Full Changelog: 3.0.3...4.0.2

3.0.3

03 Dec 13:48
d6626be

Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...3.0.3

2.2.0

16 Jul 07:20
8a5e740

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

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

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

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

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

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

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