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.32.2 Improvements
- Fixed bug 2 step auth login (#6130)
- Fix
to_json
method signature (#6092)
0.32.1 Linux fix
Fixed an issue with cachine on Linux machines
0.32.0 Improvements
- Added ability to retrieve rating and review information about an application (#5861)
- Fix csrf token for provisioning profiles (#5908)
- Caching improvements (#5887)
0.31.10 Server updates
- Update spaceship to support creating new apps on the updated iTunes Connect (#5877)
- Fix csrf_token when downloading a profile (#5876)
0.31.9 Store csrf tokens by entity type
- CSRF token storage by entity type so that there is always a valid token (#5872)
0.31.8 Fix another CSRF token issue
Fixed another issue with the csrf token
0.31.7 Hot fixes
- Change order of
ensure_csrf
increate_app!
(#5836) - Add check for csrf to
revoke_certificate!
,create_app_group!
, anddelete_app_group!
(#5835) - Add exception when user is in no teams (#5834)
0.31.6 Hot fix for csrf token handling in `repair_provisioning_profile`
- Add csrf token handling to repair_provisioning_profile (#5820)
0.31.5 Bugfix
Add additional calls to ensure csrf token
0.31.4 Hotfix for creating via spaceship
- Fix collection of csrf tokens to enable creating of resources (apps, certs, etc) (#5815)