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 |
dependabot[bot]
|
e808c624c1
|
Bump django from 2.1.6 to 2.2.13 in /examples/server/wsgi/django_example (#502)
|
4 years ago |
Miguel Grinberg
|
839b533d67
|
fix documentation typo #nolog
|
4 years ago |
Miguel Grinberg
|
bcdf9bb009
|
Performace tuning
|
4 years ago |
Miguel Grinberg
|
7f6a3355bd
|
Version 5.0.3dev
|
4 years ago |
Miguel Grinberg
|
3a5e3b13d4
|
Release 5.0.2
|
4 years ago |
Miguel Grinberg
|
2e71c22c6d
|
Return environ dictionary for a client
|
4 years ago |
Miguel Grinberg
|
9b26bfd94f
|
Version 5.0.2dev
|
4 years ago |
Miguel Grinberg
|
061ee73920
|
Release 5.0.1
|
4 years ago |
Miguel Grinberg
|
d2bb2b12e5
|
Fix Engine.IO dependency version
|
4 years ago |
Miguel Grinberg
|
805b33fa7d
|
Conversion from Socket.IO sid to Engine.IO sid
|
4 years ago |
Miguel Grinberg
|
af2e2633ea
|
More logging to track down intermittent test failures #nolog
|
4 years ago |
Miguel Grinberg
|
df61934b40
|
Remove unused dependencies in tox.ini file #nolog
|
4 years ago |
Miguel Grinberg
|
3419d4dcb0
|
Added version compatibility chart to docs #nolog
|
4 years ago |
Miguel Grinberg
|
7b327f8a13
|
Version 5.0.1dev
|
4 years ago |
Miguel Grinberg
|
1c63e98198
|
Release 5.0.0
|
4 years ago |
Miguel Grinberg
|
f6eeedb767
|
Remove dependency on the six package
|
4 years ago |
Miguel Grinberg
|
cc9b3e97bb
|
v5 protocol: updated all examples
|
4 years ago |
Miguel Grinberg
|
0ecfbf593d
|
v5 protocol: server unit tests
|
4 years ago |
Miguel Grinberg
|
0c91e92eb1
|
v5 protocol: client unit tests
|
4 years ago |
Miguel Grinberg
|
a4cc0b2c5b
|
v5 protocol: client manager unit tests
|
4 years ago |
Miguel Grinberg
|
308b0c8eeb
|
v5 protocol: handle per-namespace sids in base manager
|
4 years ago |
Miguel Grinberg
|
49822e6919
|
v5 protocol: do not connect the default namespace unless requested explicitly
|
4 years ago |
Miguel Grinberg
|
798ab6abe1
|
v5 protocol: add JavaScript client and server examples for testing
|
4 years ago |
Miguel Grinberg
|
4940fc1e1e
|
v5 protocol: rename ERROR packet to CONNECT_ERROR
|
4 years ago |
Miguel Grinberg
|
9270a5bcf8
|
remove unnecessary binary argument
|
4 years ago |
Miguel Grinberg
|
342ca0bb9d
|
Add version compatibility chart to README
|
4 years ago |
Miguel Grinberg
|
aae49c253e
|
Add logging to help debug #572 #nolog
|
4 years ago |
Miguel Grinberg
|
76820b90ab
|
Version 4.6.2dev
|
4 years ago |
Miguel Grinberg
|
0d3507e1d3
|
Release 4.6.1
|
4 years ago |
Miguel Grinberg
|
033d388284
|
only bring compatible versions of engineio dependency #nolog
|
4 years ago |
Miguel Grinberg
|
5e010bdf1f
|
add a note regarding Socket.IO 3.0 support in progress #nolog
|
4 years ago |
Miguel Grinberg
|
104d5dd97b
|
Move builds to GitHub actions
|
4 years ago |
Miguel Grinberg
|
4890607130
|
Added troubleshooting section to the documentation
|
5 years ago |
Miguel Grinberg
|
7365799a97
|
switch default build to 3.8 #nolog
|
5 years ago |
Miguel Grinberg
|
3ac3437af7
|
Document the user of tuples when emitting
|
5 years ago |
Miguel Grinberg
|
1fffa8ce7a
|
switch default build to 3.8 #nolog
|
5 years ago |
Fover
|
1fbf95940c
|
Fixed typo in documentation (#524)
|
5 years ago |
David Brooks
|
8107216848
|
Allow for no original signal handler (#517). (#518)
|
5 years ago |