Skip to content

Releases: pglombardo/PasswordPusher

v1.56.6: Admin Dashboard: Fix User Edit

10 Jun 09:31
06f62ac

Choose a tag to compare

📝 What’s Changed

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ 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.6

..and go to http://localhost:5100

🔗 Useful Links

v1.56.5: Fix Broken Interpolations

09 Jun 20:01
86a1116

Choose a tag to compare

📝 What’s Changed

  • Fix Bad Interpolations in Translated Strings (#3440) Thanks for reporting @spacemania!

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ 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.5

..and go to http://localhost:5100

🔗 Useful Links

v1.56.4: Drop Legacy Model Support

08 Jun 15:38
8ce4215

Choose a tag to compare

📝 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

👥 List of contributors

@pglombardo

🛥️ 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

🔗 Useful Links

v1.56.3: Dashboard Updates & Latest Language Strings

06 Jun 12:03
161271c

Choose a tag to compare

📝 What’s Changed

A few visual updates to the dashboard.

Screenshot 2025-06-06 at 13 12 03

🚀 Features

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ 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.3

..and go to http://localhost:5100

🔗 Useful Links

v1.56.2: Public Gateway Fix

05 Jun 11:55
c72ff4d

Choose a tag to compare

The recent unification of routes and models in v1.56.0 broke legacy URLs for the public gateway. This release fixes all routes for the pwpush-public-gateway container.

📝 What’s Changed

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @ozovalihasan, @pglombardo and dependabot[bot]

🛥️ 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.2

..and go to http://localhost:5100

🔗 Useful Links

v1.56.1: MariaDB & CVE Fix

04 Jun 16:06
1cfc11f

Choose a tag to compare

This release fixes a bug reported by MariaDB users and resolves a reported CVE in the Docker container. CVE details in #3420

📝 What’s Changed

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ 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.1

..and go to http://localhost:5100

🔗 Useful Links

v1.56.0: Unify Push Models - README!

03 Jun 23:43
92b723d

Choose a tag to compare

Summary

On boot, this release will run a data migration in the background.

Until done (for most in under 5 minutes) existing push URLs may not work and dashboards may be empty.

Although the data migration has been tested extensively, we suggest making a backup of your database before upgrading to this release as a safety precaution.

Reminder: If you also run the pwpush-public-gateway and/or pwpush-worker containers, they should be updated along with the pwpush container in tandem. e.g. don't run different versions for an extended time so that all features and routes are in sync.

Explanation

This release unifies the backend Push models into one. This is a important improvement that will allow the project to move faster going forward. It will also allow us to migrate features from Premium to OSS more easily.

For the large majority of users, the data migration will take less than 15 minutes maximum. For most users, less than 5 minutes.

After the migration completes, all pre-existing push URLs will work as normally and your dashboard will be repopulated.

Technical Details

The migration job runs in the background job runner that has been part of the Docker container since v1.53.0.

If enabled, you can view the job in the Admin Dashboard:

Screenshot 2025-06-04 at 01 41 33

The data migration will log output to /opt/PasswordPusher/log/migration_data.log. If needed, you can open an application shell to view this file by following these instructions up to step 4.

Thanks to @ozovalihasan for the excellent and complicated work done in this release!

📝 What’s Changed

🚀 Features

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @ozovalihasan, @pglombardo and dependabot[bot]

🛥️ 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.55.1

..and go to http://localhost:5100

🔗 Useful Links

v1.55.0: Add Minio Storage Support

20 May 07:41
82283c0

Choose a tag to compare

📝 What’s Changed

  • feat: Added minio support for S3 storage (#3369) Thanks @AZOGg01!
  • Remove unused text columns from urls and file_pushes tables (#3358) Thanks @ozovalihasan!

⬆️ Dependencies updates

👥 List of contributors

@AZOGg01, @dependabot[bot], @ozovalihasan, @pglombardo and dependabot[bot]

🛥️ 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.55.0

..and go to http://localhost:5100

🔗 Useful Links

v1.54.1: Save Settings Button Now on Every Tab

15 May 09:27
f5a260b

Choose a tag to compare

A bit overdue but the "Save the above settings as the page default." now shows up for every tab. Thanks @ozovalihasan!

📝 What’s Changed

🚀 Features

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @ozovalihasan, @pglombardo and dependabot[bot]

🛥️ 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.54.1

..and go to http://localhost:5100

🔗 Useful Links

v1.54.0: (New) Name Your Pushes

14 May 09:37
06accc0

Choose a tag to compare

You can now add a name to your pushes. These names are currently used in the dashboard but will eventually be used in notifications & emails.

This feature comes from the Premium edition on pwpush.com and should hopefully help in organizing your pushes.

BTW this new field is fully supported in the JSON API too!

Screenshot 2025-05-14 at 11 16 17

Screenshot 2025-05-14 at 11 17 26

This new functionality was put together by @ozovalihasan. Thanks for the great work!

📝 What’s Changed

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @ozovalihasan, @pglombardo and dependabot[bot]

🛥️ 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.54.0

..and go to http://localhost:5100

🔗 Useful Links