Skip to content

Releases: msmhome/miniFaxServer

v2.0.0

05 Aug 20:21
73a1f8c
Compare
Choose a tag to compare

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

04 Aug 20:50
ea10e56
Compare
Choose a tag to compare
v2-alpha Pre-release
Pre-release

This release has v2 working but I intend to quickly rewrite the fax out to use the Telnyx python SDK.