Releases: msmhome/miniFaxServer
Releases · msmhome/miniFaxServer
v2.0.0
What's Changed
- Near complete rewrite, including of main webhook.
- Ability to send faxes out using
outbound/
directory and get confirmations back. - Ability to receive SMS messages.
- IP Whitelist with Telnyx defaults.
- Complete log and console output rewrite, including new DEBUG and ERROR(def.) log levels.
- Github Actions CI build and send to ghcr for docker image.
- Built cloudflared into Docker image.
- Bumped Python dependencies.
- Bumped Docker image to bookworm.
- PDF output files and SMS have better timestamping.
- README actually written.
- Several optimizations.
- Added
entrypoint.sh
instead of exec for Dockerfile.
...and much more!
See https://github.com/msmhome/miniFaxServer/commits/v2/
See PR #1
Full Changelog: v2-alpha...v2.0.0
v2-alpha
This release has v2 working but I intend to quickly rewrite the fax out to use the Telnyx python SDK.