This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/supply
Releases · fastlane-old/supply
1.0.0 Update to support fastlane 2.0
- Note: Previous fastlane 2.0 compatible releases were removed due to cyclic dependency errors
- This release is only compatible with fastlane 2.0. To continue using fastlane 1, please use older releases
- Calling
<tool-name>
from the commandline is now deprecated. Please usefastlane <tool-name>
instead.
0.9.0 Added support for fastlane 2.0
Added support for fastlane 2.0
0.8.0 Improvements
- Added
validate_only
option for dry-run ability (#7095) - Use the
rollout
option when promoting to the staged rollout track (#6502) - Prompt for
json_key
if it and legacy option are both missing (#6536)
0.7.1 Better error handling
- Wrap all Google Api Client calls in error handling in supply (#4681)
0.7.0 Added Promote to Track feature
- Added "--track_promote_to" option to
supply
for promoting APK between tracks (thanks @sschendel)
0.6.2 Fix crash in APK uploading
- Fixes a crash that occurs when uploading APK files
0.6.1 Non UTF-8 metadata handling improvements
- Force reading metadata and changelogs as UTF-8
0.6.0 Allow uploading of multiple APK files for an app
- Added "apk_paths" param which accepts an array of APK paths to upload to Google Play
0.5.3 Improvements
- Handle non UTF-8 metadata more gracefully
- Improved UI output of error messages, logs and deprecated methods
0.5.2 Increase timeout for uploads
- Set an additional property on the Google API to ensure the timeout is set to 300 seconds