π Whatβs Changed
This release wraps up the model unification by dropping the old tables and removing support for the legacy models.
If you have legacy data and the data migration job hasn't completed yet, this release will fail to boot with the message:
Data migration not completed. Please run v1.56.3 first and allow the data migration to complete. Then update to this version. See https://github.com/pglombardo/PasswordPusher/releases/tag/v1.56.0 for more information.
If this is the case, then run v1.56.3 and allow the data migration to complete. This usually takes less than 30 minutes maximum.
Details about the data migration and how to monitor are in v1.56.0 release notes.
π Features
- Drop Legacy Tables & Models (#3432) @pglombardo
π₯ List of contributors
π₯οΈ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
πββοΈ Run This Version
docker run -d -p 5100:5100 pglombardo/pwpush:1.56.4
..and go to http://localhost:5100