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.