Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

build: bump simple-websocket from 0.6.0 to 0.8.1 #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2022

Bumps simple-websocket from 0.6.0 to 0.8.1.

Changelog

Sourced from simple-websocket's changelog.

simple-websocket change log

Release 0.8.1 - 2022-09-11

  • Correct handling of an empty subprotocol list in server #22 (commit)
  • Handshake robustness with slow clients such as microcontrollers (commit)
  • Prevent race condition on client close #18 (commit)
  • Improved documentation for subprotocol negotiation (commit)

Release 0.8.0 - 2022-08-08

  • Support for subprotocol negotiation #17 (commit)

Release 0.7.0 - 2022-07-24

Release 0.6.0 - 2022-07-15

  • Improved performance of multi-part messages #15 (commit)

Release 0.5.2 - 2022-04-12

  • Compression support #11 (commit)
  • Update builds for python 3.10 and pypy3.8 (commit)

Release 0.5.1 - 2022-02-17

  • Store the detected WebSocket mode in server (commit)

Release 0.5.0 - 2021-12-04

  • Added optional WebSocket Ping/Pong mechanism #6 (commit)
  • Option to set a maximum message size #5 (commit)
  • Store close reason in ConnectionClosed exception #9 (commit)
  • Option configure a custom selector class (commit)

Release 0.4.0 - 2021-09-23

  • Close the connection if socket.recv() returns 0 bytes #4 (commit)

Release 0.3.0 - 2021-08-05

  • Handle older versions of gevent #3 (commit)
  • Handle large messages split during transmission #2 (commit)
  • Documentation (commit)
  • GitHub builds (commit)
  • Unit tests

Release 0.2.0 - 2021-05-15

... (truncated)

Commits
  • 59b6694 Release 0.8.1
  • cf33616 Correct handling of an empty subprotocol list in server (Fixes #22)
  • 271f8fc Handle handshake with slow clients such as microcontrollers
  • e174491 Prevent race condition on client close (Fixes #18)
  • c747854 Improved documentation for subprotocol negotiation
  • e0f82b2 Version 0.8.1.dev0
  • d393a06 Release 0.8.0
  • 800fdc1 Remove debugging prints left by mistake #nolog
  • 04baf87 Support for subprotocol negotiation (Fixes #17)
  • 9ce12fb Version 0.7.1.dev0
  • 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 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 [simple-websocket](https://github.com/miguelgrinberg/simple-websocket) from 0.6.0 to 0.8.1.
- [Release notes](https://github.com/miguelgrinberg/simple-websocket/releases)
- [Changelog](https://github.com/miguelgrinberg/simple-websocket/blob/main/CHANGES.md)
- [Commits](miguelgrinberg/simple-websocket@v0.6.0...v0.8.1)

---
updated-dependencies:
- dependency-name: simple-websocket
  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 Nov 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants