Changelog

v1.2.0 — 2024-12

New Features

  • QUIC transport — UDP/QUIC tunnel for improved performance on lossy networks
  • Multi-coin support — single server handles BTC, ETH, LTC, KAS simultaneously
  • WebSocket stats push — real-time stats via GET /api/v1/ws
  • Auto TLS reload — certificates reloaded on SIGHUP without downtime

Improvements

  • 30% reduction in tunnel overhead with new frame compression
  • Dashboard load time reduced by 60%

v1.1.0 — 2024-09

New Features

  • Pool failover — automatic failover to backup pool
  • Client labels — tag clients for grouping in the dashboard
  • PostgreSQL support — optional PG backend for large deployments

Breaking Changes

  • [network] section in server.toml renamed to [server]

v1.0.0 — 2024-06

Initial public release: TCP/TLS tunnel, port mapping, SQLite, REST API, web dashboard.


Upgrade Notes

v1.1 → v1.2

No database migration. Update binaries only.

v1.0 → v1.1

Rename [network] to [server] in server.toml, then upgrade binary.