8000 Releases Β· fastlane/fastlane Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: fastlane/fastlane

2.227.2 Improvements

05 May 13:30
065f846
Compare
Choose a tag to compare
  • [deliver] Fix altool not logging errors (#29545) via TCROC (@TCROC)
  • [precheck] fix typo in precheck error (#22086) via Hans KnΓΆchel (@hansemannn)
  • [pilot] ability to upload ipas to Testflight from Linux (#22014) via Cristian Caruceru (@ccaruceru)
  • [docs] Clarify only-testing/skip-testing format (#27585) via Ben LaVerriere (@benlaverriere)

2.227.1 Improvements

09 Apr 01:31
95cab31
Compare
Choose a tag to compare
  • [match] fix error with universal provisioning filter ("'UNIVERSAL' is not a valid filter value") (#29500) via Michael Neeley (@redreceipt)
  • Bump xcpretty to version 0.4.1 (#29516) via Iulian Onofrei (@revolter)
  • [scan] Remove unnecessary shellescape when generating -resultBundlePath option (#22285) via Junfeng (@hujunfeng)

2.227.0 Improvements

13 Mar 13:39
5fe081f
Compare
Choose a tag to compare
  • Fix - Handle nil expiration_date in valid? method for pending certifi… (#29352) via Tamilarasu (@iTamilan)
  • Switch Onesignal to use the new Organization keys (#29229) via Michael Neeley (@redreceipt)
  • Make sure verbose logging shows logs from the notarytool (#27546) via Paul Taykalo (@PaulTaykalo)
  • Update AppStoreConnect Documentation to account for language change (#27624) via Adam St. Onge (@Adam0101)
  • [docs] Remove app review times link (#27549) via Michal Ε rΕ―tek (@michalsrutek)
  • moves note about being overwritten to top of README (#27961) via Justin Vallely (@justinvallely)
  • Update testfairy.rb (#29472) via lee-snyder133 (@lee-snyder133)
  • Add keychain_name param to setup_ci action (#29482) via Bram Schulting (@bramschulting)
  • [trainer] Support parsing test results from SwiftTesting (#29463) via Olivier Halligon (@AliSoftware)
  • [supply] Fix #28995 and release_status vs rollout parameters (#29484) via Olivier Halligon (@AliSoftware)
  • [cert] Allow generate_certificates on non-macos (#21254) via Ras (@rasberik)
  • [unlock_keychain] fix crash when not having a default keychain (#29173) via Jens Kuhr Hansen (@jenskuhrjorgensen)
  • [fastlane_core] recognize AWS CodeBuild CI service as a CI environment (#29237) via Jigar Bhatt (@jigar-lab)
  • [match][enterprise] Fix undefined method `in_house?' for nil (#27460) via Ras (@rasberik)
  • [supply] Handle case where there are more than one release in a track during update_rollout (#29134) via Olivier Halligon (@AliSoftware)
  • Fix "tvos" platform option not being allowed anymore for some actions (#28962) via Iulian Onofrei (@revolter)

2.226.0 Improvements

10 Dec 10:50
d4fc527
Compare
Choose a tag to compare
  • [Supply] Allow promoting draft release to inProgress with initial rollout (#28960) via Olivier Halligon (@AliSoftware)
  • Fix incomplete options being allowed for some parameters (#28804) via Iulian Onofrei (@revolter)
  • [testfairy] Added support for folder_name and other parameters (#22290) via Gil Megidish (@gmegidish-saucelabs)
  • Bump xcpretty to version 0.4.0 (#26657) via Iulian Onofrei (@revolter)
  • [import_from_git] Add Git basic authorization support (#22135) via Jens Kuhr JΓΈrgensen (@jenskuhrjorgensen)

2.225.0 Improvements

21 Oct 01:40
c5f10c2
Compare
Choose a tag to compare

This version has a required fix for authenticating with Apple via Apple ID. Apple started using their own variant of SRP (Secure Remote Password) using SHA-256 and 2048 bit hashing in the sign in flow. Any previous fastlane versions will likely response a "503 Service Temporarily Unavailable" when authenicating with an Apple ID.

2.224.0 Improvements

03 Oct 20:45
40c3e60
Compare
Choose a tag to compare
  • [spaceship] Add support for Enterprise Program API (#22215) via GevaZeichner (@GevaZeichner)
  • Make test pass standalone (#22268) via Jerome Lacoste (@lacostej)
  • Add missing require 'ostruct' in erb_template_helper.rb to solve uninitialized constant Fastlane::OpenStruct (NameError) (#21950) via Nicolas G (@nicgodoy)
  • [Fastlane.Swift] Allow overriding LaneFileProtocol lifecycles when subclassing LaneFile (#20563) via Sven Tiigi (@SvenTiigi)
  • [Match][S3] Only download (and decrypt) files in the subfolder of the provided TeamID (#22199) via Olivier Halligon (@AliSoftware)

2.223.1 Improvements

27 Sep 06:17
31b039c
Compare
Choose a tag to compare
  • [core] fix duplicate builds being matched in BuildWatcher (#22256) via Josh Holtz (@joshdholtz)
  • [ci] adding one more github auth call to CI release process (#22253) via Josh Holtz (@joshdholtz)
  • [c] prevent rate limited when releasing fastlane on GitHub Actions (#22252) via Josh Holtz (@joshdholtz)

2.223.0 Improvements

26 Sep 17:26
3a333fd
Compare
Choose a tag to compare
  • [ci] fix changelog generation when no author (#22250) via Josh Holtz (@joshdholtz)
  • [core] add -packageAuthorizationProvider flag for xcodebuild (#22227) via Yarden Eitan (@yarneo)
  • [deliver][pilot] add ability to use Individual API key in deliver and pilot (#22128) via Ryosuke Ito (@manicmaniac)
  • [match] allow using legacy encryption mode when writing to storage (#22228) via Hiroto Nakamura (@Hiroto-N)
  • [action][import_from_git] fix import_from_git when specifying a tag and cache_path (#22133) via Jens Kuhr JΓΈrgensen (@jenskuhrjorgensen)
  • [slack] enable emoji-based icons in Slack action by adding icon_emoji parameter (#22235) via Luka Hristic (@lukeleleh)
  • [action][testfairy] add tags parameter to TestFairy upload action (#22119) via Duncan MacDonald (@oct0f1sh)
  • [action][changelog_from_git_commits] add app_path parameter to changelog_from_git_commits (#22149) via John Pignata (@jpignata)
  • [scan] improve performance by change order of checks in building_mac_catalyst_for_mac function (#20898) via TomoXD (@ghost)

2.222.0 Improvements

26 Jul 20:38
e1ab951
Compare
Choose a tag to compare
  • [action][sh] fastlane sh with log set to false should respect a step name (#22151) via Daniel Jankowski (@mollyIV)
  • [scan][trainer] hotfix for float-type version acquisition of xcresulttool version fails (#22157) via David Dongkyu Kim (@dokimyj)
  • [gym] fix default result bundle path name (#22154) via Ignacio Calderon (@kronenthaler)
  • [scan][trainer] hotfix for xcresulttool spec changes >= XC16b3 (#22147) via David Dongkyu Kim (@dokimyj)
  • [action][ensure_git_status_clean] support empty spaces in ignore_files file paths (#21566) via Daniel Jankowski (@mollyIV)
  • [spaceship] add visionOS support for Connect API (#22032) via Frederik Seiffert (@triplef)
  • [spaceship] Add get app availabilities v2 request (#21901) via Lukasz Grabowski (@lucgrabowski)

2.221.1 Improvements

19 Jun 19:33
0fd9970
Compare
Choose a tag to compare
  • [deliver][spaceship] remove IDFA declarations for Apple App Store submission process (#22003) via Vyacheslav Frolov (@fr0l)
0