Releases: getsentry/action-app-sdk-overhead-metrics
Releases · getsentry/action-app-sdk-overhead-metrics
1.8.0
Features
- Automatically reconnect the appium client in case of startup time collection failure. (#22)
1.7.0
Features
- Graceful handling of individual failed startup-time tests, when the startup time couldn't be read from the device in less than 10 % of runs. (#13)
Dependencies
- Update Gradle version from
7.5.1
to 8.9
(#16)
- Update Java version from
11
to 17
(#17)
- Update Kotlin version from
1.7.10
to 2.0.10
(#18)
- Update internal dependencies (#20)
1.6.0
Fixes
- Update Appium version used in Sauce Labs from EOL
2.0.0
to appium2-20240701
(#13)
1.5.0
Features
- Improve log output for StartupTimeTest. (#7)
Dependencies
- Update
action/checkout
, action/setup-java
and action/upload-artifact
to latest versions due to NodeJS 16 deprecation in actions.
1.4.1
Fixes
- Don't fail on previous results download if an artifact is expired.
1.4.0
Changes
- Replace deprecated set-output with writing to
GITHUB_OUTPUT
.
Dependencies
1.3.0
Features
- Collect and print previous data on the same branch and data from the main branch.
1.2.0
Features
- Retry startup time collection if standard deviation of the collected data is too high.
Fixes
- Support running with URL-based app paths on Windows (avoid
Path.of()
if path contains ':').
1.1.0
Features
- Add name input argument
- Use Samsung Galaxy S22 as the default Android device due to better availability on SauceLabs
Fixes
- SauceLabs recently limited logcat access to 10k items
1.0.1
Fixes
- Select required Java SDK version automatically