dependabot[bot]
|
f16a998d2e
|
Bump ws, engine.io, socket.io-adapter and engine.io-client (#1364) #nolog
Bumps [ws](https://github.com/websockets/ws), [engine.io](https://github.com/socketio/engine.io), [socket.io-adapter](https://github.com/socketio/socket.io-adapter) and [engine.io-client](https://github.com/socketio/engine.io-client). These dependencies needed to be updated together.
Updates `ws` from 8.11.0 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.11.0...8.17.1)
Updates `engine.io` from 6.5.2 to 6.5.5
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/6.5.5/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io/compare/6.5.2...6.5.5)
Updates `socket.io-adapter` from 2.5.2 to 2.5.5
- [Release notes](https://github.com/socketio/socket.io-adapter/releases)
- [Changelog](https://github.com/socketio/socket.io-adapter/blob/2.5.5/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-adapter/compare/2.5.2...2.5.5)
Updates `engine.io-client` from 6.5.2 to 6.5.4
- [Release notes](https://github.com/socketio/engine.io-client/releases)
- [Changelog](https://github.com/socketio/engine.io-client/blob/6.5.4/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io-client/compare/6.5.2...6.5.4)
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
- dependency-name: engine.io
dependency-type: indirect
- dependency-name: socket.io-adapter
dependency-type: indirect
- dependency-name: engine.io-client
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
9 months ago |
dependabot[bot]
|
386e5e2294
|
Bump django in /examples/server/wsgi/django_socketio (#1363) #nolog
Bumps [django](https://github.com/django/django) from 4.2.11 to 4.2.14.
- [Commits](https://github.com/django/django/compare/4.2.11...4.2.14)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
9 months ago |
Miguel Grinberg
|
3a618c67ef
|
Reorganization of server documentation (#1350)
|
10 months ago |
dependabot[bot]
|
4b4b0bec39
|
Bump ws, engine.io, socket.io-adapter and engine.io-client (#1353) #nolog
Bumps [ws](https://github.com/websockets/ws), [engine.io](https://github.com/socketio/engine.io), [socket.io-adapter](https://github.com/socketio/socket.io-adapter) and [engine.io-client](https://github.com/socketio/engine.io-client). These dependencies needed to be updated together.
Updates `ws` from 8.11.0 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.11.0...8.17.1)
Updates `engine.io` from 6.5.2 to 6.5.5
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io/compare/6.5.2...6.5.5)
Updates `socket.io-adapter` from 2.5.2 to 2.5.5
- [Release notes](https://github.com/socketio/socket.io-adapter/releases)
- [Changelog](https://github.com/socketio/socket.io-adapter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-adapter/compare/2.5.2...2.5.5)
Updates `engine.io-client` from 6.5.2 to 6.5.4
- [Release notes](https://github.com/socketio/engine.io-client/releases)
- [Changelog](https://github.com/socketio/engine.io-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io-client/compare/6.5.2...6.5.4)
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
- dependency-name: engine.io
dependency-type: indirect
- dependency-name: socket.io-adapter
dependency-type: indirect
- dependency-name: engine.io-client
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
10 months ago |
Miguel Grinberg
|
69b4f8d0b8
|
Version 5.11.4.dev0
|
10 months ago |
Miguel Grinberg
|
c4e22486f4
|
Release 5.11.3
|
10 months ago |
Miguel Grinberg
|
5e78ecbc34
|
Minor updates to the server and client documentation
|
10 months ago |
Miguel Grinberg
|
469b7c0dd5
|
Ignore catch-all namespace in client connections (Fixes #1351)
|
10 months ago |
dependabot[bot]
|
d67a272c2e
|
Bump tornado from 6.3.3 to 6.4.1 in /examples/server/tornado (#1346) #nolog
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.3 to 6.4.1.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.3.3...v6.4.1)
---
updated-dependencies:
- dependency-name: tornado
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
10 months ago |
Miguel Grinberg
|
a2c266c6f9
|
fix incorrect assertion #nolog
|
11 months ago |
Miguel Grinberg
|
811e044a46
|
New shutdown() method added to the client (Fixes #1333)
|
11 months ago |
Miguel Grinberg
|
82ceaf7a23
|
Remove outdated information in intro section of documentation
Fixes #1337
|
11 months ago |
John Sigg
|
547449bc70
|
Fix typos in server.rst (#1331)
Change 2 instances of "complaint" to "compliant"
|
11 months ago |
Ruslan Bel'kov
|
e593519692
|
Accept 0 as a callback id (#1329)
|
11 months ago |
Miguel Grinberg
|
42019816e6
|
use codecov token for coverage uploads #nolog
|
11 months ago |
dependabot[bot]
|
5c23cca5eb
|
Bump aiohttp from 3.9.2 to 3.9.4 in /examples/server/aiohttp (#1326) #nolog
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.2 to 3.9.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.2...v3.9.4)
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
12 months ago |
dependabot[bot]
|
2e234fc61c
|
Bump gunicorn in /examples/server/wsgi/django_socketio (#1325) #nolog
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...22.0.0)
---
updated-dependencies:
- dependency-name: gunicorn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
12 months ago |
dependabot[bot]
|
9546b4b2ca
|
Bump sqlparse in /examples/server/wsgi/django_socketio (#1324) #nolog
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0.
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.4...0.5.0)
---
updated-dependencies:
- dependency-name: sqlparse
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
12 months ago |
dependabot[bot]
|
4e4262923d
|
Bump eventlet from 0.20.1 to 0.35.2 in /examples/server/wsgi (#1323) #nolog
Bumps [eventlet](https://github.com/eventlet/eventlet) from 0.20.1 to 0.35.2.
- [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS)
- [Commits](https://github.com/eventlet/eventlet/compare/v0.20.1...v0.35.2)
---
updated-dependencies:
- dependency-name: eventlet
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
12 months ago |
dependabot[bot]
|
aa8c43cc17
|
Bump express from 4.18.2 to 4.19.2 in /examples/server/javascript (#1318) #nolog
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
1 year ago |
dependabot[bot]
|
5ae1e8ca4b
|
Bump express from 4.18.2 to 4.19.2 in /examples/client/javascript (#1317) #nolog
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
1 year ago |
Miguel Grinberg
|
9e633b91f6
|
Version 5.11.3.dev0
|
1 year ago |
Miguel Grinberg
|
a0f83022c0
|
Release 5.11.2
|
1 year ago |
asuka
|
bd39b8f215
|
Improved routing to catch-all namespace handlers (#1316)
|
1 year ago |
dependabot[bot]
|
fff4640616
|
Bump django in /examples/server/wsgi/django_socketio (#1314) #nolog
Bumps [django](https://github.com/django/django) from 4.2.10 to 4.2.11.
- [Commits](https://github.com/django/django/compare/4.2.10...4.2.11)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
1 year ago |
Miguel Grinberg
|
7cc84bd13d
|
Option to disable routing in ASGIApp
|
1 year ago |
dependabot[bot]
|
e8bab71413
|
Bump django in /examples/server/wsgi/django_socketio (#1307) #nolog
Bumps [django](https://github.com/django/django) from 4.2.7 to 4.2.10.
- [Commits](https://github.com/django/django/compare/4.2.7...4.2.10)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
1 year ago |
Miguel Grinberg
|
05f67cdd54
|
Version 5.11.2.dev0
|
1 year ago |
Miguel Grinberg
|
83a3211be4
|
Release 5.11.1
|
1 year ago |
Miguel Grinberg
|
b4f36148d8
|
Optional connection retries (Fixes #1306)
|
1 year ago |
dependabot[bot]
|
5f00188b54
|
Bump aiohttp from 3.9.0 to 3.9.2 in /examples/server/aiohttp (#1303) #nolog
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.0 to 3.9.2.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.0...v3.9.2)
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
1 year ago |
Miguel Grinberg
|
0e1f23229d
|
use Socket.IO sid in transport() method (Fixes #1299)
|
1 year ago |
dependabot[bot]
|
1e2aa6e078
|
Bump jinja2 from 2.11.3 to 3.1.3 in /examples/server/wsgi (#1298) #nolog
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.11.3...3.1.3)
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
1 year ago |
Hugo van Kemenade
|
417785293f
|
Add support for Python 3.12 and drop 3.7 (#1297)
|
1 year ago |
Miguel Grinberg
|
04144bdad0
|
Version 5.11.1.dev0
|
1 year ago |
Miguel Grinberg
|
2fcd74f842
|
Release 5.11.0
|
1 year ago |
Miguel Grinberg
|
53d78ba9d9
|
Make Admin UI tests less flaky #nolog
|
1 year ago |
Miguel Grinberg
|
3ab1f273e2
|
Make Admin UI tests less flaky #nolog
|
1 year ago |
Miguel Grinberg
|
12134bd5c5
|
Prevent pubsub managers from ever crashing
Fixes #1262
|
1 year ago |
Miguel Grinberg
|
2f07824347
|
Hold references to background tasks to avoid garbage collection (Fixes #1191)
|
1 year ago |
Miguel Grinberg
|
1f488b03b6
|
Clearer documentation for the `max_http_buffer_size` argument (Fixes #1272)
|
1 year ago |
Miguel Grinberg
|
29c794333e
|
Documentation typos
|
1 year ago |
Miguel Grinberg
|
0a54ec6ae4
|
Improved catch-all handler documentation
|
1 year ago |
mooomooo
|
801241378e
|
Support catch-all namespaces (Fixes #1288)
|
1 year ago |
Miguel Grinberg
|
0aa8683a3b
|
Remove references to gevent-websocket which is not needed anymore
|
1 year ago |
dependabot[bot]
|
6967eca550
|
Bump aiohttp from 3.8.6 to 3.9.0 in /examples/server/aiohttp (#1281) #nolog
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.0.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.6...v3.9.0)
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
1 year ago |
Miguel Grinberg
|
f72139b89e
|
update requirements for Django example
|
1 year ago |
dependabot[bot]
|
a43e3f63c0
|
Bump aiohttp from 3.7.4 to 3.8.6 in /examples/server/aiohttp (#1278) #nolog
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.4 to 3.8.6.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.7.4...v3.8.6)
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
1 year ago |
Miguel Grinberg
|
344e5c1d6b
|
Remove reference to outdated aioredis package (Fixes #1268)
|
1 year ago |
dependabot[bot]
|
4fa3b19030
|
Bump django from 4.2.3 to 4.2.7 in /examples/server/wsgi/django_socketio (#1267) #nolog
Bumps [django](https://github.com/django/django) from 4.2.3 to 4.2.7.
- [Commits](https://github.com/django/django/compare/4.2.3...4.2.7)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
1 year ago |