Skip to content

v1.3.0

Latest

Choose a tag to compare

@x011 x011 released this 07 Jan 08:24
7a038da

Release Notes - v1.3.0

New Features

  • Auto-Reconnect: Client automatically reconnects on connection loss with exponential backoff (2s → 30s max)
  • smtp-tunnel-update: New command to update server without losing config, certificates, or users

Improvements

  • Better session cleanup on disconnect
  • Faster connection loss detection (60s timeout)
  • Improved users.yaml format with commented whitelist examples
  • Client rejects SOCKS requests while disconnected instead of crashing

Bug Fixes

  • Fixed HKDF backend compatibility for older cryptography library (Ubuntu 20.04)
  • Fixed management scripts default paths to use /etc/smtp-tunnel/
  • Fixed newline handling in Windows batch file generation

Documentation

  • Updated README with auto-reconnect feature
  • Added smtp-tunnel-update to all documentation
  • Improved Client Setup section with easy launcher instructions