Skip to content

Releases: shipperstack/shipper

2.36.0

29 Apr 21:15
69ef916
Compare
Choose a tag to compare

release: 2.36.0

  • Updated base Docker image to Alpine 3.19
  • Improved build times and caching behavior
  • Updated dependencies (server)
    • django-ipware (6.0.5 -> 7.0.1)
    • sentry-sdk (1.45.0 -> 2.0.1)
    • react (18.2.0 -> 18.3.1)
    • react-dom (18.2.0 -> 18.3.1)
  • Updated dependencies (shippy)
    • sentry-sdk (1.45.0 -> 2.0.1)

2.35.0

20 Apr 02:21
01373c5
Compare
Choose a tag to compare

release: 2.35.0

This release contains a security vulnerability patch.

  • Updated dependencies (shippy)
    • setuptools (69.4.0 -> 69.5.1)
  • Updated dependencies (server)
    • fuse.js (6.6.2 -> 7.0.0)
    • gunicorn (21.2.0 -> 22.0.0)!
    • celery (5.3.6 -> 5.4.0)

2.34.0

12 Apr 21:04
d2e1703
Compare
Choose a tag to compare

release: 2.34.0

This release contains a database migration.

Warning: the database migration may take a long time due to the audit log package being updated.

  • Restored console logging to default state on the server
  • Updated dependencies (server)
    • sentry-sdk (1.44.1 -> 1.45.0)
    • django-ipware (6.0.4 -> 6.0.5)
    • django-auditlog (2.3.0 -> 3.0.0)!
  • Updated dependencies (shippy)
    • sentry-sdk (1.44.1 -> 1.45.0)
    • setuptools (69.2.0 -> 69.4.0)

2.33.6

06 Apr 23:45
ab2104a
Compare
Choose a tag to compare

release: 2.33.6

  • Reverted debug code that managed to sneak in during the release process

2.33.5

06 Apr 23:42
d2e3555
Compare
Choose a tag to compare

release: 2.33.5

  • Fixed logging filter not working properly

2.33.4

06 Apr 15:22
12fac00
Compare
Choose a tag to compare

release: 2.33.4

  • Fixed filtering out 503 errors

2.33.3

06 Apr 14:34
cfb5c59
Compare
Choose a tag to compare

release: 2.33.3

  • Fixed server sending emails about 503 errors when download is unavailable

2.33.2

05 Apr 20:29
c4745d5
Compare
Choose a tag to compare

release: 2.33.2

This release contains a database migration.

  • fix(server): drop unique requirement from build file
  • refactor(server): move main server avail check to models
  • fix(server): downloads: return 503 if zip file is offloaded

2.33.1

02 Apr 23:45
8db6c52
Compare
Choose a tag to compare

release: 2.33.1

  • Fixed checking the build file existence in the management command

2.33.0

02 Apr 20:42
5c7368b
Compare
Choose a tag to compare

release: 2.33.0

  • Added command to unset missing build files

  • Updated library dependencies (shippy)

    • sentry-sdk (1.42.0 -> 1.44.0)
  • Updated library dependencies (server)

    • djangorestframework (3.14.0 -> 3.15.0)
    • sentry-sdk (1.42.0 -> 1.44.0)
    • djangorestframework (3.15.0 -> 3.15.1)
  • shipper now loads environment variables from a dotfile if it is available

  • Build files can now be unset for build offloading