-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(iroh, iroh-relay)!: Remove
Endpoint::connect_by_node_id
and ad…
…d `#[doc(cfg(...))]` annotations (#3015) ## Description <!-- A summary of what this pull request achieves and a rough list of changes. --> We've deprecated this method a while ago, said to remove it in v0.28.0, but didn't. Let's do that now. Also, I noticed some `#[doc(cfg(..))]`s were missing, I tried to find and add all missing ones. ## Breaking Changes - Removed deprecated `iroh::Endpoint::connect_by_node_id`. Use `iroh::Endpoint::connect` with a `NodeId` instead. ## Change checklist - [x] Self-review. - [x] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - ~~[ ] Tests if relevant.~~ - [x] All breaking changes documented.
- Loading branch information
Showing
4 changed files
with
7 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters