Releases: shipperstack/shippy
2.22.1
This is a dummy release to get shippy clients to update to the build with the updater patch!
Please see: https://github.com/shipperstack/shipper/releases/tag/2.22.1
1.11.1
release: 1.11.1
- Added an argument to show shippy's version
- Fixed a crash that occurred when the GitHub API was down
- Updated library dependencies
- sentry-sdk (1.21.0 -> 1.23.1)
- requests (2.29.0 -> 2.30.0)
- setuptools (67.7.2 -> 67.8.0)
1.11.0
release: 1.11.0
- shippy now fetches the allowed variants from the server
- shippy now requires shipper 2.14.0 or higher
- Updated library dependencies
- loguru (0.6.0 -> 0.7.0)
- rich (13.3.3 -> 13.3.5)
- setuptools (67.6.1 -> 67.7.2)
- sentry-sdk (1.19.1 -> 1.21.0)
- requests (2.28.2 -> 2.29.0)
1.10.4
release: 1.10.4
- Fixed a looping bug that caused shippy to ask for login credentials repeatedly
- Fixed a bug that might occur when raising an upload exception
1.10.3
release: 1.10.3
- Switched to urllib for better handling of URLs
- shippy no longer checks for trailing slashes (thanks to urllib)
- Updated library dependencies
- setuptools (67.4.0 -> 67.6.1)
- sentry-sdk (1.16.0 -> 1.19.1)
- rich (13.3.1 -> 13.3.3)
- semver (2.13.0 -> 3.0.0)
1.10.2
release: 1.10.2
- shippy now checks if it has been rate-limited for all requests, including login
- Updated library dependencies
- sentry-sdk (1.15.0 -> 1.16.0)
- General code cleanup and refactor
1.10.1
release: 1.10.1
-
Added more exception handling while checking previous upload attempts
-
Fixed a bug with logging in to servers
-
shippy now quits if an exception occurs while logging in, so users don't have to force-quit shippy
-
General code cleanup
1.10.0
release: 1.10.0
-
Added better logging
-
Added custom User Agent string for shippy
-
shippy now handles 503 errors returned by Cloudflare
-
shippy now handles more 5xx errors returned from the server
-
A lot of code refactoring to reduce bugs and clean up logic
-
Updated library dependencies
- setuptools (65.6.3 -> 67.4.0)
- sentry-sdk (1.12.1 -> 1.15.0)
- rich (13.0.0 -> 13.3.1)
- requests (2.28.1 -> 2.28.2)
- humanize (4.4.0 -> 4.5.0)
1.10.0a1
Release 1.10.0a1
Fixed issue with building
1.10.0a0
Release 1.10.0a0
-
Added better logging
-
A lot of code refactoring to reduce bugs and clean up logic
-
Updated library dependencies
- setuptools (65.6.3 -> 65.7.0)
- sentry-sdk (1.12.1 -> 1.13.0)
- rich (13.0.0 -> 13.0.1)
- requests (2.28.1 -> 2.28.2)