129 Commits (main)

Author SHA1 Message Date
dependabot[bot] fc0c1e2fee
Bump gunicorn in /examples/server/wsgi/django_socketio (#1445) #nolog 2 weeks ago
dependabot[bot] 4adebf6ab8
Bump jinja2 from 3.1.5 to 3.1.6 in /examples/server/wsgi (#1440) #nolog 4 weeks ago
dependabot[bot] 1b41943603
Bump django in /examples/server/wsgi/django_socketio (#1439) #nolog 4 weeks ago
dependabot[bot] a598a55cc1
Bump django in /examples/server/wsgi/django_socketio (#1430) #nolog 3 months ago
Miguel Grinberg 269332da80
Enable instrumentation by default in WSGI and ASGI examples 3 months ago
dependabot[bot] 7e8e884d50
Bump jinja2 from 3.1.3 to 3.1.5 in /examples/server/wsgi (#1426) #nolog 3 months ago
Miguel Grinberg bd8555da85
Pass a `reason` argument to the disconnect handler (#1422) 4 months ago
Miguel Grinberg db642bb2bd
Upgrade the code to more recent Python versions 4 months ago
dependabot[bot] b75d7309b7
Bump path-to-regexp and express in /examples/server/javascript (#1418) #nolog 4 months ago
dependabot[bot] f5b686c104
Bump django in /examples/server/wsgi/django_socketio (#1417) #nolog 4 months ago
dependabot[bot] 3e95bb5ca8
Bump path-to-regexp and express in /examples/client/javascript (#1416) #nolog 4 months ago
dependabot[bot] 46c6a70046
Bump tornado from 6.4.1 to 6.4.2 in /examples/server/tornado (#1408) #nolog 4 months ago
dependabot[bot] 03b445a7ce
Bump aiohttp from 3.10.2 to 3.10.11 in /examples/server/aiohttp (#1406) #nolog 5 months ago
dependabot[bot] d2059c1b8f
Bump cookie and socket.io in /examples/client/javascript (#1394) #nolog 6 months ago
dependabot[bot] e2237077de
Bump cookie, socket.io and express in /examples/server/javascript (#1395) #nolog 6 months ago
dependabot[bot] 694d0a294c
Bump send and express in /examples/client/javascript (#1393) #nolog 6 months ago
dependabot[bot] a9b02a5a65
Bump django in /examples/server/wsgi/django_socketio (#1392) #nolog 6 months ago
dependabot[bot] 3157681c1a
Bump send and express in /examples/server/javascript (#1385) #nolog 7 months ago
dependabot[bot] c535558a8e
Bump path-to-regexp and express in /examples/client/javascript (#1381) #nolog 7 months ago
Miguel Grinberg 5f83cd0f7b
Renamed flask-socketio references to python-socketio (Fixes #1377) 7 months ago
dependabot[bot] 9f34493c27
Bump aiohttp from 3.9.4 to 3.10.2 in /examples/server/aiohttp (#1372) #nolog 8 months ago
dependabot[bot] 0d2ea55fed
Bump django in /examples/server/wsgi/django_socketio (#1370) #nolog 8 months ago
Miguel Grinberg 287d6ed551
Update note about Sanic issues (Fixes #1365) 9 months ago
dependabot[bot] f16a998d2e
Bump ws, engine.io, socket.io-adapter and engine.io-client (#1364) #nolog 9 months ago
dependabot[bot] 386e5e2294
Bump django in /examples/server/wsgi/django_socketio (#1363) #nolog 9 months ago
dependabot[bot] 4b4b0bec39
Bump ws, engine.io, socket.io-adapter and engine.io-client (#1353) #nolog 10 months ago
dependabot[bot] d67a272c2e
Bump tornado from 6.3.3 to 6.4.1 in /examples/server/tornado (#1346) #nolog 10 months ago
dependabot[bot] 5c23cca5eb
Bump aiohttp from 3.9.2 to 3.9.4 in /examples/server/aiohttp (#1326) #nolog 12 months ago
dependabot[bot] 2e234fc61c
Bump gunicorn in /examples/server/wsgi/django_socketio (#1325) #nolog 12 months ago
dependabot[bot] 9546b4b2ca
Bump sqlparse in /examples/server/wsgi/django_socketio (#1324) #nolog 12 months ago
dependabot[bot] 4e4262923d
Bump eventlet from 0.20.1 to 0.35.2 in /examples/server/wsgi (#1323) #nolog 12 months ago
dependabot[bot] aa8c43cc17
Bump express from 4.18.2 to 4.19.2 in /examples/server/javascript (#1318) #nolog 1 year ago
dependabot[bot] 5ae1e8ca4b
Bump express from 4.18.2 to 4.19.2 in /examples/client/javascript (#1317) #nolog 1 year ago
dependabot[bot] fff4640616
Bump django in /examples/server/wsgi/django_socketio (#1314) #nolog 1 year ago
dependabot[bot] e8bab71413
Bump django in /examples/server/wsgi/django_socketio (#1307) #nolog 1 year ago
dependabot[bot] 5f00188b54
Bump aiohttp from 3.9.0 to 3.9.2 in /examples/server/aiohttp (#1303) #nolog 1 year ago
dependabot[bot] 1e2aa6e078
Bump jinja2 from 2.11.3 to 3.1.3 in /examples/server/wsgi (#1298) #nolog 1 year ago
dependabot[bot] 6967eca550
Bump aiohttp from 3.8.6 to 3.9.0 in /examples/server/aiohttp (#1281) #nolog 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 1 year ago
dependabot[bot] 4fa3b19030
Bump django from 4.2.3 to 4.2.7 in /examples/server/wsgi/django_socketio (#1267) #nolog 1 year ago
Miguel Grinberg 4bf48776ca
Reporting to Socket.IO Admin UI (#1164) 1 year ago
Miguel Grinberg 2e1f0262ad
Add FastAPI and Litestar server examples 2 years ago
Miguel Grinberg 3f78af2831
Update Socket.IO JavaScript client to version 4.7.2 in all examples 2 years ago
Miguel Grinberg 8e3460c5fc
Async versions of enter_room and leave_room should be coroutines (breaking change) 2 years ago
Miguel Grinberg 699ee9c47a
Context manager interface for the simple clients 2 years ago
Miguel Grinberg 55d6310eb3
Simplified client (#1237) 2 years ago
dependabot[bot] c5064110fc
Bump tornado from 6.3.2 to 6.3.3 in /examples/server/tornado (#1225) #nolog 2 years ago
dependabot[bot] 4295de7cda
Bump django from 4.2.1 to 4.2.3 in /examples/server/wsgi/django_socketio (#1210) #nolog 2 years ago
dependabot[bot] 02b48a30e9
Bump tornado from 5.0.2 to 6.3.2 in /examples/server/tornado (#1196) #nolog 2 years ago