summaryrefslogtreecommitdiff
path: root/crates/tor-proto/semver.md
blob: b4c4526e86f6112d2cb555323bcc7f754f6a5306 (plain)
1
2
3
4
5
POSSIBLY-BREAKING: `StreamOps` trait now has a (defaulted) `new_handle` function
BREAKING: stream types used in `OutboundClientHandshake`, `UnverifiedChannel`, `VerifiedChannel` are required to implement `StreamOps`
BREAKING: `ConversationInHandler` now only has one lifetime parameter
BREAKING: `ConversationInHandler::send_message` is now `async`
BREAKING: Removal of `ConversationInHandler` as it is unused.