Skip to content

Releases: measure-sh/measure

v0.2.1

25 Sep 09:57
v0.2.1
Compare
Choose a tag to compare

0.2.1 - 2024-09-25

🐛 Bug fixes

  • (backend): Crash/anr details instances plot won't load sometimes (#1298) by @detj in #1298
  • (frontend): Add option to handle no data & not onboarded in filters by @anupcowkur in #1299

📚 Documentation

android-v0.7.0

25 Sep 05:42
Compare
Choose a tag to compare

0.7.0

✨ Features

  • feat(android): report activity launched with saved state as warm launch by @abhaysood in #1247
  • feat(android): handle warm launches that are lukewarm by @abhaysood in #1268
  • feat(android): add parent fragment to fragment lifecycle events by @abhaysood in #1262

🐛 Fixes

🔧 Others

  • chore(android): update sdk version to 35 and agp to 8.6 by @abhaysood in #1253

Full Changelog: android-v0.6.1...v0.7.0

android-gradle-plugin-v0.6.1

25 Sep 05:43
Compare
Choose a tag to compare

0.6.0

🐛 Fixes

Full Changelog: android-gradle-plugin-v0.6.0...v0.6.1

v0.2.0

24 Sep 21:00
Compare
Choose a tag to compare

0.2.0 - 2024-09-24

✨ New features

🐛 Bug fixes

  • (backend): Overview instance plot would not load for some cases (#1288) by @detj in #1288
  • (backend): Round crash rate metrics to 2 decimal places by @anupcowkur in #1284
  • (backend): Update warm_launch ingest by @detj
  • (backend): Set warm launch duration threshold to 10s by @abhaysood
  • (backend): Use client timezone for plots by @anupcowkur in #1224
  • (backend): Round crash and anr contribution percentage to 2 decimal places (#1221) by @detj in #1221
  • (backend): Addressed ingestion failures related to ip inspection (#1197) by @detj in #1197
  • (backend): Nil pointer dereference when ingesting low_memory events (#1190) by @detj in #1190
  • (frontend): Hide attachment data in session replay event body by @anupcowkur in #1259
  • (frontend): Only attempt to show attachments for crashes/anrs in sesion replay by @anupcowkur in #1258
  • (frontend): Add missing useEffect deps for journey by @anupcowkur in #1230
  • (frontend): Use whole int left axes for crash + anr instances plots by @anupcowkur in #1219

🔨 Misc

  • (backend): Capture more details in otel traces (#1289) by @detj in #1289
  • (backend): Add new sessions by @abhaysood in #1268
  • (backend): Add os_page_size attribute by @abhaysood in #1211
  • (backend): Additional log for anomalous cold launch duration (#1199) by @detj in #1199
  • (backend): Format log line (#1189) by @detj in #1189
  • (frontend): Use selected filters instead of expanded params by @anupcowkur in #1244
  • (frontend): Fix table column widths and move paginator to top right by @anupcowkur in #1232
  • (frontend): Refactor filter application to api calls by @anupcowkur in #1229
  • (frontend): Refactor time utils to have separate functions for human readable datetime, date only and time only by @anupcowkur in #1225

⚰️ Removed

  • (backend): Remove compose profile by @detj

📚 Documentation

android-v0.6.1

04 Sep 14:29
Compare
Choose a tag to compare

Fixes

  • 🐛 fix(android): handle exceptions when loading native library by @abhaysood in #1179
  • 🐛 fix(android): NPE when app visible time isn't available to calculate launch time by @abhaysood in #1183
  • 🧹 refactor(android): remove usage of double bang operator by @abhaysood in #1185

Full Changelog: android-v0.6.0...android-v0.6.1

v0.1.1

31 Aug 14:28
Compare
Choose a tag to compare

[0.1.1] - 2024-08-31

🐛 Bug fixes

  • (backend): Handle no selected versions for app journey & metrics by @anupcowkur in #1158

v0.1.0

30 Aug 23:10
Compare
Choose a tag to compare

0.1.0 - 2024-08-30

✨ New features

🐛 Bug fixes

  • (backend): Fix incorrect filter query for crash & anr groups by @anupcowkur in #1153
  • (backend): Proceed with event ingestion on symbolication failure by @anupcowkur in #1134
  • (backend): Handle exception/anr groups with no events by @anupcowkur in #1098

🔨 Misc

⚰️ Removed

📚 Documentation

android-v0.6.0

21 Aug 10:30
Compare
Choose a tag to compare

Fixes

Full Changelog: android-v0.5.0...0.6.0

android-gradle-plugin-v0.6.0

21 Aug 11:37
Compare
Choose a tag to compare

Features

  • Apply bytecode transformation only for supported dependency versions by @abhaysood in #1087

Full Changelog: https://github.com/measure-sh/measure/compare/android-gradle-pluginv0.5.0...0.6.0

android-v0.5.0

19 Aug 12:10
Compare
Choose a tag to compare

Features

  • Allow configuring http urls for which to enable collection of http events. This configuration is simpler to setup
    than finding out all URLs to block by @abhaysood in #1020

Fixes

  • fix(android): gracefully handle session and event insertion failures by @abhaysood in #1008
  • fix(android): overflow due to incorrect data type for time by @abhaysood in #1014

Full Changelog: android-v0.4.0...0.5.0