Skip to content

chore(deps): bump noq-udp from 1.1.1 to 1.2.0 - #222

Merged
flub merged 1 commit into
mainfrom
dependabot/cargo/noq-udp-1.2.0
Sep 3, 2026
Merged

chore(deps): bump noq-udp from 1.1.1 to 1.2.0#222
flub merged 1 commit into
mainfrom
dependabot/cargo/noq-udp-1.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps noq-udp from 1.1.1 to 1.2.0.

Changelog

Sourced from noq-udp's changelog.

1.2.0 - 2026-08-24

⛰️ Features

🐛 Bug Fixes

  • (proto) Correctly set per path idle timer (#771) - (f1ae905)
  • (proto) Ignore coalesced datagram tail for unknown path (#782) - (898cea7)
  • (udp) Disable SO_TIMESTAMPNS for now (#776) - (20d6fec)

⚙️ Miscellaneous Tasks

  • (docs) Remove the unmaintained book (#793) - (f96c494)
  • (secruity) Ensure locked cargo files and dependabot cooldown (#788) - (c334d2d)
  • Run daily CI even two hours earlier (#767) - (8cae43a)
  • Run cargo update and adjust deny.toml accordingly (#762) - (5cf07f4)
  • Auto format and wrap comments (#744) - (db9bf72)

noq-v1.1.0 - 2026-07-20

⛰️ Features

  • (noq) Introduce noq::Connection::authenticated - (3e926fa)
  • (proto) Allow ProtectedHeader::decode to use a generic reference - (8f80192)
  • (proto) Use path idle timeout for validation when opening a new path (#721) - (b570682)
  • (proto) Make Connection::poll_timeout immutable - (a17cb24)
  • (quinn-udp) Make Apple fast datapath opt-in - (a0ec97a)
  • (udp) Add IP_RECVERR / IPV6_RECVERR support (Linux/Android) - (81582f4)
  • (udp) Implement kernel receive timestamps on Linux/Android - (b454d17)
  • Implement kernel receive timestamps on Linux/Android - (9849790)

🐛 Bug Fixes

  • (noq) Handle overdue timers without polling the async timer - (f165c03)
  • (perf) Suppress table output in JSON mode - (f853e5e)
  • (proto) Discard stale abandoned path packets (#732) - (52a5000)
  • (proto) Make path_stats not require self mutably - api unchanged (#736) - (54bae7f)
  • (proto) Congestion: avoid double-reducing CUBIC fast convergence - (4cfbafa)
  • (proto) Congestion: preserve excess CUBIC cwnd increment - (6039c93)
  • (proto) Set loss detection timer on path validation failure - (f847bb0)
  • (proto) Avoid double-emitting Draining event, causing an active_connections underflow (#748) - (883ca63)
  • (proto) Fix coalescing loop to avoid coalescing in Initial space (#747) - (0a445dd)
  • (proto) Reject DATAGRAMs larger than the send buffer - (1e8a5a9)
  • (proto) Use binary search in ArrayRangeSet - (ba90d78)
  • (proto) Drop Initials silently when saturated - (f2968cf)
  • (quinn) Handle overdue timers without polling the async timer - (76020ba)
  • (readme) Use correct crates.io badge link in README.md (#756) - (ab91554)

... (truncated)

Commits
  • a62dafd chore: Release
  • f96c494 chore(docs): Remove the unmaintained book (#793)
  • c334d2d ci(secruity): ensure locked cargo files and dependabot cooldown (#788)
  • 64a7e4c feat(proto): sync bbrv3 from quinn (#785)
  • 898cea7 fix(proto): ignore coalesced datagram tail for unknown path (#782)
  • f1ae905 fix(proto): correctly set per path idle timer (#771)
  • db9bf72 chore: auto format and wrap comments (#744)
  • 20d6fec fix(udp): Disable SO_TIMESTAMPNS for now (#776)
  • f07006e feat(udp): support wasm32-wasip2 (#773)
  • 5cf07f4 deps: run cargo update and adjust deny.toml accordingly (#762)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [noq-udp](https://github.com/n0-computer/noq) from 1.1.1 to 1.2.0.
- [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-v1.1.1...noq-udp-v1.2.0)

---
updated-dependencies:
- dependency-name: noq-udp
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 3, 2026
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

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

Last updated: 2026-09-03T12:05:25Z

@n0bot n0bot Bot added this to iroh Sep 3, 2026
@github-project-automation github-project-automation Bot moved this to 🚑 Needs Triage in iroh Sep 3, 2026
@flub
flub added this pull request to the merge queue Sep 3, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to no response for status checks Sep 3, 2026
@flub
flub added this pull request to the merge queue Sep 3, 2026
Merged via the queue into main with commit cde891f Sep 3, 2026
34 of 60 checks passed
@flub
flub deleted the dependabot/cargo/noq-udp-1.2.0 branch September 3, 2026 15:21
@github-project-automation github-project-automation Bot moved this from 🚑 Needs Triage to ✅ Done in iroh Sep 3, 2026
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.

1 participant