Skip to content

Releases: Automattic/Automattic-Tracks-Android

5.1.2

28 Jun 09:05
94ca002

Choose a tag to compare

What's Changed

  • Fix all Simplenote users and Pocket Cast users being set to Day One users by @MiSikora in #223

Full Changelog: 5.1.1...5.1.2

5.1.1

04 Jun 14:46
54c6e41

Choose a tag to compare

What's Changed

  • Move decorating events with mutable device info to a background thread by @wzieba in #214
  • Track SDK version code by @MiSikora in #219
  • Move Sentry config to CrashLogging manifest by @wzieba in #221

New Contributors

Full Changelog: 5.1.0...5.1.1

5.1.0

07 May 12:12
39a82f2

Choose a tag to compare

What's Changed

  • 🆕 Allow consumers to specify sample rate by @wzieba in #217
  • 🛠️ Make user details nullable and null by default by @wzieba in #218
  • 🛠️ Remove attaching Tracks version to user agent by @wzieba in #215

Full Changelog: 5.0.0...5.1.0

5.0.0

24 Apr 14:58
b875b18

Choose a tag to compare

What's Changed

  • Create crashlogging module, move crash logging classes there by @wzieba in #212
    ⚠️ BREAKING CHANGE: Introduce
dependencies {
    implementation "com.automattic.tracks:crashlogging:<tracks-version>"
}

dependency to access CrashLogging code.

  • Introduce initialize method by @wzieba in #213
    ⚠️ BREAKING CHANGE: Initialize CrashLogging with initialize in Application
@Inject lateinit var crashLogging: CrashLogging

override fun onCreate() {
    super.onCreate()
    crashLogging.initialize()
    ...
}
  • build(deps): bump io.sentry:sentry-bom from 7.5.0 to 7.8.0 by @dependabot in #211

Full Changelog: 4.0.2...5.0.0

4.0.2

27 Mar 16:52
24b93fc

Choose a tag to compare

What's Changed

  • fix: do not set null release if SetByTracksLibrary requested by @wzieba in #209

Full Changelog: 4.0.1...4.0.2

4.0.1

27 Mar 14:01
7d173ed

Choose a tag to compare

What's Changed

  • Make SetByApplication a data class by @wzieba in #208

Full Changelog: 4.0.0...4.0.1

4.0.0

27 Mar 11:54
8818219

Choose a tag to compare

What's Changed

  • BREAKING CHANGE: Allow consumers to delegate release name creation to the SDK by @wzieba in #206

CrashLoggingDataProvider#releaseName changed its type from String to com.automattic.android.tracks.crashlogging.ReleaseName.

Full Changelog: 3.6.0...4.0.0

3.6.0

26 Mar 17:39
c4ca5e6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.5.0...3.6.0

3.5.0

08 Mar 14:59
7f6f941

Choose a tag to compare

What's Changed

  • Add JS exception reporting #202
  • Bump Bump io.sentry:sentry-bom from 6.32.0 to 7.5.0 by @dependabot in #201

Full Changelog: 3.4.0...3.5.0

3.4.0

06 Feb 15:55
c1489db

Choose a tag to compare

What's Changed

  • [Nullability Annotations to Java Classes] Add wordpress.lint Dependency by @ParaskP7 in #196
  • Bump io.sentry:sentry-bom from 6.18.1 to 6.32.0 by @dependabot in #195

Full Changelog: 3.3.0...3.4.0