Releases: benner/udpcp
Releases · benner/udpcp
Release list
v0.106.0
[0.106.0] - 2026-07-04
🐛 Bug Fixes
- (recv) Keep serving after a failed transfer
- (recv) Die by signal disposition instead of reporting a socket error
- (recv) Drop DATA payloads whose length is wrong for the chunk
- (send) Abort the handshake on real socket errors
- (send) Keep junk from burning handshake attempts
- (recv) Start the NACK reissue clock on DONE-triggered NACKs
🚜 Refactor
- (protocol) Make decode_header total over short buffers
- (cli) [breaking] Take the receive port as u16
📚 Documentation
- (cli) State the v2 chunk-size bound in --chunk help
- State the trust model in the README
🧪 Testing
- Fold the run_transfer forwarding wrapper into its body
- Name the oversized payload_len literal
⚙️ Miscellaneous Tasks
- Add manual dispatch to badge workflows
- Run required checks on every pull request
- Remove stale pre-rename container test script
- Strip the ratchet prefix from pin comments
- (release) Bump version to 0.106.0
v0.105.0
[0.105.0] - 2026-06-21
🚀 Features
- Publish initial version