Releases: TelemetryDeck/KotlinSDK
3.0.3
What's Changed
-
This version introduces The Grand Rename. If you're coming from TelemetryDeck SDK 2.x or earlier, please follow the migration guide https://github.com/TelemetryDeck/KotlinSDK?tab=readme-ov-file#migrating-providers-to-30
-
Kotlin SDK for TelemetryDeck is now available from Maven Central
Full Changelog: 2.2.0...3.0.3
2.2.0
2.1.0
2.0.2
What's Changed
- Fix isTestMode should be a string in v1 by @kkostov in #27
- Add buildNumber to signal payload by @guillaume-tgl in #25
Full Changelog: 2.0.1...2.0.2
2.0.1 – Modernisation + Correct Jitpack Version
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
- Add support for custom salt by @kkostov in #18
- Upgrade Gradle Plugin by @kkostov in #17
- Environment provider should allow clients to set environment values by @kkostov in #19
- Fix inconsistent SignalType label by @guillaume-tgl in #15
- Ktor Client and Gradle Plugin Updates by @kkostov in #21
- Fix jitpack release by @kkostov in #22
New Contributors
- @guillaume-tgl made their first contribution in #15
Full Changelog: 1.1.0...2.0.1
2.0.0 – Modernisation
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
- Add support for custom salt by @kkostov in #18
- Upgrade Gradle Plugin by @kkostov in #17
- Environment provider should allow clients to set environment values by @kkostov in #19
- Fix inconsistent SignalType label by @guillaume-tgl in #15
- Ktor Client and Gradle Plugin Updates by @kkostov in #21
New Contributors
- @guillaume-tgl made their first contribution in #15
Full Changelog: 1.1.0...2.0.0
1.1.0 – Support more Android Versions
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
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
This is the beginning of the Android story for TelemetryDeck.
What's Changed
- Add Android SDK by @kkostov in #1
- Configure releases by @kkostov in #3
- Add a basic persistent local cache for signals by @kkostov in #2
New Contributors
Full Changelog: https://github.com/TelemetryDeck/KotlinSDK/commits/1.0.0