Skip to content

Releases: shipperstack/shipper

1.15.0

30 Apr 06:37
4ad78b1
Compare
Choose a tag to compare

Release 1.15.0

  • Added a new configuration key to set checksum value expected by server

  • shipper now accepts different checksum types from shippy

  • General code cleanup

  • Updated library dependencies

    • Django (3.2.12 -> 3.2.13)
      • django-celery-results (2.3.0 -> 2.3.1)
        • paramiko (2.10.3 -> 2.10.4)
  • Removed MD5 checksum file field from Build object in database

  • Removed dependency on pysftp as it is outdated and has an
    authentication problem. shipper now uses paramiko directly

1.14.3

19 Apr 03:01
6461ed9
Compare
Choose a tag to compare

Release 1.14.3

  • Added new language switching option in navigation bar

  • shipper now displays compatible shippy versions to clients

  • General code cleanup

  • Updated library dependencies

    • sentry-sdk (1.5.6 -> 1.5.10)
    • django-celery-results (2.2.0 -> 2.3.0)
    • celery (5.2.3 -> 5.2.6)
  • RegexParseException has been removed in favor of UploadException

1.14.2

27 Feb 06:12
Compare
Choose a tag to compare

Release 1.14.2

  • Added a statistics admin view to see all statistic entries

  • Fixed a bug that prevented uploads with shippy

1.14.1

26 Feb 11:19
Compare
Choose a tag to compare

Release 1.14.1

  • Added a missing dependency in Docker that prevented translations from
    being compiled properly

  • Fixed a bug with the debug tag that was causing a 500 server error for
    all pages

1.14.0

26 Feb 06:55
Compare
Choose a tag to compare

Release 1.14.0

This release contains a database migration.
This release contains a security vulnerability patch.
This release contains a configuration key change.

  • Added functionality to regex match the uploaded build artifact filename

  • Added configuration keys for the regex match pattern

  • Added localization mechanism for shipper

  • Added API endpoint to fetch the regex match pattern

  • Added cache mechanism configuration to reduce server load

  • Fixed upload API to delete chunked build if the device does not exist

  • Changed statistics model to be more generic

  • General code cleanup

  • Updated library dependencies

  • Removed redundant configuration key (SHIPPER_FILE_NAME_FORMAT_DELIMITER)

1.13.6

05 Feb 06:24
Compare
Choose a tag to compare

Release 1.13.6

  • Fixed a bug with the build size display in the admin statistics page

1.13.5

05 Feb 06:15
Compare
Choose a tag to compare

Release 1.13.5

  • Fixed a 500 server error in the admin statistics page

1.13.4

05 Feb 06:06
Compare
Choose a tag to compare

Release 1.13.4

  • Fixed an incorrect database query searching for unmirrored builds preventing the mirroring of builds
  • Fixed an incorrect database query searching for unmirrored builds preventing the manual mirroring of builds through admin commands
  • shipper now updates the login timestamps on all authenticated API actions
  • Fixed admin page to show all possible variants given by the configuration
  • The deinit_full_user command now includes disabled devices for removal
  • General code cleanup

1.13.3

04 Feb 09:59
Compare
Choose a tag to compare

Release 1.13.3

Changes since 1.13.2:

  • Fixed a bug with the build file handler preventing saving to the database and consequently all uploads

1.13.2

02 Feb 07:43
Compare
Choose a tag to compare

Release 1.13.2

This release contains a configuration key change.

  • Fixed an incorrect configuration option (ADMINS)