📝 What’s Changed
- Allow cookie on top-level navigations (works behind reverse proxies) (#3999) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump debug from 1.11.0 to 1.11.1 (#4028) @dependabot[bot]
- ⬆️ Bump prism from 1.6.0 to 1.7.0 (#4027) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1196.0 to 1.1197.0 (#4026) @dependabot[bot]
- ⬆️ Bump forwardable from 1.3.3 to 1.4.0 (#4024) @dependabot[bot]
- ⬆️ Bump pagy from 43.2.1 to 43.2.2 (#4023) @dependabot[bot]
- ⬆️ Bump bigdecimal from 4.0.0 to 4.0.1 (#4021) @dependabot[bot]
- ⬆️ Bump net-imap from 0.6.0 to 0.6.2 (#4020) @dependabot[bot]
- ⬆️ Bump timeout from 0.5.0 to 0.6.0 (#4019) @dependabot[bot]
- ⬆️ Bump psych from 5.3.0 to 5.3.1 (#4018) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1195.0 to 1.1196.0 (#4016) @dependabot[bot]
- ⬆️ Bump unicode-emoji from 4.1.0 to 4.2.0 (#4015) @dependabot[bot]
- ⬆️ Bump loofah from 2.24.1 to 2.25.0 (#4000) @dependabot[bot]
- ⬆️ Bump google-apis-core from 0.18.0 to 1.0.2 (#3984) @dependabot[bot]
- ⬆️ Bump faraday-net_http from 1.0.2 to 3.4.2 (#3983) @dependabot[bot]
- ⬆️ Bump actions/cache from 4 to 5 (#3988) @dependabot[bot]
- ⬆️ Bump faraday from 1.10.4 to 2.14.0 (#3989) @dependabot[bot]
- ⬆️ Bump actions/upload-artifact from 5 to 6 (#3995) @dependabot[bot]
- ⬆️ Bump sass-embedded from 1.96.0 to 1.97.0 (#4009) @dependabot[bot]
- ⬆️ Bump pagy from 43.2.0 to 43.2.1 (#3996) @dependabot[bot]
- ⬆️ Bump thruster from 0.1.16 to 0.1.17 (#4014) @dependabot[bot]
- ⬆️ Bump irb from 1.15.3 to 1.16.0 (#4011) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.207.0 to 1.208.0 (#4008) @dependabot[bot]
- ⬆️ Bump kamal from 2.10.0 to 2.10.1 (#4006) @dependabot[bot]
- ⬆️ Bump json from 2.17.1 to 2.18.0 (#3985) @dependabot[bot]
- ⬆️ Bump net-imap from 0.5.12 to 0.6.0 (#4004) @dependabot[bot]
- ⬆️ Bump kamal from 2.9.0 to 2.10.0 (#4003) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.206.0 to 1.207.0 (#4002) @dependabot[bot]
- ⬆️ Bump erb from 6.0.0 to 6.0.1 (#4001) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1193.0 to 1.1194.0 (#3994) @dependabot[bot]
- ⬆️ Bump io-console from 0.8.1 to 0.8.2 (#3993) @dependabot[bot]
- ⬆️ Bump minitest from 5.26.2 to 5.27.0 (#3990) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1192.0 to 1.1193.0 (#3987) @dependabot[bot]
- ⬆️ Bump madmin from 2.1.3 to 2.2.1 (#3986) @dependabot[bot]
👥 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
→ 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.