summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* Move GuardMgr::new call to arti_client::TorClientIan Jackson2022-11-141-0/+1
| | | | | | | Having this done within circmgr was irregular - most of our other key buildup functions are done in TorClient::create_inner. It is also inconvenient, as it buries the guardmgr within the circmgr.
* Refactor external guardmgr APIs: Stop taking NetDir arguments.Nick Mathewson2022-11-081-0/+1
| | | | | | | | | These arguments were used only for legacy (testing) purposes; the tests now use `TestNetDirProvider`. This lets us simplify our internal logic for passing a `NetDir` to our samples, and prepare for having a `BridgeSet` to pass there instead. This is a breaking change to `guardmgr` and `circmgr`.
* Remove semver.md from arti-1.0.0Nick Mathewson2022-09-071-1/+0
|
* Add semver notesIan Jackson2022-08-171-0/+1
|
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-1/+0
|
* tor-circmgr: Clarify and improve Protocol error.Nick Mathewson2022-07-121-0/+1