Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2024

Bumps github.com/lesismal/nbio from 1.3.18 to 1.5.12.

Release notes

Sourced from github.com/lesismal/nbio's releases.

v1.5.12

  1. http: fix BodyReader multi close bug
  2. http: fix nil engine panic caused by empty body
  3. websocket: add Conn.Keepalive
  4. websocket: each conn uses self's ReleasePayload configuration
  5. test: add //go:norace for all funcs to avoid race warnings

v1.5.11

  1. websocket: fix compress flag bit(only set to 1 in first frame) in multi frames

v1.5.10

  1. http: add Engine.OnRequest
  2. epoll: optimize epoll et events
  3. websocket: fix send queue buffer release
  4. websocket: fix callback for nil close message
  5. engine: fix default max write buffer size value setting

v1.5.9

  1. opt err handling and log for addConn
  2. 4th layer: simplify conn flush logic
  3. 4th layer: support DialAsync/DialAsyncTimeout
  4. websocket: fix dialer onclose callback trigger
  5. websocket: limit decompressor buffer size

v1.5.8

  1. http: fix body reader append logic
  2. websocket: don't call OnClose when ws conn is fast closed before the upgrade succeeds

v1.5.7

  1. websocket: fix writeFrame order in concurrent WriteMessage operation.

v1.5.6

websocket: operate conn.message with lock to avoid concurrent problems.

v1.5.5

Thanks to @​liwnn for providing the details of the websocket parsing bug!

Delete and republish v1.5.4 with bug fixing, using the new version v1.5.5 :

  1. websocket: fix bug for body length parsing.
  2. kqueue: opt write event.

v1.5.4

Socket

  1. epoll/kqueue: clear fd from poller automatically by syscall.Close.
  2. Add flow control for write cache flush to avoid large buffer write failure.
  3. Optimize write cache: use [][]byte to avoid the single large buffer usage.

... (truncated)

Commits
  • f3c9a6a clean
  • 6b028a7 update golangci-lint-action version
  • e6dc249 update golangci-lint version
  • fd8d727 http: fix BodyReader multi close bug
  • 3a34aa0 Merge branch 'norace'
  • a40840c websocket: each conn uses self's ReleasePayload configuration.
  • f4cca21 Merge pull request #447 from lesismal/norace
  • 2d038d6 add //go:norace for all funcs
  • e9d641b http: init BodyReader fields
  • 5ec7332 http: fix nil engine panic caused by empty body
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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/lesismal/nbio](https://github.com/lesismal/nbio) from 1.3.18 to 1.5.12.
- [Release notes](https://github.com/lesismal/nbio/releases)
- [Commits](lesismal/nbio@v1.3.18...v1.5.12)

---
updated-dependencies:
- dependency-name: github.com/lesismal/nbio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 29, 2024
@mtojek mtojek requested a review from mafredri November 7, 2024 11:33
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 7, 2024

Superseded by #500.

@dependabot dependabot bot closed this Nov 7, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/internal/thirdparty/github.com/lesismal/nbio-1.5.12 branch November 7, 2024 13:00
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants