Releases: fastlane/fastlane
Releases · fastlane/fastlane
2.206.0 Improvements
- [match] add support for Developer ID certificates from G2 Sub-CA (#20145) via Frederik Seiffert (@triplef)
- [spaceship] add ability to invite a single TestFlight user (#20112) via Lucas (@LcTwisk)
- [deliver] add
verify_only
option to deliver (#20247) via Pol Piella (@pol-piella) - [scan] fix scan failing to return results when there are test failures (#20237) via Mahmood Tahir (@tahirmt)
- [docs] remove named parameter from
create_capability
example. (#20197) via Trent Kocurek (@t2) - [spaceship] fix creation App Store Connect API authorization token (#20206) via Yuya Oka (@nnsnodnb)
- [match] add option to skip google account confirmation (#20223) via Tim Sneed (@trsneed)
- [aciton][setup_ci] added timeout param into setup_ci (#20211) via javigines (@javigines)
- [action][danger] add GitHub Enterprise flags (#20216) via Alexander Weiß (@alexanderwe)
- [fastlane] allows aliased tool names (build_app, sync_code_signing, etc) to run from CLI (#20287) via Josh Holtz (@joshdholtz)
- [spaceship] update buildDeliveries request to use app id in path (#20268) via Lukasz Grabowski (@lucgrabowski)
- [spaceship] update
Spaceship::ConnectAPI::User model
to includedelete!
method (#20251) via Liam Nichols (@liamnichols) - [infra] changelog will now show github usernames which makes contributors stand out more in releases (#20214) via Josh Holtz (@joshdholtz)
2.205.2 Improvements
- [action][update_project_provisioning] fail when profile cannot be verified (#20169) via Lukasz Grabowski (@lucgrabowski)
- [match] check validity of provisioning profile certificates when
force_for_new_certificates
option is provided (#20194) via Vitalii Budnik (@nekrich) - [spaceship] refresh token and retry on authorization errors (#19502) via Anderson Mesquita (@andersonvom)
- [frameit] add support for iPhone 13 device family with updated colors (#20148) via Braden Casperson (@casperson)
- [match] fix crash in match when passing a frozen value as app_identifiers (#20125) via Olivier Halligon (@AliSoftware)
2.205.1 Improvements
2.205.0 Fix for Apple ID authentication
- [spaceship] fix for Apple ID authentication - replace teams endpoints (#20083) via Josh Holtz
- [fastlane_core] add env var to skip printing plugins table. (#19963) via Roger Oba
- [action][git_commit action] use safer way of calling
sh
(#19978) via Olivier Halligon - [spaceship] Add unresolved_issues to review submission states and update get_in_progress method (#19979) via Ivan Vrsajkov
- [supply] Prefer all default tracks (#19926) (#20010) via Taneli Korri
- [trainer] Return Test Plan Configuration in JUnit output (#20016) via Seb Skuse
Big thank you to @VrsajkovIvan33 and @valerio-castelli for doing the investigation and majority of the fixing for the Apple ID authentication and session issue ❤️
2.204.3 Improvements
- [trainer][scan] identify skipped tests in
xcresult
and export to Junit format and output in scan (#19957) via Igor Makarov - [Fastlane.Swift] Swift fastlane upgrader #18933 (#19914) via Enrique Garcia
- [pem][spaceship] update development push certificate type ID (#19879) via Igor Makarov
- [snapshot] fix compile error on macCatalyst (#19917) via Philipp Arndt
- [Fastlane.Swift] readPodspec: return map of [String: Any] (#19953) via Hais Deakin
- [match] update :force_for_new_certificates option description (#19938) via Wolfgang Lutz
2.204.2 App Store Connect API is fixed - reverts local filtering
- Revert "[spaceship][deliver][pilot] temporarily fix finding app by filtering by bundle id locally (#19900)" (#19906) via Josh Holtz (@joshdholtz)
Version 2.204.1
will be removed from RubyGems as the temporary fix is no longer needed
2.204.1 Temporary App Store Connect Fix
- [spaceship][deliver][pilot] temporarily fix finding app by filtering by bundle id locally (#19900) via Josh Holtz (@joshdholtz)
2.204.0 Improvements
- [snapshot][fastlane_core] hotfix/simulator not starting Xcode 13 (#19531) via Markus Moltke
- [pilot] support internal groups for testflight (#19735) via Tamas Horvath
- [match] fix typo in Match::Storage::S3Storage#s3_object_path (#19870) via Fotos Georgiadis
- [pilot][upload_to_testflight] Send pkg to mac testflight when both ipa and pkg are available (#19801) via Lukasz Grabowski
- [snapshot] update example devices included with xcode 13.1 (#19615) via David E. Weekly
- [match] add an option to safe remove certs for nuke (#19617) via Lukasz Grabowski
- [Fastlane.swift] fixes issues with running on Apple Silicon #18502 (#19555) via Enrique
- [fastlane] fixes bug in string concatenation of verify_build error message (#19873) via Rogerio de Paula Assis
- [scan] fix issue when scan failed to zip_build_products for
build_for_testing
option (#19875) via Manish Rathi - [trainer][regression] fixes fail_build parameter which stopped working (#19882) via David Cacenabes
2.203.0 Improvements
2.202.0 Deliver uses updated review submission API
- [deliver] migrate to new App Store Connect API 1.7 review submission API (#19838) via Josh Holtz
Notes
deliver
'ssubmit_for_review
andreject_if_possible
are updated to use App Store Connect API version 1.7- Migrates
deliver
to a new API endpoint for review submissions- However,
deliver
does not support submitting multiple items for review yet
- However,
- Previous submission API is now deprecated
- Migrates
Big thank you to @valerio-castelli for preparing spaceship
for these endpoints in #19751