This repository has been archived by the owner on Sep 3, 2023. It is now read-only.
Releases: shipperstack/shippy
Releases · shipperstack/shippy
1.3.13
Release 1.3.13
Changes since 1.3.12:
- shippy now identifies 404 errors and asks maintainers to double-check device status
1.3.12
Release 1.3.12
Changes since 1.3.11:
- Fixed a bug with shippy crashing during response handling
- shippy now outputs error messages in red!
1.3.11
Release 1.3.11
Changes since 1.3.10:
- Fixes the
humanize
module import crash on startup
1.3.10
Release 1.3.10
Changes since 1.3.9:
- shippy will now defer maintainers to the developers if there is a server-side error.
- If the response is not in the form of a JSON, shippy prints the contents instead.
- shippy now prints the progress of the upload in humanized format.
- Minor code cleanup
1.3.9
Release 1.3.9
Changes since 1.3.8:
- shippy now checks for updates on startup by querying GitHub releases.
1.3.8
Release 1.3.8
This is a re-release of 1.3.7 after the automated release system failed. No changes have been made since 1.3.7.
1.3.7
Release 1.3.7
Changes since 1.3.6:
- shippy no longer tries multiple times if an upload fails. Previously, this loop caused many bugs. Also, it doesn't make sense to try multiple times if the upload fails for any reason, since we'll get the same failure anyway.
- shippy now warns if multiple builds have been detected.
- Made error message more descriptive to help catch more problems.
- Code cleanup
1.3.6
Changes since 1.3.5:
- Fixed a bug with setting the default chunk size if the value is not set
1.3.5
Changes since 1.3.4:
- Report on exceptions instead of catching them and discarding them
- shippy now displays the upload type in the printout
1.3.4
Changes since 1.3.3:
- Quick patch to fix the KeyError handling if a default value is not set