Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Releases: shipperstack/shippy

1.3.13

24 May 11:27
a5566d4
Compare
Choose a tag to compare

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

24 May 11:11
1c0721f
Compare
Choose a tag to compare

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

24 May 09:03
a9f8510
Compare
Choose a tag to compare

Release 1.3.11

Changes since 1.3.10:

  • Fixes the humanize module import crash on startup

1.3.10

24 May 07:33
a3333a1
Compare
Choose a tag to compare

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

24 May 01:53
807a26d
Compare
Choose a tag to compare

Release 1.3.9

Changes since 1.3.8:

  • shippy now checks for updates on startup by querying GitHub releases.

1.3.8

22 May 16:29
4f1fbf6
Compare
Choose a tag to compare

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

22 May 16:19
3df6a60
Compare
Choose a tag to compare

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

22 May 10:33
d7dd225
Compare
Choose a tag to compare

Changes since 1.3.5:

  • Fixed a bug with setting the default chunk size if the value is not set

1.3.5

22 May 01:16
c3a22b2
Compare
Choose a tag to compare

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

21 May 15:55
0e8a495
Compare
Choose a tag to compare

Changes since 1.3.3:

  • Quick patch to fix the KeyError handling if a default value is not set