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 |
Miguel Grinberg
|
66b9586a65
|
Unit test fixes for the new simple clients (Fixes #1265)
|
1 year ago |
Miguel Grinberg
|
8cc84bd66e
|
Version 5.10.1.dev0
|
1 year ago |
Miguel Grinberg
|
8eab993c41
|
Release 5.10.0
|
1 year ago |
Miguel Grinberg
|
4bf48776ca
|
Reporting to Socket.IO Admin UI (#1164)
|
1 year ago |
Miguel Grinberg
|
c85c7d8a24
|
Update readme #nolog
|
1 year ago |
Miguel Grinberg
|
6bdc498d42
|
Migrate Python package metadata to pyproject.toml
|
1 year ago |
[object Object]
|
d40b3a33ff
|
Update `ping_timeout` documented default to accord with current Engine.IO behavior (#1255)
|
2 years ago |
Miguel Grinberg
|
2e1f0262ad
|
Add FastAPI and Litestar server examples
|
2 years ago |
Miguel Grinberg
|
58b57068ab
|
Internal code restructure (no functional changes)
|
2 years ago |
Miguel Grinberg
|
ef0f88f6cf
|
Internal code restructure (no functional changes)
|
2 years ago |