Releases: firebase/fastlane-plugin-firebase_app_distribution
Releases · firebase/fastlane-plugin-firebase_app_distribution
v0.9.1
v0.9.0
What's Changed
- The plugin now provides a smoke testing capability via App Distribution's “Automated tester” for Android apps. The feature is available in beta mode, and automatically runs tests on your Android apps on virtual and physical devices at different API levels. Run
bundle exec fastlane action firebase_app_distribution
to see all available flags. To learn more about automated tests, see Run an automated test for Android apps. - Support automated tests by @kaibolay in #351
- Don't throw an exception if there are no testers with UDIDs by @kaibolay in #363 (fixes Issue #362)
New Contributors
- @MaesterChestnut made their first contribution in #356
Full Changelog: v0.8.1...v0.9.0
v0.8.1
What's Changed
- Inline
init_client
by @kaibolay in #349 - Miscellaneous cleanup. by @kaibolay in #350
- Update descriptions of some config items by @kaibolay in #352
- Add auth method with json content data by @fxsalazar in #354
New Contributors
- @fxsalazar made their first contribution in #354
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Validate credential account by @adrianha in #345
- Use generated API clients by @kaibolay in #347
- Application default credentials are now used as the last authentication option.
New Contributors
Full Changelog: v0.7.4...v0.8.0
v0.7.4
- Fix bug where binary file names with non-ASCII characters failed to upload