overthesun / simoc

A scalable model of an interactive, off-world community
https://ngs.simoc.space/
GNU General Public License v3.0
2 stars 1 forks source link

Bump python-socketio from 5.9.0 to 5.11.1 #486

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 5 months ago

Bumps python-socketio from 5.9.0 to 5.11.1.

Release notes

Sourced from python-socketio's releases.

Release 5.11.1

See CHANGES.md for release notes.

Release 5.11.0

See CHANGES.md for release notes.

Release 5.10.0

See CHANGES.md for release notes.

Changelog

Sourced from python-socketio's changelog.

python-socketio change log

Release 5.11.1 - 2024-02-05

  • Connection retry option in the client #1306 (commit)
  • use Socket.IO sid in transport#1299 (commit)
  • Add support for Python 3.12 and drop 3.7 #1297 (commit) (thanks Hugo van Kemenade!)

Release 5.11.0 - 2024-01-06

  • Support catch-all namespaces #1288 (commit) (thanks mooomooo!)
  • Prevent pubsub managers from ever crashing #1262 (commit)
  • Hold references to background tasks to avoid garbage collection #1191 (commit)
  • Clearer documentation for the max_http_buffer_size argument #1272 (commit)
  • Improved catch-all handler documentation (commit)
  • Documentation typos (commit)
  • Remove documentation references to gevent-websocket, which is not needed anymore (commit)
  • Remove documentation reference to outdated aioredis package #1268 (commit)
  • Update requirements for Django example (commit)
  • Unit test fixes for the new simple clients #1265 (commit)

Release 5.10.0 - 2023-10-15

Release 5.9.0 - 2023-09-03

  • Optimized performance and memory usage for broadcasts #1233 (commit)
  • Improved documentation on horizontal scaling #1099 (commit)
  • Corrected user session documentation example #1170 (commit)
  • Improved grammar in documentation #1175 (commit) (thanks zykron1!)
  • Fix docstring typo: client/server mixup #1163 (commit) (thanks Sasja!)
  • Fix typos in the documentation #1230 (commit) (thanks Alex Kuhrt!)
  • Upgrade dependencies in Django server example (commit)
  • Update reference JavaScript examples (commit)
  • Upgrade to pypy-3.9 in unit tests (commit)

Release 5.8.0 - 2023-03-16

... (truncated)

Commits
  • 83a3211 Release 5.11.1
  • b4f3614 Optional connection retries (Fixes #1306)
  • 5f00188 Bump aiohttp from 3.9.0 to 3.9.2 in /examples/server/aiohttp (#1303) #nolog
  • 0e1f232 use Socket.IO sid in transport() method (Fixes #1299)
  • 1e2aa6e Bump jinja2 from 2.11.3 to 3.1.3 in /examples/server/wsgi (#1298) #nolog
  • 4177852 Add support for Python 3.12 and drop 3.7 (#1297)
  • 04144bd Version 5.11.1.dev0
  • 2fcd74f Release 5.11.0
  • 53d78ba Make Admin UI tests less flaky #nolog
  • 3ab1f27 Make Admin UI tests less flaky #nolog
  • 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)
dependabot[bot] commented 3 months ago

Superseded by #496.