This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/spaceship
Releases · fastlane-old/spaceship
0.21.1 Improvements
- Prevent infinite loop inside login retries
- Add missing certificate types
- Reimplement overview parsing in light of ITC API changes
- Add test for current application.live_version corner case
0.21.0 Improved iTunes Connect Error handling
spaceship
is now smarter about retrying requests that failed or timed out. Special thanks to @lacostej for working on this 🚀
0.20.0 Improvements
- Log files are now separated by process ID
- Improved csrf token handling
- Updated build handling to work with the new iTC API
- Improved build train handling
- Improved build submission
0.19.4 Improvements
- No more exception when device already exists before creating it
- Improved deleting of provisioning profiles
- Improved messaging when showing the team selection
- Improved build parsing
- Improved tester detection
- Improved TestFlight submission
0.19.3 Reverted cookiejar change
Reverted last release
0.19.2 Removed dependency
Removed dependency to Xcode to work with xcode-install again
0.19.1 Bugfixes
- Fixed a bug introduced with an iTC update
- Improved app submission
0.19.0 Mac Screenshot Support
- Added support for uploading Mac screenshots
- Added new
can_download
attribute toCertificate
- Added
platform
toAppVersion
0.18.1 Updated Push ID
Apple changed the way production push notification profiles are created. This release updates spaceship
to make use of it 🚀
0.18.0 Added Mac and improved requests
- Added Mac support (thanks @radex)
- Finally resolved an issue that caused random request failures 🎉
- Improved handling of invalid server responses
- Improved automatic
csrf_token
retrieval