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
0.7.0
Added
radicle_protocol::fetcher::state::QueuedFetchhas a new requiredconfigfield. Existing struct literals must be updated to include this field.radicle_protocol::fetcher::state::command::Fetchhas a new requiredconfigfield. Existing struct literals must be updated to include this field.radicle_protocol::service::io::Io::Fetchvariant has a newconfigfield.radicle_protocol::fetcher::state::event::Fetch::Startedvariant has a newconfigfield.radicle_protocol::fetcher::state::event::Fetch::QueueAtCapacityvariant has a newconfigfield.radicle_protocol::worker::FetchRequest::Initiatorvariant has a newconfigfield.radicle_protocol::service::command::Command::Fetchtuple variant has a new field at position 4.
Changed
radicle_protocol::service::command::Command::fetchnow takes 4 parameters instead of 3.
Removed
radicle_protocol::fetcher::state::QueuedFetchfieldtimeoutwas removed.radicle_protocol::fetcher::state::command::Fetchfieldtimeoutwas removed.radicle_protocol::fetcher::state::event::Fetch::Startedfieldtimeoutwas removed.radicle_protocol::fetcher::state::event::Fetch::QueueAtCapacityfieldtimeoutwas removed.radicle_protocol::service::io::Io::Fetchfieldtimeoutwas removed.
0.6.0
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.
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
### Changed
### Removed
### Security
## 0.7.0
### Added
- `radicle_protocol::fetcher::state::QueuedFetch` has a new required `config`
field. Existing struct literals must be updated to include this field.
- `radicle_protocol::fetcher::state::command::Fetch` has a new required `config`
field. Existing struct literals must be updated to include this field.
- `radicle_protocol::service::io::Io::Fetch` variant has a new `config` field.
- `radicle_protocol::fetcher::state::event::Fetch::Started` variant has a new
`config` field.
- `radicle_protocol::fetcher::state::event::Fetch::QueueAtCapacity` variant has
a new `config` field.
- `radicle_protocol::worker::FetchRequest::Initiator` variant has a new `config`
field.
- `radicle_protocol::service::command::Command::Fetch` tuple variant has a new
field at position 4.
### Changed
- `radicle_protocol::service::command::Command::fetch` now takes 4 parameters
instead of 3.
### Removed
- `radicle_protocol::fetcher::state::QueuedFetch` field `timeout` was removed.
- `radicle_protocol::fetcher::state::command::Fetch` field `timeout` was
removed.
- `radicle_protocol::fetcher::state::event::Fetch::Started` field `timeout` was
removed.
- `radicle_protocol::fetcher::state::event::Fetch::QueueAtCapacity` field
`timeout` was removed.
- `radicle_protocol::service::io::Io::Fetch` field `timeout` was removed.
## 0.6.0
### Changed
- Dependency update of `radicle` to `0.22`.
## 0.5.0
### Added
- `radicle_protocol::service::DisconnectReason` added a `Policy` variant.
- `radicle_protocol::service::ConnectError` added `UnsupportedAddress` and
`Blocked` variants.
- `radicle_protocol::service::command::Command` added a `Block` variant.
- `radicle_protocol::service::command::Command::AnnounceRefs` now carries an
additional field for specifying namespaces.
- `radicle_protocol::service::command::Command::Seeds` now carries an
additional field for specifying namespaces.
### Changed
- `radicle_protocol::service::session::Session::outbound` now takes 4
parameters instead of 5. Fetching information is no longer tracked in the
session.
- `radicle_protocol::service::session::Session::inbound` now takes 5
parameters instead of 6. Fetching information is no longer tracked in the
session.
### Removed
- `radicle_protocol::service::CommandError` was removed.
- `radicle_protocol::service::Error::GitExt` was removed as a variant, where
`Error::Git` now subsumes all Git errors.
- The `queue` field was removed from the `Session` struct. 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`, and `fetched`.
### Security
*No security updates.*