Skip to content

Releases: firebase/fastlane-plugin-firebase_app_distribution

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

v0.6.0

05 Jun 17:12
3443307
Compare
Choose a tag to compare

What's Changed

  • Add add_tester_groups action: Enable users to create tester groups.
  • Modify add_testers action to allow specifying group alias

New Contributors

v0.5.0

15 Feb 17:39
aeb3e01
Compare
Choose a tag to compare
  • Remove deprecated login action.
  • Update firebase_app_distribution action to return a hash representing the release. The action also stores a hash representing the release in lane_context[SharedValues::FIREBASE_APP_DISTRO_RELEASE].
  • Fix bug where accessing SharedValues::FIREBASE_APP_DISTRO_LATEST_RELEASE caused a uninitialized constant Fastlane::Actions::SharedValues::FIREBASE_APP_DISTRO_LATEST_RELEASE error.

v0.4.2

24 Jan 22:29
f214169
Compare
Choose a tag to compare
  • Actually fix file permissions in gem.

v0.4.1

24 Jan 22:18
ed70797
Compare
Choose a tag to compare
  • Fix file permissions in gem.

v0.4.0

19 Jan 17:54
67e717c
Compare
Choose a tag to compare
  • Links to new releases are now available. These links help you manage binaries and ensure that testers and other developers have the right release.

v0.3.8

10 Dec 20:15
7157246
Compare
Choose a tag to compare

What's Changed

  • Added configurable upload timeout to firebase_app_distribution_action by @spatenotte in #287
  • Removed misleading "Authenticated successfully" message by @kaibolay in #286
  • Added fad-icon.png to spec.files by @kaibolay in #283

New Contributors

Full Changelog: v0.3.7...v0.3.8

v0.3.7

28 Sep 14:15
c6d0575
Compare
Choose a tag to compare
  • Catch parser error and improve error handling

v0.3.6

09 Sep 17:08
b1d304a
Compare
Choose a tag to compare
  • Increase upload timeout to 5 minutes.