Skip to content

chore(deps): bump github.com/panjf2000/gnet/v2 from 2.9.8 to 2.10.0#47

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/panjf2000/gnet/v2-2.10.0
Open

chore(deps): bump github.com/panjf2000/gnet/v2 from 2.9.8 to 2.10.0#47
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/panjf2000/gnet/v2-2.10.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/panjf2000/gnet/v2 from 2.9.8 to 2.10.0.

Release notes

Sourced from github.com/panjf2000/gnet/v2's releases.

Gnet v2.10.0, Steins;Gate

[!IMPORTANT] This release enables you to read and write the connection-level context across goroutines!

🚀 Features

  • feat: add SafeContext()/SetSafeContext() for concurrency-safe user-defined context (#760)

🛩 Enhancements

  • opt: use sync.Once to ensure listener opens only once (#739)
  • Optimize next highest power of two calculation (#737)
  • opt: use net/url for validating network addresses (#728)

🐛 Bugfixes

  • fix: downgrade x/sync and x/sys to versions compatible with Go 1.20 (#758)
  • bug: switch to socket.Dup in eventloop.enroll to enable close-on-exec (#745)
  • bug: set FD_CLOEXEC flag when enrolling a client FD (#743)
  • bug: fix Unix address parsing absolute path (#731)
  • bug: make Conn.Write/Writev return the non-retryable error if any (#715)

📚 Documentation

  • docs: update inaccurate comments on Conn.Next/Peek (#718)

🗃 Misc

  • ci: bump golangci-lint to v2.12.2 to fix Go 1.26 toolchain panic (#761)
  • chore: bump up Go modules dad475e
  • ci: bump up Go version to 1.26 (#755)
  • pkg/ring/ring_buffer: remove the unused field "bs" (#736)
  • test: add more tests for bad network addresses (#729)
  • chore: fix typos and improve comments (#724)

Full Changelog: panjf2000/gnet@v2.9.0...v2.10.0

Thanks to all these contributors: @​Copilot, @​dxasu, @​gunli, @​panjf2000 and copilot-swe-agent[bot] for making this release possible.

Commits
  • 58b59a1 minor: v2.10.0 (#762)
  • 441457f feat: add SafeContext()/SetSafeContext() for concurrency-safe user-defined co...
  • f424318 ci: bump golangci-lint to v2.12.2 to fix Go 1.26 toolchain panic (#761)
  • See full diff 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 [github.com/panjf2000/gnet/v2](https://github.com/panjf2000/gnet) from 2.9.8 to 2.10.0.
- [Release notes](https://github.com/panjf2000/gnet/releases)
- [Commits](panjf2000/gnet@v2.9.8...v2.10.0)

---
updated-dependencies:
- dependency-name: github.com/panjf2000/gnet/v2
  dependency-version: 2.10.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 go Pull requests that update go code labels Jul 6, 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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants