Skip to content

Releases: fastlane/fastlane

2.195.0 Improvements

25 Sep 01:49
80e665e
Compare
Choose a tag to compare
  • [snapshot] added 10 second timeout to wait for device to fully boot before overriding status bar (adjust by setting SNAPSHOT_SIMULATOR_WAIT_FOR_BOOT_TIMEOUT environment variable) (#19380) via Josh Holtz
  • [match] Add ability to include all development certificates to the development provisioning profile (#19340) via Vitalii Budnik
  • [supply][docs] Improve gradle action explaining android.injected.version.code and name can be used to change versionCode and versionName. (#19370) via Elias Lecomte
  • [action][crashlytics] remove deprecated/legacy action for uploading binaries (#19371) via Josh Holtz

2.194.0 Improvements

15 Sep 20:51
a561611
Compare
Choose a tag to compare
  • [action][notarize] add support for api_key parameter (#19353) via Vitalii Budnik
  • [snapshot] wait for simulator to boot before overriding status bar (#19344) via Joseph Duffy
  • [fastlane_core] build watcher fails when build_beta_detail is nil - fix (#19331) via Lukasz Grabowski
  • [supply] fixed supply promote uploading metadata to wrong track (#19343) via Jonas Kalderstam
  • [docs] change links for api_key option explanation in App Store Connect API Key docs (#19350) via Lukasz Grabowski
  • [action][slather] add github option to slather action (#19347) via Atsuto Yamashita

2.193.1 Improvements

02 Sep 13:26
f2aa106
Compare
Choose a tag to compare
  • [gradle] add output context with "tasks" options (#19312) via David Kuo
  • [match] ignore force_for_new_devices for developer_id provisioning type (#19314) via Vitalii Budnik
  • [match] don't force update macos development certs if macos device count unchanged (#19315) via Vitalii Budnik
  • [pilot][upload_to_testflight] add missing method (#19319) via David Brunow

2.193.0 Mac support for pilot and other improvements

31 Aug 19:01
ac2114e
Compare
Choose a tag to compare
  • [action][zip] add default empty array values in ZipAction initialize (#19304) via Lukasz Grabowski
  • [match] don't add key to keychain if cert already present (#19285) via Sagar Ganiga
  • [pilot][upload_to_testflight] add Mac support (upload and distribute macOS apps) (#19296) via Josh Holtz

2.192.0 Improvements

24 Aug 04:44
f266678
Compare
Choose a tag to compare
  • [spaceship] retries developer portal requests that receive 502 Bad Gateway up to 5 times (usually works after 1 retry) (#19273) via Josh Holtz
  • [action][notarize] support using notarytool instead of altool if using Xcode 13 and up (#19235) via Josh Holtz
  • [frameit] fix missing iPad Pro (2nd generation) frames (#19258) via Andres Riofrio
  • [supply] automatically rescue changesNotSentForReview errors (#19248) via Joe Flateau
  • [produce] fix service name typo for Produce (#19261) via Shyam Lad
  • [fastlane] optimize bash and zsh completion scripts (#19232) via Marc Cornellà
  • [sigh] fixed the broken fastlane sigh manage -e command (#18760) via Manish Rathi
  • [action][create_xcframework] missing parameters in create xcframework (#19229) via José González
  • [spaceship] add Internal beta group (#19063) via Eric Wu
  • [pilot] added the Pilot::BuildManager::update_build_beta_details method unit tests (#19226) via Manish Rathi
  • [action][push_git_tags] escaping branch tag name in push_git_tags action (#19223) via Xiang Liu
  • [action][zip] fix regression in zip by escaping all args (#19215) via Liam Nichols

2.191.0 Improvements

06 Aug 19:18
2720dab
Compare
Choose a tag to compare
  • [produce][spaceship] add ability to fetch and display available bundle capabilities (#19168) via Shyam Lad
  • [supply] fix upload_mapping for multiple mapping_paths (#19211) via Steffen Rusitschka
  • [spaceship] add requests to remove or replace visible apps (#19200) via Lukasz Grabowski
  • [regression][zip] fix the shellescape for the folder path (#19207) via Manish Rathi
  • [deliver] introduce a new synchronization logic for screenshots (#19070) via Satoshi Namai

2.190.0 Improvements

03 Aug 00:20
3b4186b
Compare
Choose a tag to compare
  • [pilot] added the Pilot::BuildManager::list method unit tests (#19191) via Manish Rathi
  • [pilot] added the Pilot::BuildManager::check_for_changelog_or_whats_new! method unit tests (#19190) via Manish Rathi
  • [action] add no-ansi option to clean_cocoapods_cache action (#19189) via Atsuto Yamashita
  • [spaceship] Add visible_apps relationship to invite users with app permissions and fetch user's app permissions (#19053) via Lukasz Grabowski
  • [spaceship] Adding three missing beta testers/groups methods (#19039) via gsavit
  • [clean_cocoapods_cache] Add verbose option (#19188) via Atsuto Yamashita
  • [action] add frozen option to bundle_install action (#19183) via Atsuto Yamashita
  • [action] add silent option to clean_cocoapods_cache action (#19187) via Atsuto Yamashita
  • [action][clean_cocoapods_cache] Add allow-root option (#19185) via Atsuto Yamashita
  • [action][bundle_install] add redownload option to bundle_install action (#19182) via Atsuto Yamashita
  • [fastlane_core] mask passwords in verbose output (#19173) via Christoph Dreis
  • [action][app_store_connect_api_key] Change default token duration (#19175) via David Brunow
  • [action][zip] Add :include and :exclude config options (#19149) via Liam Nichols
  • [spaceship] Add x-csrf-itc header to requests (#19145) via William Peterson
  • [sigh] skip cert verification on linux & Windows (#19116) via Abdul Wadood
  • [fastlane_core] skip overriding String.clear method when disabling colorization. (#19139) via Maxim Konstantinov
  • [scan] Fix typo in xcpretty_reporter_options_generator.rb (#19122) via Ikko Ashimine

2.189.0 Improvements

28 Jul 15:58
3e60f1c
Compare
Choose a tag to compare
  • [scan] add support for SPM packages with new :package_path option (#19034) via Josh Holtz
  • [supply] add new option for changes_not_sent_for_review (#19117) via Joe Flateau
  • [precheck] remove all instances of is_string in options and use type (#19075) via Manish Rathi

2.188.0 Important fix for Apple ID auth

22 Jul 19:21
5e60ee4
Compare
Choose a tag to compare

‼️ This is a must have update to fix some authentication issues for Apple ID Auth

  • [spaceship] new team switching endpoint (#19132) via Josh Holtz
  • [fastlane] bump addressable to >= 2.8 for patch security vulnerability (#19087) via Josh Holtz
  • [action] gradle: Update for GRADLE_OUTPUT_JSON_OUTPUT_PATH and GRADLE… (#19038) via Bình Phạm
  • [fastlane] added rubocop rule for no is_string in fastlane folder and actions (#19069) via Josh Holtz
  • [fastlane][plugins] updated the ruby version in plugins' template (#19046) via Manish Rathi
  • [screengrab] update dependencies and remove a jcenter dependency (#19020) via penn5
  • [action] remove all instances of is_string in options and use type for appledoc (#19042), update_url_schemes (#19027), validate_play_store_json_key (#19030), version_get_podspec (#19031), upload_symbols_to_sentry (#19029), upload_app_privacy_details_to_app_store (#19028), xcode_server_get_assets (#19032), update_urban_airship_configuration (#19026), update_project_provisioning (#19025), update_plist (#19024), update_keychain_access_groups (#19023), update_info_plist (#19022), update_icloud_container_identifiers (#19021) via Manish Rathi

2.187.0 Improvements

29 Jun 02:36
4addbe8
Compare
Choose a tag to compare
  • [screengrab] general improvements, removed deprecated and un-needed code (#18003) via penn5
  • [produce][spaceship] update bundle capability API and add new bundle capabilities (#18853) via Shyam Lad
  • [action][setup_jenkins] Fix type for add_keychain_to_search_list option (#19005) via Manish Rathi
  • [action][sourcedocs] Fix options formatting (#18993) via Manish Rathi
  • [snapshot] enable Snapshot to take Apple Watch 44mm screenshots (#1709) (#18890) via Matthew Flint
  • [action][create-keychain] allow timeout: 0 to specify "no time-out" (#18894) via Manish Rathi
  • [action] remove all instances of is_string in options and use type for unlock_keychain (#19000),slather (#18991),update_app_group_identifiers (#19001),update_code_signing_settings (#19002),update_fastlane (#19003),twitter (#18999),tryouts (#18998),testfairy (#18997),ssh (#18996),s3 (#18977),say (#18978),spm (#18995),splunkmint (#18994),sonar (#18992),slack (#18990),sh (#18989),setup_travis (#18988),setup_jenkins (#18987),setup_circle_ci (#18986),setup_ci (#18985),set_pod_key (#18984),set_info_plist_value (#18983),set_github_release (#18982),set_changelog (#18981),set_build_number_repository (#18980),scp (#18979),run_tests (#18964),rsync (#18963),resign (#18962),reset_simulator_contents (#18961),reset_git_repo (#18960),register_devices (#18959),puts (#18958),push_git_tags (#18957),prompt (#18956),podio_item (#18955),pod_push (#18954),oclint (#18953),number_of_commits (#18952),notarize (#18951),nexus_upload (#18950),modify_services (#18949),make_changelog_from_jenkins (#18948),mailgun (#18947),lcov (#18946),latest_testflight_build_number (#18945)