-
-
Notifications
You must be signed in to change notification settings - Fork 18
Bump iroh from 0.31.0 to 0.32.0 #844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or 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
Bumps [iroh](https://github.com/n0-computer/iroh) from 0.31.0 to 0.32.0. - [Release notes](https://github.com/n0-computer/iroh/releases) - [Changelog](https://github.com/n0-computer/iroh/blob/main/CHANGELOG.md) - [Commits](n0-computer/iroh@v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: iroh dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot merge
…On Tue, Feb 4, 2025 at 3:00 PM dependabot[bot] ***@***.***> wrote:
Bumps iroh <https://github.com/n0-computer/iroh> from 0.31.0 to 0.32.0.
Changelog
*Sourced from iroh's changelog
<https://github.com/n0-computer/iroh/blob/main/CHANGELOG.md>.*
0.32.0 <https://github.com/n0-computer/iroh/compare/v0.31.0..0.32.0> -
2025-02-04 ⛰️ Features
- *(iroh)* Allow customising the TransportConfig for connections (#3111
<https://redirect.github.com/n0-computer/iroh/issues/3111>) - (2b92db4
<n0-computer/iroh@2b92db4>
)
- *(iroh)* [*breaking*] Wrap the Connection struct so we own the type (
#3110 <https://redirect.github.com/n0-computer/iroh/issues/3110>) - (
2e61ff2
<n0-computer/iroh@2e61ff2>
)
- *(iroh)* [*breaking*] Remove access to local and remote IP addresses
(#3148 <https://redirect.github.com/n0-computer/iroh/issues/3148>) - (
08bd2a1
<n0-computer/iroh@08bd2a1>
)
- *(iroh-relay)* Make the client side of iroh-relay compile & run in
browsers (#3119
<https://redirect.github.com/n0-computer/iroh/issues/3119>) - (03e3e3c
<n0-computer/iroh@03e3e3c>
)
- [*breaking*] Add QUIC Address Discovery to iroh (#3049
<https://redirect.github.com/n0-computer/iroh/issues/3049>) - (243a04a
<n0-computer/iroh@243a04a>
)
🐛 Bug Fixes
- *(iroh)* Remove quinn::Endpoint::wait_idle from iroh::Endpoint::close
process (#3165
<https://redirect.github.com/n0-computer/iroh/issues/3165>) - (a1d21c6
<n0-computer/iroh@a1d21c6>
)
- *(iroh-net-report)* Only add QUIC ipv6 probes if we have an ipv6
interface (#3133
<https://redirect.github.com/n0-computer/iroh/issues/3133>) - (9275d22
<n0-computer/iroh@9275d22>
)
- *(iroh-relay)* Fix client actors not closing (#3134
<https://redirect.github.com/n0-computer/iroh/issues/3134>) - (e5bbbe1
<n0-computer/iroh@e5bbbe1>
)
- Handle invalid input length when parsing a node id (#3155
<https://redirect.github.com/n0-computer/iroh/issues/3155>) - (a8d058f
<n0-computer/iroh@a8d058f>
)
🚜 Refactor
- *(iroh)* Replace timer module with AbortOnDropHandle and sleep (#3141
<https://redirect.github.com/n0-computer/iroh/issues/3141>) - (43e9805
<n0-computer/iroh@43e9805>
)
- Use n0-future in favor of futures-* libraries and
tokio::{spawn,task,time} (#3156
<https://redirect.github.com/n0-computer/iroh/issues/3156>) - (617fa50
<n0-computer/iroh@617fa50>
)
- [*breaking*] Remove iroh-test crate (#3162
<https://redirect.github.com/n0-computer/iroh/issues/3162>) - (7b6884f
<n0-computer/iroh@7b6884f>
)
- Cleaning up unnecessary logs (#3164
<https://redirect.github.com/n0-computer/iroh/issues/3164>) - (9a75d14
<n0-computer/iroh@9a75d14>
)
📚 Documentation
- Fix typos in README (#3144
<https://redirect.github.com/n0-computer/iroh/issues/3144>) - (c532de3
<n0-computer/iroh@c532de3>
)
⚙️ Miscellaneous Tasks
- Remove individual repo project tracking (#3135
<https://redirect.github.com/n0-computer/iroh/issues/3135>) - (eadc76b
<n0-computer/iroh@eadc76b>
)
- New project syncing setup (#3136
<https://redirect.github.com/n0-computer/iroh/issues/3136>) - (96e6220
<n0-computer/iroh@96e6220>
)
- Update broken echo.rs link (#3151
<https://redirect.github.com/n0-computer/iroh/issues/3151>) - (e049965
<n0-computer/iroh@e049965>
)
Commits
- fa66d88
<n0-computer/iroh@fa66d88>
chore: Release
- a1d21c6
<n0-computer/iroh@a1d21c6>
fix(iroh): remove quinn::Endpoint::wait_idle from iroh::Endpoint::close
p...
- 9a75d14
<n0-computer/iroh@9a75d14>
refactor: cleaning up unnecessary logs (#3164
<https://redirect.github.com/n0-computer/iroh/issues/3164>)
- 7b6884f
<n0-computer/iroh@7b6884f>
refactor!: remove iroh-test crate (#3162
<https://redirect.github.com/n0-computer/iroh/issues/3162>)
- 243a04a
<n0-computer/iroh@243a04a>
feat!: Add QUIC Address Discovery to iroh (#3049
<https://redirect.github.com/n0-computer/iroh/issues/3049>)
- 617fa50
<n0-computer/iroh@617fa50>
refactor: Use n0-future in favor of futures-* libraries and
`tokio::{spaw...
- 03e3e3c
<n0-computer/iroh@03e3e3c>
feat(iroh-relay): Make the client side of iroh-relay compile & run in
brows...
- a8d058f
<n0-computer/iroh@a8d058f>
fix: handle invalid input length when parsing a node id (#3155
<https://redirect.github.com/n0-computer/iroh/issues/3155>)
- f220cc3
<n0-computer/iroh@f220cc3>
refactor!(iroh): Make discovery-pkarr-dht feature non-default (#3154
<https://redirect.github.com/n0-computer/iroh/issues/3154>)
- e049965
<n0-computer/iroh@e049965>
chore: update broken echo.rs link (#3151
<https://redirect.github.com/n0-computer/iroh/issues/3151>)
- Additional commits viewable in compare view
<n0-computer/iroh@v0.31.0...v0.32.0>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#844
Commit Summary
- fdc76d2
<fdc76d2>
Bump iroh from 0.31.0 to 0.32.0
File Changes
(2 files <https://github.com/andrewdavidmackenzie/pigg/pull/844/files>)
- *M* Cargo.lock
<https://github.com/andrewdavidmackenzie/pigg/pull/844/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e>
(153)
- *M* Cargo.toml
<https://github.com/andrewdavidmackenzie/pigg/pull/844/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542>
(2)
Patch Links:
- https://github.com/andrewdavidmackenzie/pigg/pull/844.patch
- https://github.com/andrewdavidmackenzie/pigg/pull/844.diff
—
Reply to this email directly, view it on GitHub
<#844>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKF4LDL47CLNSTONFAFHNT2ODBYFAVCNFSM6AAAAABWOUUCD6VHI2DSMVQWIX3LMV43ASLTON2WKOZSHAZTAMZVHEYTEMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #844 +/- ##
=====================================
+ Coverage 27% 27% +1%
=====================================
Files 47 47
Lines 6009 6002 -7
=====================================
Hits 1570 1570
+ Misses 4439 4432 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps iroh from 0.31.0 to 0.32.0.
Changelog
Sourced from iroh's changelog.
Commits
fa66d88
chore: Releasea1d21c6
fix(iroh): removequinn::Endpoint::wait_idle
fromiroh::Endpoint::close
p...9a75d14
refactor: cleaning up unnecessary logs (#3164)7b6884f
refactor!: remove iroh-test crate (#3162)243a04a
feat!: Add QUIC Address Discovery to iroh (#3049)617fa50
refactor: Usen0-future
in favor offutures-*
libraries and `tokio::{spaw...03e3e3c
feat(iroh-relay): Make the client side ofiroh-relay
compile & run in brows...a8d058f
fix: handle invalid input length when parsing a node id (#3155)f220cc3
refactor!(iroh): Makediscovery-pkarr-dht
feature non-default (#3154)e049965
chore: update broken echo.rs link (#3151)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @andrewdavidmackenzie.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)