📝 What’s Changed
This release reduces worker memory usage from 30% to 50%. Thanks to @gseilheimer for the research and nudge!
- Default Docker Solid Queue to async to reduce memory (#4816) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump nanoid from 3.3.18 to 3.3.19 (#4814) @dependabot[bot]
- ⬆️ Bump google-apis-storage_v1 from 0.66.0 to 0.67.0 (#4811) @dependabot[bot]
- ⬆️ Bump parallel from 2.1.0 to 2.2.0 (#4812) @dependabot[bot]
- ⬆️ Bump overcommit from 0.72.0 to 0.73.0 (#4813) @dependabot[bot]
- ⬆️ Bump multi_json from 1.21.1 to 1.21.2 (#4815) @dependabot[bot]
- ⬆️ Bump autoprefixer from 10.5.4 to 10.5.5 (#4809) @dependabot[bot]
- ⬆️ Bump bootsnap from 1.25.0 to 1.26.0 (#4810) @dependabot[bot]
- ⬆️ Bump sass from 1.103.1 to 1.104.0 (#4801) @dependabot[bot]
- ⬆️ Bump postcss from 8.5.26 to 8.5.28 (#4802) @dependabot[bot]
- ⬆️ Bump electron-to-chromium from 1.5.418 to 1.5.422 (#4803) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1282.0 to 1.1283.0 (#4804) @dependabot[bot]
- ⬆️ Bump rubyzip from 3.5.0 to 3.6.0 (#4805) @dependabot[bot]
- ⬆️ Bump baseline-browser-mapping from 2.11.20 to 2.11.21 (#4806) @dependabot[bot]
👥 List of contributors
@pglombardo, @dependabot[bot], @cursoragent and Peter Giacomo Lombardo
🛥️ 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.