Skip to content

Releases: pglombardo/PasswordPusher

v1.58.1: Latest Language Strings

24 Jun 15:20
9c2aa89

Choose a tag to compare

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

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

🔗 Useful Links

v1.58.0: New Secure Cookies Option

16 Jun 17:50
326a06e

Choose a tag to compare

📝 What’s Changed

This releases adds new setting secure_cookies. Enable with PWP__SECURE_COOKIES=true or setting secure_cookies: true in your settings.yml.

Enabling this security feature will put in place a few security restrictions including:

  1. Only send cookies over HTTPS
  2. Prevent Javascript from accessing cookies
  3. Cookies can only be accessed in same-site requests

You can read more about the strategies employed here and the attack vectors it defends against here:
https://guides.rubyonrails.org/security.html#sessions

Note that this option is disabled by default as enabling it will break those running over HTTP, on intranets and possibly those running behind some proxies.

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

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

🔗 Useful Links

v1.57.1: Minor QR Code UI Fixes; Better Form Errors

16 Jun 17:25
dfff50e

Choose a tag to compare

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

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

🔗 Useful Links

v1.57.0: New QR Pushes

12 Jun 17:14
fef2d55

Choose a tag to compare

📝 What’s Changed

With this release, you can now push QR codes directly to your users!

The feature is disabled by default so make sure to see the documentation on how to enable and configure.

⬆️ 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.7

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

🔗 Useful Links

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