This release fixes GHSA-59w3-h5v2-c4xw - thanks @de3erve-hunter for reporting!
📝 What’s Changed
- Document notify_emails API gaps in /help/api (#4620) @pglombardo
- Polish notify-by-email validation error copy (#4619) @pglombardo
- API: Fix notify by email endpoint names and params (#4617) @ozovalihasan
- Filter payload and passphrase from logs and error tracking (#4614) @pglombardo
- Fix secret_url FORCE_SSL rewrite corrupting https URLs (#4616) @pglombardo
🚀 Features
- Record audit log IPs using request.remote_ip (#4615) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump docker/login-action from 4.3.0 to 4.4.0 (#4609) @dependabot[bot]
- ⬆️ Bump rubocop-ast from 1.49.1 to 1.50.0 (#4610) @dependabot[bot]
- ⬆️ Bump language_server-protocol from 3.17.0.5 to 3.17.0.6 (#4611) @dependabot[bot]
👥 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
- Point DNS to your server (e.g.
pwpush.example.com). - Download docker-compose.yml or clone the repo.
- In
docker-compose.yml, uncomment and set:TLS_DOMAIN: 'pwpush.example.com'for automatic Let’s Encrypt TLS.
- Run:
docker compose up -dOpen https://pwpush.example.com or alternatively http://your-ip:5100.