1.7 KiB
1.7 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
Changed
Removed
Security
[Unreleased]
Changed
- Dependency update of
radicleto0.22.
0.5.0
Added
radicle_protocol::service::DisconnectReasonadded aPolicyvariant.radicle_protocol::service::ConnectErroraddedUnsupportedAddressandBlockedvariants.radicle_protocol::service::command::Commandadded aBlockvariant.radicle_protocol::service::command::Command::AnnounceRefsnow carries an additional field for specifying namespaces.radicle_protocol::service::command::Command::Seedsnow carries an additional field for specifying namespaces.
Changed
radicle_protocol::service::session::Session::outboundnow takes 4 parameters instead of 5. Fetching information is no longer tracked in the session.radicle_protocol::service::session::Session::inboundnow takes 5 parameters instead of 6. Fetching information is no longer tracked in the session.
Removed
radicle_protocol::service::CommandErrorwas removed.radicle_protocol::service::Error::GitExtwas removed as a variant, whereError::Gitnow subsumes all Git errors.- The
queuefield was removed from theSessionstruct. Fetching information is now tracked in the service rather than per-session. - The following methods were removed from
Session:is_at_capacity,is_fetching,queue_fetch,dequeue_fetch,fetching, andfetched.
Security
No security updates.