📝 What’s Changed
- Fix SQLite3 locking & improved boot environment (#3887) @pglombardo
- Fix deprecation of :unprocessable_entity (#3886) @pglombardo
🚀 Features
- Add a background job to delete finished jobs (#3796) @ozovalihasan
⬆️ Dependencies updates
- ⬆️ Bump aws-sdk-s3 from 1.204.0 to 1.205.0 (#3906) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.238.0 to 3.239.0 (#3904) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.203.1 to 1.204.0 (#3903) @dependabot[bot]
- ⬆️ Bump sass-embedded from 1.94.1 to 1.94.2 (#3901) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.237.0 to 3.238.0 (#3899) @dependabot[bot]
- ⬆️ Bump sass-embedded from 1.94.0 to 1.94.1 (#3897) @dependabot[bot]
- ⬆️ Bump minitest from 5.26.1 to 5.26.2 (#3896) @dependabot[bot]
- ⬆️ Bump standard from 1.51.1 to 1.52.0 (#3894) @dependabot[bot]
- ⬆️ Bump pagy from 43.0.6 to 43.0.7 (#3892) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1181.0 to 1.1183.0 (#3889) @dependabot[bot]
- ⬆️ Bump rubocop-rails from 2.33.4 to 2.34.0 (#3885) @dependabot[bot]
- ⬆️ Bump i18n-tasks from 1.0.15 to 1.1.0 (#3884) @dependabot[bot]
- ⬆️ Bump pagy from 43.0.4 to 43.0.6 (#3882) @dependabot[bot]
- ⬆️ Bump bootsnap from 1.18.6 to 1.19.0 (#3881) @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
→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:
docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`and browse to https://pwpush.example.com.
or alternatively
→ Use one of our production ready Docker Compose files with persistent databases.