v0.6.1
✨ New Features
Prometheus Metrics Monitoring
- Added Prometheus metrics support with
/metricsendpoint - Detailed metric collection for tunnels, connections, and traffic
- New
metrics-tokenconfiguration option for monitoring access control - Tunnel IP metrics statistics tracking
Server Configuration Management
- New
server configcommand to display server configuration - Support
--fullflag 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/cobrafrom v1.10.1 to v1.10.2 - Updated
golang.org/x/cryptofrom v0.45.0 to v0.46.0 - Updated
golang.org/x/netfrom v0.47.0 to v0.48.0 - Updated
golang.org/x/sysfrom v0.38.0 to v0.39.0 - Added
prometheus/client_golangfor metrics collection
📝 Documentation
- Updated README: removed v0.5.0 update content
- Added acknowledgments section
What's Changed
- Feat/prometheus monitoring by @Gouryella in #13
Full Changelog: v0.6.0...v0.6.1