Releases: measure-sh/measure
Releases · measure-sh/measure
android-gradle-0.4.0
Fixes
- Fix for plugin breaking the configuration cache by @abhaysood in #986
android-v0.3.0
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
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
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
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
🎉 Initial release
measure-android-0.1.0
🎉 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.