Skip to content

v0.6.1

Choose a tag to compare

@Gouryella Gouryella released this 05 Jan 06:14
· 59 commits to main since this release
4b0e15d

✨ New Features

Prometheus Metrics Monitoring

  • Added Prometheus metrics support with /metrics endpoint
  • Detailed metric collection for tunnels, connections, and traffic
  • New metrics-token configuration option for monitoring access control
  • Tunnel IP metrics statistics tracking

Server Configuration Management

  • New server config command to display server configuration
  • Support --full flag to display full token
  • Refactored token mask logic with configurable display options

Homepage Improvements

  • Refactored proxy processor homepage with modern CSS styles
  • Responsive design support
  • Added code copy functionality
  • Added link to metrics endpoint

🔧 Changes

Breaking Changes

  • Removed session selection-related methods in TCP connection groups
  • Removed large buffer feature from buffer pool

📦 Dependencies

  • Updated github.com/spf13/cobra from v1.10.1 to v1.10.2
  • Updated golang.org/x/crypto from v0.45.0 to v0.46.0
  • Updated golang.org/x/net from v0.47.0 to v0.48.0
  • Updated golang.org/x/sys from v0.38.0 to v0.39.0
  • Added prometheus/client_golang for metrics collection

📝 Documentation

  • Updated README: removed v0.5.0 update content
  • Added acknowledgments section

What's Changed

Full Changelog: v0.6.0...v0.6.1