Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Releases: fastlane-old/spaceship

0.21.1 Improvements

26 Feb 19:19
Compare
Choose a tag to compare
  • 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

20 Feb 15:50
Compare
Choose a tag to compare

spaceship is now smarter about retrying requests that failed or timed out. Special thanks to @lacostej for working on this 🚀

0.20.0 Improvements

18 Feb 20:04
Compare
Choose a tag to compare
  • 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

08 Feb 22:37
Compare
Choose a tag to compare
  • 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

22 Jan 00:29
Compare
Choose a tag to compare

Reverted last release

0.19.2 Removed dependency

21 Jan 19:25
Compare
Choose a tag to compare

Removed dependency to Xcode to work with xcode-install again

0.19.1 Bugfixes

15 Jan 02:20
Compare
Choose a tag to compare
  • Fixed a bug introduced with an iTC update
  • Improved app submission

0.19.0 Mac Screenshot Support

01 Jan 14:36
Compare
Choose a tag to compare
  • Added support for uploading Mac screenshots
  • Added new can_download attribute to Certificate
  • Added platform to AppVersion

0.18.1 Updated Push ID

18 Dec 00:31
Compare
Choose a tag to compare

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

14 Dec 19:19
Compare
Choose a tag to compare
  • 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