π Whatβs Changed
This release changes the application process to run in single mode. This should reduce memory use down to ~300MB. If you disable the background worker with PWP__NO_WORKER=true
, then it is ~200MB.
π Features
- Memory: Run Puma in single mode (#3277) @pglombardo
β¬οΈ Dependencies updates
- β¬οΈ Bump aws-sdk-core from 3.222.1 to 3.222.2 (#3274) @dependabot[bot]
- β¬οΈ Bump connection_pool from 2.5.0 to 2.5.1 (#3275) @dependabot[bot]
- β¬οΈ Bump aws-partitions from 1.1087.0 to 1.1088.0 (#3273) @dependabot[bot]
- β¬οΈ Bump ffi from 1.17.1 to 1.17.2 (#3272) @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
docker run -d -p 5100:5100 pglombardo/pwpush:1.53.7
..and go to http://localhost:5100