Skip to content

fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.6 - #195

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-gofiber-contrib-v3-websocket-1.x
Open

fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.6#195
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-gofiber-contrib-v3-websocket-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/gofiber/contrib/v3/websocket v1.2.2v1.2.6 age confidence

Release Notes

gofiber/contrib (github.com/gofiber/contrib/v3/websocket)

v1.2.6: v3/websocket - v1.2.6

🧹 Updates

  • coalesce pipelined writes, pooled ReadMessage, Socket.IO heartbeat defaults (#​2320)

🐛 Fixes

  • hand over large messages without a second copy, add benchmarks (#​2321)

🛠️ Maintenance

4 changes
  • bump the golang-modules group across 10 directories with 7 updates (#​2314)
  • bump the fiber-schema-modules group across 10 directories with 1 update (#​2313)
  • bump the fiber-utils-modules group across 10 directories with 1 update (#​2308)
  • bump the fasthttp-modules group across 10 directories with 1 update (#​2304)

Full Changelog: gofiber/contrib@v3/websocket/v1.2.5...v3/websocket/v1.2.6

Thank you @​gaby and @​ReneWerner87 for making this update possible.

v1.2.5: v3/websocket - v1.2.5

🧹 Updates

  • cut hot-path allocations and fix RFC 6455 compliance gaps (#​2298)
  • require Go 1.26 and test on 1.26/1.27 (#​2296)

🛠️ Maintenance

2 changes
  • bump the fiber-utils-modules group across 10 directories with 1 update (#​2301)

Full Changelog: gofiber/contrib@v3/websocket/v1.2.4...v3/websocket/v1.2.5

Thank you @​gaby and @​ReneWerner87 for making this update possible.

v1.2.4: v3/otel - v1.2.4

🐛 Fixes

  • use semconv-advised bucket boundaries for http.server.request.duration (#​2244)

🛠️ Maintenance

11 changes
  • bump the opentelemetry-modules group across 2 directories with 2 updates (#​2260)
  • bump the opentelemetry-modules group across 3 directories with 6 updates (#​2253)
  • bump the fiber-utils-modules group across 7 directories with 1 update (#​2250)
  • bump the testing-modules group across 5 directories with 1 update (#​2238)
  • bump the testing-modules group across 5 directories with 1 update (#​2231)
  • bump the golang-modules group across 7 directories with 3 updates (#​2221)
  • bump the fiber-modules group across 7 directories with 1 update (#​2220)
  • bump the fiber-schema-modules group across 7 directories with 1 update (#​2214)
  • bump the klauspost-modules group across 7 directories with 1 update (#​2207)
  • bump the opentelemetry-modules group across 3 directories with 6 updates (#​2191)
  • bump the opentelemetry-modules group across 2 directories with 6 updates (#​2179)

Full Changelog: gofiber/contrib@v3/otel/v1.2.3...v3/otel/v1.2.4

Thank you @​RyabovNick, @​gaby and @​ReneWerner87 for making this update possible.

v1.2.3: v3/websocket - v1.2.3

🐛 Fixes

  • unblock read loop during shutdown (#​2174)

🛠️ Maintenance

8 changes
  • bump the fiber-schema-modules group across 10 directories with 1 update (#​2212)
  • bump the klauspost-modules group across 10 directories with 1 update (#​2206)
  • bump the check-testing-modules group across 5 directories with 1 update (#​2167)
  • bump the fiber-utils-modules group across 8 directories with 1 update (#​2138)
  • bump the mattn-modules group across 8 directories with 1 update (#​2125)
  • bump the fasthttp-modules group across 8 directories with 1 update (#​2128)
  • bump the fiber-utils-modules group across 8 directories with 1 update (#​2119)
  • bump the fiber-utils-modules group across 8 directories with 1 update (#​2116)

Full Changelog: gofiber/contrib@v3/websocket/v1.2.2...v3/websocket/v1.2.3

Thank you @​gaby and @​ReneWerner87 for making this update possible.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: src/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 13 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.7 -> 1.26.0
github.com/gofiber/fiber/v3 v3.4.0 -> v3.5.0
golang.org/x/crypto v0.54.0 -> v0.57.0
golang.org/x/sync v0.22.0 -> v0.23.0
golang.org/x/text v0.40.0 -> v0.42.0
github.com/fxamacker/cbor/v2 v2.9.2 -> v2.9.3
github.com/gofiber/schema v1.8.3 -> v1.8.6
github.com/gofiber/utils/v2 v2.2.0 -> v2.5.1
github.com/klauspost/compress v1.19.1 -> v1.20.0
github.com/mattn/go-isatty v0.0.23 -> v0.0.24
github.com/valyala/fasthttp v1.72.0 -> v1.74.0
go.yaml.in/yaml/v3 v3.0.4 -> v3.0.5
golang.org/x/net v0.57.0 -> v0.59.0
golang.org/x/sys v0.47.0 -> v0.48.0

@renovate renovate Bot changed the title fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.3 fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.3 - autoclosed Aug 22, 2026
@renovate renovate Bot closed this Aug 22, 2026
@renovate
renovate Bot deleted the renovate/github.com-gofiber-contrib-v3-websocket-1.x branch August 22, 2026 16:43
@renovate renovate Bot changed the title fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.3 - autoclosed fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.3 Aug 28, 2026
@renovate renovate Bot reopened this Aug 28, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-gofiber-contrib-v3-websocket-1.x branch 2 times, most recently from 75f3453 to b3291e0 Compare August 28, 2026 06:04
@renovate renovate Bot changed the title fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.3 fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.3 - autoclosed Aug 30, 2026
@renovate renovate Bot closed this Aug 30, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.3 - autoclosed fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.3 Aug 31, 2026
@renovate renovate Bot reopened this Aug 31, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-gofiber-contrib-v3-websocket-1.x branch 2 times, most recently from b3291e0 to b9445b3 Compare August 31, 2026 03:10
@renovate renovate Bot changed the title fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.3 fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.3 - autoclosed Sep 2, 2026
@renovate renovate Bot closed this Sep 2, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.3 - autoclosed fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.3 Sep 3, 2026
@renovate renovate Bot reopened this Sep 3, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-gofiber-contrib-v3-websocket-1.x branch 2 times, most recently from 258529b to 4e38dc4 Compare September 3, 2026 20:43
@renovate renovate Bot changed the title fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.3 fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.4 Sep 3, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-gofiber-contrib-v3-websocket-1.x branch from 4e38dc4 to 0330425 Compare September 7, 2026 18:06
@renovate renovate Bot changed the title fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.4 fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.5 Sep 7, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-gofiber-contrib-v3-websocket-1.x branch from 0330425 to b805d3b Compare September 10, 2026 03:33
@renovate renovate Bot changed the title fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.5 fix(deps): update module github.com/gofiber/contrib/v3/websocket to v1.2.6 Sep 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants