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

Releases: shipperstack/shippy

2.22.1

03 Sep 18:42
28bcb07
Compare
Choose a tag to compare

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

22 May 08:14
715d98d
Compare
Choose a tag to compare

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

30 Apr 12:45
a1259d6
Compare
Choose a tag to compare

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

09 Apr 02:50
b5c281b
Compare
Choose a tag to compare

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

09 Apr 01:58
7198866
Compare
Choose a tag to compare

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

04 Mar 09:34
0550758
Compare
Choose a tag to compare

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

27 Feb 07:20
694d184
Compare
Choose a tag to compare

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

22 Feb 14:06
fca435e
Compare
Choose a tag to compare

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

14 Jan 04:32
2519387
Compare
Choose a tag to compare
1.10.0a1 Pre-release
Pre-release

Release 1.10.0a1

Fixed issue with building

1.10.0a0

14 Jan 02:14
95b5809
Compare
Choose a tag to compare
1.10.0a0 Pre-release
Pre-release

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)