Commit Graph

  • 57e38f0e3c
    Release 5.7.1 v5.7.1 Miguel Grinberg 2022-07-15 20:05:00 +0100
  • dbb0c00b32
    Report which namespaces remain unconnected #962 Kristján Valur Jónsson 2022-07-15 12:11:40 +0000
  • efe87d867a Add namespaces argument to Server and AsyncServer (Fixes #822) Miguel Grinberg 2022-07-09 20:25:50 +0200
  • d4e69fb7ce
    Fix #952: add missing await (#957) sjrodahl 2022-07-08 21:36:11 +0200
  • 11b29ee1bc Fix #952: add missing await #957 Sondre Rodahl 2022-07-08 13:48:38 +0200
  • f907a01a18
    Bump django from 4.0.5 to 4.0.6 in /examples/server/wsgi/django_socketio #951 dependabot[bot] 2022-07-05 22:39:21 +0000
  • c79d3c840f
    Bump ujson from 1.35 to 5.4.0 in /examples/server/sanic #950 dependabot[bot] 2022-07-05 21:21:21 +0000
  • dc82609356
    Version 5.7.1.dev0 Miguel Grinberg 2022-07-04 14:56:13 +0100
  • 54d3e5c2c3
    Release 5.7.0 v5.7.0 Miguel Grinberg 2022-07-04 14:56:03 +0100
  • f888446b33
    Fix documentation typo (#948) mostlycryptic 2022-07-01 16:28:15 +0530
  • 9a2b981862
    Fix typo in `Class Based Namespaces` #948 mostlycryptic 2022-07-01 16:06:43 +0530
  • dc7ac74c1d
    Update Django example Miguel Grinberg 2022-06-25 12:51:02 +0100
  • 4b697815c3
    Fix Python 3.11 deprecation warning (#941) Jérôme Boulmier 2022-06-24 10:58:18 +0200
  • 99aaadeffe Fix deprecation warning #941 Jérôme Boulmier 2022-06-23 14:26:35 +0200
  • 767f54059f Fixed if statement that needed negation after being tidied up. #935 theDigitalGuy 2022-06-16 20:06:52 +0200
  • 4ff70fb06c Try to reuse already established and created connection and channel while emitting from external processes theDigitalGuy 2022-06-16 19:24:41 +0200
  • 5b91346177
    Documentation fix for async client. Miguel Grinberg 2022-06-09 10:26:42 +0100
  • b48d7956a3
    Bump ujson from 1.35 to 5.2.0 in /examples/server/sanic #930 dependabot[bot] 2022-05-26 01:08:00 +0000
  • 98f3cb4664
    Update documentation of asyncio server Miguel Grinberg 2022-05-18 10:10:15 +0100
  • 98318fbdde
    Correct handling of RedisError exception (Fixes #919) Miguel Grinberg 2022-05-01 15:51:31 +0100
  • 268fe12ffa
    Do not send ACK packet for unknown events (Fixes #824) Miguel Grinberg 2022-04-30 00:26:36 +0100
  • 44715012dc
    Server refuses connections on unknown namespaces (Fixes #822) Miguel Grinberg 2022-04-29 20:15:37 +0100
  • c45cfcb72e
    Remove uneeded readthedocs config file #nolog Miguel Grinberg 2022-04-29 19:28:36 +0100
  • cd87118256
    Version 5.6.1.dev0 Miguel Grinberg 2022-04-24 10:38:15 +0100
  • 9cf2719a10
    Release 5.6.0 v5.6.0 Miguel Grinberg 2022-04-24 10:37:23 +0100
  • 0e7691b776
    Use new asyncio support in redis package (Fixes #911) Miguel Grinberg 2022-04-23 16:28:08 +0100
  • 6953c7a295
    Bump django in /examples/server/wsgi/django_example #913 dependabot[bot] 2022-04-22 20:59:05 +0000
  • 16243e7c5f
    Fixed documentation typo (#910) Omar Costa Hamido 2022-04-07 23:01:35 +0100
  • 1bda7efc68
    Update server.rst #910 Omar Costa Hamido 2022-04-07 20:03:19 +0100
  • b4b55e1fb5
    fixed #897: compatibility with aio-pika>=7 (#900) Dmitriy 2022-03-28 08:08:30 +1000
  • 1d0b8756f1 fixed #897: compatibility with aio-pika=7 #900 Dmitriy 2022-03-27 17:04:12 +1000
  • 4d5e36d36f
    Add application name to Sanic example (#892) Florian Metzger-Noel 2022-03-16 11:53:16 +0100
  • 31de7e4789
    Update app.py #892 Florian Metzger-Noel 2022-03-16 11:38:09 +0100
  • f2ae136dcd
    Catch and log errors in pubsub listening thread (Fixes #889) Miguel Grinberg 2022-03-14 23:30:45 +0000
  • b5b9decc4f
    Merge 4239331c0a into fb9648575e #850 Ododo 2022-03-05 01:23:49 +0800
  • fb9648575e
    Fix aiohttp example's background task (Fixes #881) Miguel Grinberg 2022-02-28 14:16:42 +0000
  • 342f2e3fe9
    Bump sanic from 0.8 to 20.12.6 in /examples/server/sanic (#875) dependabot[bot] 2022-02-17 14:55:44 +0000
  • 473e8fa486
    Bump sanic from 0.8 to 20.12.6 in /examples/server/sanic #875 dependabot[bot] 2022-02-17 14:48:51 +0000
  • 7c1b26a5fd
    Version 5.5.3.dev0 Miguel Grinberg 2022-02-15 11:36:37 +0000
  • 91bebff3c1
    Release 5.5.2 v5.5.2 Miguel Grinberg 2022-02-15 11:36:08 +0000
  • 3336181f9c
    Fix indentation in the "Rooms" docs example. (#872) Ezio Melotti 2022-02-14 10:51:13 +0100
  • b1da1ed03d
    Fix indentation in the "Rooms" docs example. #872 Ezio Melotti 2022-02-14 10:06:43 +0100
  • 6d9af1b7dd
    Bump django in /examples/server/wsgi/django_example #870 dependabot[bot] 2022-02-10 08:14:34 +0000
  • 4239331c0a PubSub: Allow specifying custom encoder #850 Olivier Dautricourt 2022-01-15 10:05:32 +0100
  • ed5679a7cb
    Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8 Miguel Grinberg 2022-01-29 18:44:44 +0000
  • 78c8477d0a
    Bump django in /examples/server/wsgi/django_example #862 dependabot[bot] 2022-01-29 18:46:47 +0000
  • d2d7f03748
    pypy3 build fix #nolog Miguel Grinberg 2022-01-29 18:44:44 +0000
  • 1fb7a76575
    Connect with an empty auth object instead of None (Fixes #861) Miguel Grinberg 2022-01-29 12:10:04 +0000
  • 8de1421b22 Fix tests #856 Sam Mosleh 2022-01-26 16:42:17 +0330
  • f91522ecbd Add NamespaceNotFoundError Sam Mosleh 2022-01-19 11:19:07 +0330
  • b78549890c
    Version 5.5.2.dev0 Miguel Grinberg 2022-01-11 12:17:35 +0000
  • 9f751ed389
    Release 5.5.1 v5.5.1 Miguel Grinberg 2022-01-11 12:17:25 +0000
  • 273a4b0439
    Add example code to flake8 linter Miguel Grinberg 2022-01-10 23:52:42 +0000
  • 655bffea1f Moved the sio application to views.py, deleted the reference to the socketio app that doesn't exist #844 Psami-wondah 2022-01-10 21:06:20 +0100
  • 877108c96b added django_example for asgi servers with uvicorn Psami-wondah 2022-01-10 15:13:47 +0100
  • 4ee3649514
    Support multiple Kafka servers sparkingdark 2021-12-22 22:35:04 +0530
  • b2580ccd25 formatted code #840 sparkingdark 2022-01-05 12:55:19 +0530
  • 59851dfad8 changed the preprocessing logic sparkingdark 2021-12-29 11:47:45 +0530
  • b1c419a52b changed the preprocessing logic sparkingdark 2021-12-29 11:47:17 +0530
  • dacdc1a13a added url_list extra parameter for multiple kafka server usage sparkingdark 2021-12-22 22:35:04 +0530
  • 3bd13578c8
    Version 5.5.1.dev0 Miguel Grinberg 2021-11-14 13:17:48 +0000
  • d623836474
    Release 5.5.0 v5.5.0 Miguel Grinberg 2021-11-14 13:16:16 +0000
  • e8fff07b36
    Configure Redis pubsub to skip subscription messages Miguel Grinberg 2021-11-14 13:08:05 +0000
  • a54152f246
    Update Python supported versions in docs Miguel Grinberg 2021-11-11 10:01:17 +0000
  • 34f34e53d6
    Do not invoke reserved events on a catch-all handler (Fixes #814) Miguel Grinberg 2021-10-31 00:35:51 +0100
  • 60735dd4c2
    Use correct binary packet types in the msgpack packet encoder (Fixes #811) Miguel Grinberg 2021-10-28 00:27:09 +0100
  • 47c5f45c76 Document how to get connection state in the client (Fixes #799) Miguel Grinberg 2021-10-26 23:52:21 +0100
  • 8c2a6ac869 Improved documentation of call() method (Fixes #813) Miguel Grinberg 2021-10-26 23:22:44 +0100
  • ea84b9b1c7 Option to disable the SIGINT handler in the client (Fixes #792) Miguel Grinberg 2021-10-26 20:28:33 +0100
  • dee9e82f75 Fixes incorrect packet type for binary payloads with the msgpack serializer (Fixes #811) #812 Tolga Tarhan 2021-10-25 20:22:05 -0700
  • db0565ada6
    Fixed intermittent test failures (Fixes #572) Miguel Grinberg 2021-10-25 00:28:49 +0100
  • 32db48d12c
    Add missing call() method to namespace classes (Fixes #800) Miguel Grinberg 2021-10-24 20:18:40 +0100
  • ed08a01e65
    Add missing to argument to namespace emit() and send() calls (Fixes #810) Miguel Grinberg 2021-10-24 19:54:23 +0100
  • 26e03ca01c Use None instead of dict default argument #806 Sam Mosleh 2021-10-20 13:38:03 +0330
  • 7c9926e84e lint Sam Mosleh 2021-10-20 10:46:43 +0330
  • 7a7da80c5c Unify redis usage Sam Mosleh 2021-10-20 09:50:07 +0330
  • 8c15b77c9b
    instrumentation to track #572 #nolog Miguel Grinberg 2021-10-17 23:35:33 +0100
  • f245191d86
    Migrate async Redis client manager to aioredis 2.x (Fixes #771) Sam Mosleh 2021-10-16 20:56:45 +0330
  • a15e10358b Migrate to aioredis 2.0 #801 Sam Mosleh 2021-10-16 20:56:45 +0330
  • 4f5bf1e989
    Improve documentation on start_background_task() function Miguel Grinberg 2021-10-15 23:38:39 +0100
  • 67aa7cd8ff
    Version 5.4.2.dev0 Miguel Grinberg 2021-10-14 20:20:04 +0100
  • 8c3fd205f8
    Release 5.4.1 v5.4.1 Miguel Grinberg 2021-10-14 20:19:50 +0100
  • 28569d48ad Catch-all event handlers #789 Miguel Grinberg 2021-09-03 11:06:19 +0100
  • dff3d3da31
    Update config.yml Miguel Grinberg 2021-08-29 17:14:02 +0100
  • a830c9f788 Implement disconnect method for external processes (Fixes #684) Miguel Grinberg 2021-08-20 17:16:42 +0100
  • 37651d9d89
    Version 5.4.1.dev0 Miguel Grinberg 2021-08-02 00:16:02 +0100
  • 9aa31ab95e
    Release 5.4.0 v5.4.0 Miguel Grinberg 2021-08-02 00:15:24 +0100
  • cb1b8ec74b
    Return error packet if client connects to an already connected namespace Miguel Grinberg 2021-07-23 00:14:19 +0100
  • e5e7c8e5d9
    indicate in the change log the last Python 2 compatible version Miguel Grinberg 2021-07-21 23:33:03 +0100
  • 5159e84c49
    Support msgpack and custom packet serializers (Fixes #749) Miguel Grinberg 2021-07-21 00:17:34 +0100
  • a813bde062
    Handle CancelledError in async pubsub managers (Fixes #750) Miguel Grinberg 2021-07-13 10:24:34 +0100
  • fb3ac958df
    Remove executable permissions from setup.py, which has no shebang (#748) Ben Beasley 2021-07-05 18:14:46 -0400
  • 65d2fa20d1 Remove executable permissions from setup.py, which has no shebang #748 Benjamin A. Beasley 2021-07-05 08:00:36 -0400
  • 1a806f2f1a
    Add issue templates #nolog Miguel Grinberg 2021-07-04 11:58:39 +0100
  • 58a235186c
    Bump websockets from 8.1 to 9.1 in /examples/server/asgi #707 dependabot[bot] 2021-06-11 17:48:07 +0000
  • 89e8dca570
    Bump django in /examples/server/wsgi/django_example #705 dependabot[bot] 2021-06-10 17:42:06 +0000
  • b933010ede
    Bump django in /examples/server/wsgi/django_example #704 dependabot[bot] 2021-06-09 17:32:58 +0000
  • 578afe1e2e
    Bump aiohttp from 1.3.1 to 3.7.4 in /examples/server/aiohttp #644 dependabot[bot] 2021-06-07 19:44:24 +0000
  • 09254cc7b8
    remove outdated dependency Miguel Grinberg 2021-06-07 20:43:37 +0100
  • af878774af
    Remove outdated build scripts #nolog Miguel Grinberg 2021-06-07 20:37:34 +0100