Skip to content

Releases: measure-sh/measure

android-gradle-plugin-v0.5.0

19 Aug 12:10
Compare
Choose a tag to compare

Features

  • Add version constraints for bytecode transformation to ensure bytecode transformation is applied only to library
    versions which are compatible by @abhaysood in #1053

Fixes

  • fix(android): plugin does not break configuration cache by @abhaysood in #986

android-v0.4.0

06 Aug 03:31
Compare
Choose a tag to compare

0.4.0

Features

  • Add ability to turn on logs for the SDK, logs are disabled by default by @abhaysood in #925
  • Add ability to configure sampling rate for non-crashed sessions by @abhaysood in #955
  • Improved event export with export for non-crashed sessions, crashed sessions and launch events. Earlier all events were always exported. by @abhaysood in #955

Fixes

android-gradle-0.4.0

06 Aug 06:04
Compare
Choose a tag to compare

Fixes

  • Fix for plugin breaking the configuration cache by @abhaysood in #986

android-v0.3.0

16 Jul 11:49
Compare
Choose a tag to compare

Summary

  • Better session management. A new session is created when the app is launched after a certain
    period of inactivity. Prior to this, a new session was created during cold start by @abhaysood in #793.
  • Improved export logic for better session replay during crashes. Earlier, exceptions were at times
    exported without events that occurred just before the crash, leading to incomplete session replay by @abhaysood in #755.
  • Improved executor services usage. Does not have any impact on the SDK usage by @abhaysood in #849.
  • Network attributes are now non-nullable. Does not have any impact on the SDK usage by @abhaysood in #726.
  • Using vanniktech/gradle-maven-publish-plugin for publishing to maven by @abhaysood in #862.

android-gradle-plugin-v0.3.0

16 Jul 11:50
Compare
Choose a tag to compare

Summary

  • Use vanniktech/gradle-maven-publish-plugin for publishing to maven by @abhaysood in #862.
  • Add measure extension to allow configuring the plugin by @abhaysood in #912.
  • Missing API key or URL in manifest does not fail builds by @abhaysood in #911.

measure-android-gradle-0.2.0

08 Jun 20:26
Compare
Choose a tag to compare
ci: ignore functional tests for gradle plugin

functional tests are taking too long, will be enabled again once this is fixed

measure-android-0.2.0

08 Jun 19:07
Compare
Choose a tag to compare

Description

This is a release after many months, thereby contains a huge change-set. Future releases will be made more frequently.

measure-android-gradle-0.1.0

20 Jan 13:23
Compare
Choose a tag to compare

🎉 Initial release

measure-android-0.1.0

20 Jan 13:05
Compare
Choose a tag to compare

🎉 Initial release!

This is the first release of Measure Android SDK and contains a number of features to monitor Android apps in production. Know more about some of the features we have documented in the Readme.