Skip to content

Releases: firebase/fastlane-plugin-firebase_app_distribution

v0.9.1

30 Apr 21:08
4bc7839
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

08 Feb 17:03
a735c0e
Compare
Choose a tag to compare

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

Full Changelog: v0.8.1...v0.9.0

v0.8.1

15 Jan 17:51
52678c4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

02 Jan 20:35
3f7f66c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.4...v0.8.0

v0.7.4

27 Sep 21:03
55aaa28
Compare
Choose a tag to compare
  • Fix bug where binary file names with non-ASCII characters failed to upload

v0.7.3

07 Sep 13:40
b8f1353
Compare
Choose a tag to compare
  • Fix bug where debug information isn't being printed for authentication errors.

v0.7.2

04 Aug 10:55
bc4599c
Compare
Choose a tag to compare
  • Fixes an issue since 0.7.0 where binary uploads were taking much longer to finish, occasionally causing timeout errors (#330)

v0.7.1

02 Aug 20:11
65ca804
Compare
Choose a tag to compare
  • Removed dependency on deprecated google-api-client gem
  • Fixed bug where upload_timeout parameter was not being used as the send timeout during binary upload

v0.7.0

01 Aug 19:04
a62e57b
Compare
Choose a tag to compare
  • Use generated API client

v0.6.1

07 Jun 20:11
23baf03
Compare
Choose a tag to compare

Support group_alias parameter for remove_testers_action. #313