Releases: MarchSnow-1/PortRelay
Releases · MarchSnow-1/PortRelay
Release list
v1.1.1
v1.1.1 - 20 August 2026
🎉 New Features
- Config: Add max_frame_size and max_connections options
d533886by @MarchSnow-1
🐛 Bug Fixes
- Server: Add constant-time auth, connection limits and reliable UDP routing
936ba67by @MarchSnow-1 - Client: Detect session ID collisions and drop oversized datagrams
2d85a0bby @MarchSnow-1 - Protocol: Generate session and conv IDs with crypto/rand
3edf831by @MarchSnow-1 - Protocol: Limit frame payload size to prevent memory abuse
5ae7fa8by @MarchSnow-1 - Transport: Harden KCP with secure conv IDs and write error logging
7e41864by @MarchSnow-1
📝 Documentation Changes
- Update READMEs for new options and behaviors
ba1a2a4by @MarchSnow-1
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.1.0 - 31 May 2026
🎉 New Features
- Migrate to go-logger with aligned log formatting and log_level config
8a6e5b0by @MarchSnow-1
🐛 Bug Fixes
- Align import paths with module address in go.mod
b709af7by @MarchSnow-1
📝 Documentation Changes
- Update README with --config-path, log_level and new log format
54f4e09by @MarchSnow-1 - Optimize documentation description
ca9b130by @MarchSnow-1 - Optimize documentation description
cd0b5fdby @MarchSnow-1
🔧 Chores And Housekeeping
- Add donnie4w/go-logger dependency
d61e920by @MarchSnow-1 - Update go.mod
2897313by @MarchSnow-1
Full Changelog: v1.0.1...v1.1.0
v1.0.1
v1.0.1 - 28 May 2026
🎉 New Features
- Update check
bd0da48by @MarchSnow-1
📝 Documentation Changes
- Add instructions for checking updates
8d45249by @MarchSnow-1 - Fix incorrect GitHub links in README
dbbaef3by @MarchSnow-1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v1.0.0 - 2026-05-26
🎉 New Features
- Init
a59daa9by @MarchSnow-1
👷 Continuous Integration
- Test
eb447e4by @MarchSnow-1