Releases: shipperstack/shipper
1.4.1
This release has a migration. Please remember to migrate your database when upgrading.
Changes since 1.4.0:
- With the upgrade to Django 3.2, the default ID setting has been changed, which requires a migration.
- A new API has been added for LOS-style updater apps. It's not 100% up-to-spec but should require minimal tweaks on the app-side.
- General code cleanup
1.4.0
This release fixes a security vulnerability. All server admins are encouraged to upgrade to the latest version.
Changes since 1.3.1:
- Fixed security vulnerability regarding exceptions
- An incorrect import statement was fixed in the API portion of shipper.
1.3.1
Changes since 1.3.0:
- shipper will strictly enforce the build type and reject any unofficial builds
- The API had a missing check for the GApps variant, which caused a server-side error. This has now been fixed.
- The upload timeout has been increased to 6 minutes in order to prevent failed uploads
1.3.0
This update disables an error metric that has nothing to do with shipper. All users are recommended to update to this release in order to reduce spurious errors logged with Sentry.
No other changes are made since release 1.2.5.
1.2.5
Changes since 1.2.4:
- Sentry now reports the revision of shipper.
- Gunicorn now reports Django errors.
- Code cleanup
1.2.4
There are several major configuration changes in this release.
This can be considered a breaking change - if you update blindly, your installation will be broken!
Changes since 1.2.3:
- The production and development Dockerfiles and configurations have been unified. Please refer to the wiki for more information. You will need to edit your configuration file names, but other than that no further changes are necessary.
- shippy is no longer included with the main repository.
- nginx is now directly downloaded and used without building.
- shipper is now built on Docker Hub and pulled on deployment. No more waiting for shipper images to build!
1.2.3
Changes since 1.2.2:
- This update fixes a UI bug shown to clients.
1.2.2
Changes since 1.2.1:
- shipper finally shows you the upload progress.
1.2.1
Changes from 1.2.0:
- Added device historical builds page
- Fixed nginx configuration to allow large files
- Code cleanup
1.2.0
Changes since 1.1.0:
- Fixed a bug where the DEBUG flag would not register.
- Corrected the static file directory configuration.
- Created an internal API for directly manipulating devices/user objects.
- Added throttling to the REST API.
- Fixed a database flushing bug in the development environment.
- Added proper column view to the user admin page.
- shipper now shows you its own version at the footer of the maintainer page.