Skip to content

Releases: pglombardo/PasswordPusher

v1.56.2: Public Gateway Fix

05 Jun 11:55
c72ff4d
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v1.53.11: Dependency Updates: Development Environment Improvements

13 May 21:33
0a97626
Compare
Choose a tag to compare

Thanks to @ozovalihasan for his first contributions in this release. Great work!

📝 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.53.11

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

🔗 Useful Links

v1.53.10: Dependency & Security Updates

09 May 14:55
c20f24c
Compare
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.53.10

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

🔗 Useful Links

v1.53.9: Latest Language Strings & New Analytics Support

04 May 10:24
914ff3c
Compare
Choose a tag to compare

Big updates to the Ukrainian language strings thanks to @SystemNickDev!

Added support for @plausible analytics (Plausible.io) with configuration docs.

📝 What’s Changed

🚀 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.53.9

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

🔗 Useful Links

v1.53.8: Dependency & Security Updates

22 Apr 09:48
9aa943a
Compare
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.53.8

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

🔗 Useful Links