Miguel Grinberg
|
82cc2cb4cc
|
switch readme to markdown format #nolog
|
4 years ago |
Miguel Grinberg
|
2f0d8bbd8c
|
more robust handling of emit's "to" argument (Fixes #689)
|
4 years ago |
Miguel Grinberg
|
0e18945703
|
rename master branch to main #nolog
|
4 years ago |
Miguel Grinberg
|
3778222643
|
Version 5.3.1dev
|
4 years ago |
Miguel Grinberg
|
ebde305229
|
Release 5.3.0
|
4 years ago |
Miguel Grinberg
|
fc6c390818
|
rename master branch to main #nolog
|
4 years ago |
Miguel Grinberg
|
6572ad683a
|
add open collective funding option
|
4 years ago |
Miguel Grinberg
|
703843b42b
|
Document that callbacks cannot be used in external processes (Fixes https://github.com/miguelgrinberg/Flask-SocketIO/issues/1533)
|
4 years ago |
Miguel Grinberg
|
ef4ae900c5
|
Improve start_background_task example (Fixes #647)
|
4 years ago |
Miguel Grinberg
|
d5308504d3
|
Document the use of arguments in the connect_error handler (Fixes #554)
|
4 years ago |
Miguel Grinberg
|
7d2e7f7eb3
|
Allow functions to be used for URL, headers and auth data in client connection (Fixes #588)
|
4 years ago |
Miguel Grinberg
|
2538df8bcf
|
emit events to multiple rooms (Fixes #605)
|
4 years ago |
Miguel Grinberg
|
a37ab00b34
|
Remove Python 2 from PyPI classifiers
|
4 years ago |
Miguel Grinberg
|
66068d9e96
|
More descriptive error when joining a room on a bad namespace (Fixes #650)
|
4 years ago |
Miguel Grinberg
|
2f085b3338
|
Document WebSocket support for threading mode
|
4 years ago |
Miguel Grinberg
|
0cc35ce8f4
|
Version 5.2.2dev
|
4 years ago |
Miguel Grinberg
|
2ae46785d0
|
Release 5.2.1
|
4 years ago |
Miguel Grinberg
|
f4e101079f
|
Fixed incorrect handling of dashes inside the JSON payload of a packet (Fixes #675)
|
4 years ago |
Miguel Grinberg
|
1f0c8c6ef7
|
Version 5.2.1dev
|
4 years ago |
Miguel Grinberg
|
a144c39f8b
|
Release 5.2.0
|
4 years ago |
Miguel Grinberg
|
17d50fabb5
|
More instrumentation for #572 #nolog
|
4 years ago |
Miguel Grinberg
|
81b0b849bd
|
Configure the JSON decoder for safer parsing
|
4 years ago |
Miguel Grinberg
|
9ff8bf3541
|
Updated socketio javascript client versions in documentation
|
4 years ago |
Miguel Grinberg
|
09cb411776
|
Made parsing of id field of Socket.IO packet faster and more robust
|
4 years ago |
Miguel Grinberg
|
8d1aeb2e40
|
Correct use of a trailing comma in Socket.IO packets with no id or data (Fixes #671)
|
4 years ago |
Miguel Grinberg
|
a07eedf54e
|
Pass custom authentication data with client connection (Fixes #661)
|
4 years ago |
Miguel Grinberg
|
9b3ffc2725
|
Version 5.1.1dev
|
4 years ago |
Miguel Grinberg
|
4f631aaa79
|
Release 5.1.0
|
4 years ago |
Miguel Grinberg
|
6f812ef8e4
|
Catch all possible Redis errors (Fixes #635)
|
4 years ago |
Ed Serzo
|
54180987cd
|
Reset message queue sleep timer upon reconnect
|
4 years ago |
Miguel Grinberg
|
4da6d74f56
|
Added wait argument to client's connect method (Fixes #634)
|
4 years ago |
manuel
|
f341abe88e
|
Adding missing example of async client implementation to intro.rst
|
4 years ago |
Miguel Grinberg
|
bff76c432c
|
Fixed bad event object used by asyncio client reconnect logic (Fixes #622)
|
4 years ago |
Mohammed Abdul Raheem
|
eabcc4679b
|
Add scrolling to documentation sidebar (#610)
|
4 years ago |
Tim Gates
|
b418af4c53
|
docs: fix simple typo, swich -> switch (#602)
|
4 years ago |
Miguel Grinberg
|
11b6f1a08d
|
Pass auth information sent by client to the connect handler
|
4 years ago |
Miguel Grinberg
|
3349b024d5
|
Invoke the disconnect handler when the client initiates a disconnection (Fixes #594)
|
4 years ago |
Miguel Grinberg
|
91795041d3
|
Version 5.0.5dev
|
4 years ago |
Miguel Grinberg
|
bc668e86aa
|
Release 5.0.4
|
4 years ago |
Arpit Jain
|
c809774c3e
|
Fix typos in the manual (#599)
|
4 years ago |
Miguel Grinberg
|
251fee1763
|
Updated documentation options (Fixes #597)
|
4 years ago |
Miguel Grinberg
|
314971c8a0
|
Include error message and arguments in CONNECT_ERROR packet (Fixes #590)
|
4 years ago |
Miguel Grinberg
|
f0dddfc3e3
|
Version 5.0.4dev
|
4 years ago |
Miguel Grinberg
|
76a1804937
|
Release 5.0.3
|
4 years ago |
Miguel Grinberg
|
a61d59c02a
|
Correct handling of user session (Fixes #585)
|
4 years ago |
Miguel Grinberg
|
3ae369757a
|
Add python-engineio to version compatibility table
|
4 years ago |
Miguel Grinberg
|
8c5b762d72
|
Updated asgi examples to latest release
|
4 years ago |
dependabot[bot]
|
a10ce860a8
|
Bump uvicorn from 0.7.0 to 0.11.7 in /examples/server/asgi (#530)
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.7.0 to 0.11.7.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.7.0...0.11.7)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
4 years ago |
dependabot[bot]
|
072527568f
|
Bump werkzeug from 0.14.1 to 0.15.3 in /examples/server/wsgi (#372)
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.14.1 to 0.15.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/0.14.1...0.15.3)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
4 years ago |
Miguel Grinberg
|
94afcf643a
|
Updated Django example to latest release
|
4 years ago |