Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump simple-websocket from 0.10.1 to 1.0.0 #668

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2023

Bumps simple-websocket from 0.10.1 to 1.0.0.

Release notes

Sourced from simple-websocket's releases.

Release 1.0.0

See CHANGES.md for release notes.

Changelog

Sourced from simple-websocket's changelog.

simple-websocket change log

Release 1.0.0 - 2023-10-05

  • New async client and server #28 (commit)
  • On a closed connection, return buffered input before raising an exception #30 (commit)
  • Do not duplicate SSLSocket instances #26 (commit)
  • Handle broken pipe errors in background thread #29 (commit)
  • Remove unused argument (commit)
  • Eliminate race conditions during testing #27 (commit)
  • Remove python 3.7 from unit tests (commit)

Release 0.10.1 - 2023-06-04

  • Duplicate the gevent socket to avoid using it in multiple greenlets #24 (commit)
  • Add Python 3.11 to builds (commit)

Release 0.10.0 - 2023-04-08

  • Support custom headers in the client (commit)

Release 0.9.0 - 2022-11-17

  • Properly clean up closed connections #19 (commit) (thanks Carlos Carvalho!)

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

... (truncated)

Commits
  • f2ce0f1 Release 1.0.0
  • 57c5ffc Asyncio client and server (#28)
  • 761925a remove python 3.7 from unit tests
  • 6c87abe On a closed connection, return buffered input before raising an exception (Fi...
  • 6f92764 Handle broken pipe errors in background thread (Fixes #29)
  • 245eedc Remove unused argument
  • a37c79d Eliminate race conditions during testing (#27)
  • da42e98 Do not duplicate SSLSocket instances (Fixes #26)
  • abdfcb0 Add readthedocs config file
  • e2bbfc2 Version 0.10.2.dev0
  • 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 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 [simple-websocket](https://github.com/miguelgrinberg/simple-websocket) from 0.10.1 to 1.0.0.
- [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.10.1...v1.0.0)

---
updated-dependencies:
- dependency-name: simple-websocket
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 11, 2023
@github-actions
Copy link

Looks like a major version upgrade! Skipping auto-merge.

@snarfed snarfed merged commit 38331ab into main Oct 11, 2023
5 checks passed
@snarfed snarfed deleted the dependabot/pip/simple-websocket-1.0.0 branch October 11, 2023 13:42
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.

1 participant