Skip to content

build(deps): bump github.com/mdlayher/netlink from 1.9.0 to 1.10.0#308

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/mdlayher/netlink-1.10.0
Closed

build(deps): bump github.com/mdlayher/netlink from 1.9.0 to 1.10.0#308
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/mdlayher/netlink-1.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github.com/mdlayher/netlink from 1.9.0 to 1.10.0.

Release notes

Sourced from github.com/mdlayher/netlink's releases.

v1.10.0

See https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md#v1100

Changelog

Sourced from github.com/mdlayher/netlink's changelog.

v1.10.0

  • [New API]: #270 added MessageBufferSize option to netlink.Config for configuring the size of the copy buffer used for receiving messages. This can improve performance in high-throughput applications by reducing the number of syscalls needed to receive messages.
  • [Improvement]: #219 added debug logging inspired by libmnl. This is now the new default when setting NLDEBUG in the environment.
  • [New API]: #258 added netlink.Conn.ReceiveIter for iterating over responses without collecting them into a slice. It also optimized netlink.Conn.Receive to use this new API internally so that less memory is used.
  • [Improvement]: #269 made it so nltest.Conn.Receive can be used to test that multi-part messages are drained properly.
  • [Improvement]: #266 optimized the initial parsing of netlink messages in netlink.Socket.Receive by adding an iterator for parsing messages directly from the receive buffer.
  • [Improvement]: #267 added integration test benchmarks for multi-part dumps.
  • [Improvement]: #215 optimized the internal peek/allocate logic in netlink.Socket.Receive. Messages are no longer being copied during peeking and the buffer is allocated to the exact size of the upcoming message.
  • [Bug Fix]: #265 fixed a bug where concurrent calls to netlink.Conn.Receive could race with each other when handling multi-part messages. Calls to Receive are now serialized.
  • [Improvement]: #264 added handling for truncated messages in netlink.Socket.Receive.
Commits
  • 0d93d86 CHANGELOG: release v1.10.0 (#271)
  • 6d8d9ce netlink: add MessageBufferSize configuration option (#270)
  • 5c0c409 debug: option to print using mnl format (#219)
  • 758d46d build(deps): bump actions/setup-go from 6.2.0 to 6.3.0 (#263)
  • 5af0e4f netlink, nltest: add ReceiveIter to stream responses (#258)
  • ccabe8e nltest: split multi-part messages into smaller batches (#269)
  • 2a932c0 netlink: add parseMessagesIter to reduce memory usage (#266)
  • a51a734 internal/integration: add benchmark for multi-part netlink dumps (#267)
  • dce357b conn: reduce initial memory in Receive() (#215)
  • 596ce22 conn_linux: serialize Receive calls (#265)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 2, 2026
Bumps [github.com/mdlayher/netlink](https://github.com/mdlayher/netlink) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/mdlayher/netlink/releases)
- [Changelog](https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md)
- [Commits](mdlayher/netlink@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/mdlayher/netlink
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/mdlayher/netlink-1.10.0 branch from 2348394 to 9d99219 Compare April 9, 2026 13:49
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 13, 2026

Superseded by #310.

@dependabot dependabot Bot closed this Apr 13, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/mdlayher/netlink-1.10.0 branch April 13, 2026 04:03
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants