fastlane-plugin-firebase_app_distribution

fastlane plugin for Firebase App Distribution. https://firebase.google.com/docs/app-distribution

MIT License

Stars
167
Committers
21
fastlane-plugin-firebase_app_distribution - v0.9.1 Latest Release

Published by kaibolay 6 months ago

What's Changed

  • Check test_certificates for nil by @kaibolay in #368 to fix #367.

Full Changelog: https://github.com/firebase/fastlane-plugin-firebase_app_distribution/compare/v0.9.0...v0.9.1

fastlane-plugin-firebase_app_distribution - v0.9.0

Published by lfkellogg 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/firebase/fastlane-plugin-firebase_app_distribution/compare/v0.8.1...v0.9.0

fastlane-plugin-firebase_app_distribution - v0.8.1

Published by kaibolay 9 months ago

fastlane-plugin-firebase_app_distribution - v0.8.0

Published by kaibolay 10 months ago

fastlane-plugin-firebase_app_distribution - v0.7.4

Published by tonybaroneee about 1 year ago

  • Fix bug where binary file names with non-ASCII characters failed to upload
fastlane-plugin-firebase_app_distribution - v0.7.3

Published by tagboola about 1 year ago

  • Fix bug where debug information isn't being printed for authentication errors.
fastlane-plugin-firebase_app_distribution - v0.7.2

Published by lfkellogg about 1 year ago

fastlane-plugin-firebase_app_distribution - v0.7.1

Published by lfkellogg about 1 year ago

  • 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
fastlane-plugin-firebase_app_distribution - v0.7.0

Published by rebehe about 1 year ago

  • Use generated API client
fastlane-plugin-firebase_app_distribution - v0.6.1

Published by kaibolay over 1 year ago

Support group_alias parameter for remove_testers_action. #313

fastlane-plugin-firebase_app_distribution - v0.6.0

Published by kaibolay over 1 year ago

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

  • @garry-jeromson made their first contribution with #309
fastlane-plugin-firebase_app_distribution - v0.5.0

Published by tagboola over 1 year ago

  • 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.
fastlane-plugin-firebase_app_distribution - v0.4.2

Published by rebehe over 1 year ago

  • Actually fix file permissions in gem.
fastlane-plugin-firebase_app_distribution - v0.4.1

Published by rebehe over 1 year ago

  • Fix file permissions in gem.
fastlane-plugin-firebase_app_distribution - v0.4.0

Published by rebehe almost 2 years ago

  • Links to new releases are now available. These links help you manage binaries and ensure that testers and other developers have the right release.
fastlane-plugin-firebase_app_distribution - v0.3.8

Published by kaibolay almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastlane/fastlane-plugin-firebase_app_distribution/compare/v0.3.7...v0.3.8

fastlane-plugin-firebase_app_distribution - v0.3.7

Published by manny-jimenez about 2 years ago

  • Catch parser error and improve error handling
fastlane-plugin-firebase_app_distribution - v0.3.6

Published by kaibolay about 2 years ago

  • Increase upload timeout to 5 minutes.
fastlane-plugin-firebase_app_distribution - v0.3.5

Published by tagboola about 2 years ago

  • Deprecate firebase_app_distribution_login action. The firebase_app_distribution_login will be removed in Q1 2023.
fastlane-plugin-firebase_app_distribution - v0.3.4

Published by tagboola over 2 years ago

  • Fixes bug with the firebase_app_distribution_login action (see #269 for more details).
  • Fixes bug where we were incorrectly removing spaces from groups (see #266 for more details). Now we only trim leading and trailing spaces from the groups passed in via the groups parameter.