Skip to content

Releases: matomo-org/matomo-sdk-android

4.3

26 Jun 04:47
088c3e9
Compare
Choose a tag to compare

What's Changed

Dependencies

  • Bump softprops/action-gh-release from 1 to 2 by @dependabot in #481
  • Bump com.android.tools.build:gradle from 8.2.2 to 8.3.2 by @dependabot in #485
  • Bump gradle/wrapper-validation-action from 2 to 3 by @dependabot in #487
  • Bump org.robolectric:robolectric from 4.11.1 to 4.12.1 by @dependabot in #486
  • Bump org.mockito:mockito-core from 5.10.0 to 5.11.0 by @dependabot in #479
  • Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 by @dependabot in #482
  • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.22 to 1.9.24 by @dependabot in #490
  • Bump org.json:json from 20240205 to 20240303 by @dependabot in #478
  • Bump com.android.tools.build:gradle from 8.3.2 to 8.4.0 by @dependabot in #492
  • Bump hannesa2/action-android from 0.1.16.5 to 0.1.16.7 by @dependabot in #493
  • Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 by @dependabot in #494
  • Bump androidx.annotation:annotation from 1.7.1 to 1.8.0 by @dependabot in #495
  • Bump org.robolectric:robolectric from 4.12.1 to 4.12.2 by @dependabot in #496
  • Bump com.android.tools.build:gradle from 8.4.0 to 8.4.1 by @dependabot in #498
  • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.24 to 2.0.0 by @dependabot in #499
  • Bump com.android.tools.build:gradle from 8.4.1 to 8.5.0 by @dependabot in #509
  • Bump androidx.test:core from 1.5.0 to 1.6.0 by @dependabot in #512
  • Bump androidx.test.services:test-services from 1.4.2 to 1.5.0 by @dependabot in #510

Pipeline

Other Changes

Full Changelog: 4.2...4.3

4.2

07 Feb 10:42
d0ca63c
Compare
Choose a tag to compare
4.2

What's Changed

Exciting New Features 🎉

Dependencies

Other Changes

Read more

4.2-beta3

02 Oct 04:45
013e18e
Compare
Choose a tag to compare
4.2-beta3 Pre-release
Pre-release

What's Changed

Other Changes

Full Changelog: 4.2-beta2...4.2-beta3

4.2-beta2

25 Sep 17:08
12361da
Compare
Choose a tag to compare
4.2-beta2 Pre-release
Pre-release

What's Changed

Exciting New Features 🎉

Other Changes

Full Changelog: 4.2-beta1...4.2-beta2

4.2-beta1

10 Oct 09:21
Compare
Choose a tag to compare
4.2-beta1 Pre-release
Pre-release

What's Changed

Exciting New Features 🎉

Other Changes

New Contributors

Full Changelog: 4.1.4...4.2-beta1

v4.1.4

05 Aug 17:45
Compare
Choose a tag to compare

Maintenance & Bugfixes

  • Fix crash when cache is cleared during app session (#312)
  • Fix server-side fingerprinting failing due to device parameters not being injected in subsequent tracking sessions (#310, #319), (ty @kevinslashslash)
  • Bump gradle (#317)
  • Dropped jcenter due to deprecation and switched to JitPack (https://jitpack.io/#matomo-org/matomo-sdk-android)
  • Cleaned up gradle build scripts to fix JitPack issues (4.1.3 didn't deploy correctly via JitPack)

Maintenance & Bugfixes

05 Aug 11:16
Compare
Choose a tag to compare
Pre-release

Reduced impact

29 Jan 22:24
Compare
Choose a tag to compare
  • Reduced impact on app performance (Thanks @Tolriq)

v4.1.1

07 Dec 17:22
Compare
Choose a tag to compare
  • Fixed disk caching loosing events, see #271

Improved edge-case behavior

02 Jul 16:58
Compare
Choose a tag to compare
  • Align user-id / visitor-id behavior with other SDKs. (#256)
  • Fix UncaughtExceptionHandler loosing events on crash (#252)