snarfed / granary

💬 The social web translator
https://granary.io
Creative Commons Zero v1.0 Universal
447 stars 57 forks source link

build(deps): bump simple-websocket from 1.0.0 to 1.1.0 #804

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps simple-websocket from 1.0.0 to 1.1.0.

Release notes

Sourced from simple-websocket's releases.

Release 1.1.0

See CHANGES.md for release notes.

Changelog

Sourced from simple-websocket's changelog.

simple-websocket change log

Release 1.1.0 - 2024-10-10

  • Added support for IPv6 in the sync client (async already supports it) #39 (commit)
  • Added a top-level exception class (commit)
  • Improve handling of immediately closed sockets with ping/pong enabled #35 (commit) (thanks Łukasz Kędziora!)
  • Unblock receive() call on timeout disconnections #33 (commit) (thanks Łukasz Kędziora!)

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)

... (truncated)

Commits
  • d44409d Release 1.1.0
  • c56946c Add Python 3.13 CI
  • e7c225e Add a top-level exception class
  • d4f05c7 Added support for ipv6 in sync client (Fixes #39)
  • f194759 add development dependencies to pyproject.toml #nolog
  • bbb277d Add Python 3.12, upgrade to PyPy 3.10
  • 4d83d2e use codecov token for coverage uploads #nolog
  • 632ec52 Improve handling of immediately closed sockets with Ping/Pong enabled (#35)
  • 5a5dbec Unblock receive() call on timeout disconnections (#33)
  • a9483e5 Migrate Python package metadata to pyproject.toml
  • 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 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)