Releases: shipperstack/shipper
2.9.5
release: 2.9.5
- Fixed task information not showing up under Celery results table
2.9.4
release: 2.9.4
- Celery tasks now update their progress state
- Celery tasks now show that they have been started, when they are started, instead of remaining at pending
- Celery now uses the default Django backend for caching
- Updated library dependencies
- humanize (4.5.0 -> 4.6.0)
- sentry-sdk (1.14.0 -> 1.15.0)
- django (4.1.6 -> 4.1.7)
- django-cleanup (6.0.0 -> 7.0.0)
- django-crispy-forms (1.14.0 -> 2.0)
2.9.3
release: 2.9.3
- Updated library dependencies
- sentry-sdk (1.12.1 -> 1.14.0)
- django-auditlog (2.2.1 -> 2.2.2)
- paramiko (2.12.0 -> 3.0.0)
- django (4.1.5 -> 4.1.6)
- humanize (4.4.0 -> 4.5.0)
2.9.2
Release 2.9.2
-
Added general API endpoint to list active maintainers only
-
The admin page now shows user-editable fields for maintainers
-
KeyboardInterrupt
errors are now ignored by Sentry -
The general API endpoint that returns all maintainers now has an
active
field -
Fixed chunked upload API endpoint returning stale responses
-
Updated library dependencies
- django (4.1.4 -> 4.1.5)
2.9.1
Release 2.9.1
- Fixed static files being deleted during server setup
2.9.0
Release 2.9.0
-
Added more account fields for users (maintainers)
-
Added account details edit page
-
Added API endpoint to list maintainer details
-
Form pages in shipper now look snazzier, thanks to
django-crispy-forms
! -
Updated library dependencies
- django (4.1.3 -> 4.1.4)
- sentry-sdk (1.11.1 -> 1.12.1)
-
shipper is now licensed under AGPLv3!
-
Miscellaneous code improvements
-
General code cleanup
2.8.0
Release 2.8.0
This release contains a database migration.
- Updated library dependencies
- sentry-sdk (1.11.0 -> 1.11.1)
- django-auditlog (2.2.0 -> 2.2.1)
- The Statistics model now infers the device directly from the Build
model field
2.7.1
Release 2.7.1
- Updated library dependencies
- sentry-sdk (1.10.1 -> 1.11.0)
- django-auditlog (2.1.1 -> 2.2.0)
- paramiko (2.11.0 -> 2.12.0)
2.7.0
Release 2.7.0
This release contains a security vulnerability patch.
- Updated library dependencies
- sentry-sdk (1.9.9 -> 1.10.1)
- psycopg2-binary (2.9.3 -> 2.9.5)
- django-celery-beat (2.3.0 -> 2.4.0)
2.6.1
Release 2.6.1
- Updated library dependencies
- humanize (4.3.0 -> 4.4.0)
- sentry-sdk (1.9.8 -> 1.9.9)
- djangorestframework (3.13.1 -> 3.14.0)
- django-dbbackup (4.0.1 -> 4.0.2)