summaryrefslogtreecommitdiff
path: root/crates/arti-ureq/semver.md
blob: 386c060ddd4508fa27ae49a6c7639985c328cd28 (plain)
1
BREAKING: `arti_client::TorClient<R>::launch_onion_service()` and `arti_client::TorClient<R>::launch_onion_service_with_hsid()` now return `Result<Option<(Arc<tor_hsservice::RunningOnionService>, impl futures::Stream<Item = tor_hsservice::RendRequest> + use<R>,)>` (the `Option` is new).