v0.7.1
Refactored
- NewType RateLimiter: Replaced type alias with proper struct for better encapsulation
- RateLimitEntry struct: Named fields instead of tuple for clearer code
- StartupConfig: Decoupled
server.rsfrom CLIArgsstruct - IP validation:
validate()now returns parsedIpAddrto avoid double parsing
Full Changelog: v0.7.0...v0.7.1