Skip to content

chore(deps): bump noq-udp from 1.0.0 to 1.0.1#173

Merged
flub merged 1 commit into
mainfrom
dependabot/cargo/noq-udp-1.0.1
Jul 14, 2026
Merged

chore(deps): bump noq-udp from 1.0.0 to 1.0.1#173
flub merged 1 commit into
mainfrom
dependabot/cargo/noq-udp-1.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor

Bumps noq-udp from 1.0.0 to 1.0.1.

Release notes

Sourced from noq-udp's releases.

v1.0.1

🐛 Bug Fixes

  • (migration) Do not update local_ip for probing packets (#715) - (af0fa65)
  • (noq-udp) Set Windows ioctls to suppress ICMP errors on recv (#707) - (5a0d249)
  • (proto) Move pending path responses to PacketNumberSpace (#708) - (b9b9fcf)
  • (proto) Ignore PATH_CIDS_BLOCKED when it refers to abandoned paths (#710) - (8ca5916)
  • (proto) Use correct info in retransmission of *_BLOCKED frames (#716) - (147892a)
  • (proto) Avoid active_connections underflow (#717) - (32467e4)
  • (proto) ObservedAddr retransmission by creating a path-specific retransmittable data queue (#705) - (c37f064)
  • (proto) Improve queuing and sending of OBSERVED_ADDR frames (#722) - (4b7a6e1)
  • (proto) Ensure stats reported in Discarded events are updated (#728) - (288323b)

🚜 Refactor

  • (multipath) Track OpenStatus on PacketNumberSpace (#711) - (abdd49b)
  • (qnt) Higher priority for add and remove address frames (#709) - (611ecf3)

⚙️ Miscellaneous Tasks

  • (ci) Enable merge queue trigger for patchay tests - (854eebd)
Changelog

Sourced from noq-udp's changelog.

1.0.1 - 2026-06-29

🐛 Bug Fixes

  • (migration) Do not update local_ip for probing packets (#715) - (af0fa65)
  • (noq-udp) Set Windows ioctls to suppress ICMP errors on recv (#707) - (5a0d249)
  • (proto) Move pending path responses to PacketNumberSpace (#708) - (b9b9fcf)
  • (proto) Ignore PATH_CIDS_BLOCKED when it refers to abandoned paths (#710) - (8ca5916)
  • (proto) Use correct info in retransmission of *_BLOCKED frames (#716) - (147892a)
  • (proto) Avoid active_connections underflow (#717) - (32467e4)
  • (proto) ObservedAddr retransmission by creating a path-specific retransmittable data queue (#705) - (c37f064)
  • (proto) Improve queuing and sending of OBSERVED_ADDR frames (#722) - (4b7a6e1)
  • (proto) Ensure stats reported in Discarded events are updated (#728) - (288323b)

🚜 Refactor

  • (multipath) Track OpenStatus on PacketNumberSpace (#711) - (abdd49b)
  • (qnt) Higher priority for add and remove address frames (#709) - (611ecf3)

⚙️ Miscellaneous Tasks

  • (ci) Enable merge queue trigger for patchay tests - (854eebd)
Commits
  • 340e9c7 chore: Release
  • 288323b fix(proto): ensure stats reported in Discarded events are updated (#728)
  • 4b7a6e1 fix(proto): improve queuing and sending of OBSERVED_ADDR frames (#722)
  • af0fa65 fix(migration): Do not update local_ip for probing packets (#715)
  • c37f064 fix(proto): ObservedAddr retransmission by creating a path-specific retransmi...
  • 32467e4 fix(proto): Avoid active_connections underflow (#717)
  • 147892a fix(proto): Use correct info in retransmission of *_BLOCKED frames (#716)
  • 8ca5916 fix(proto): Ignore PATH_CIDS_BLOCKED when it refers to abandoned paths (#710)
  • 5a0d249 fix(noq-udp): Set Windows ioctls to suppress ICMP errors on recv (#707)
  • abdd49b refactor(multipath): Track OpenStatus on PacketNumberSpace (#711)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 2, 2026
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

Documentation for this PR has been generated and is available at: https://n0-computer.github.io/net-tools/pr/173/docs/net_tools/

Last updated: 2026-07-14T17:36:32Z

@n0bot n0bot Bot added this to iroh Jul 2, 2026
@github-project-automation github-project-automation Bot moved this to 🚑 Needs Triage in iroh Jul 2, 2026
@flub flub enabled auto-merge (squash) July 2, 2026 12:57
auto-merge was automatically disabled July 2, 2026 13:53

Pull request was closed

@github-project-automation github-project-automation Bot moved this from 🚑 Needs Triage to ✅ Done in iroh Jul 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/noq-udp-1.0.1 branch July 2, 2026 13:54
@dignifiedquire dignifiedquire restored the dependabot/cargo/noq-udp-1.0.1 branch July 2, 2026 13:54
@dignifiedquire dignifiedquire reopened this Jul 2, 2026
@github-project-automation github-project-automation Bot moved this from ✅ Done to 🚑 Needs Triage in iroh Jul 2, 2026
Bumps [noq-udp](https://github.com/n0-computer/noq) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/n0-computer/noq/releases)
- [Changelog](https://github.com/n0-computer/noq/blob/main/CHANGELOG.md)
- [Commits](n0-computer/noq@noq-udp-v1.0.0...noq-udp-v1.0.1)

---
updated-dependencies:
- dependency-name: noq-udp
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/noq-udp-1.0.1 branch from ede46d1 to 391d01f Compare July 14, 2026 17:34
@flub flub enabled auto-merge (squash) July 14, 2026 17:41
@flub flub merged commit 19c0fd9 into main Jul 14, 2026
31 checks passed
@github-project-automation github-project-automation Bot moved this from 🚑 Needs Triage to ✅ Done in iroh Jul 14, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/noq-udp-1.0.1 branch July 14, 2026 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants