Commit Graph

  • 3c28754880
    Version 4.5.2dev Miguel Grinberg 2020-03-22 17:07:29 +0000
  • a4b0a5e910
    Release 4.5.1 v4.5.1 Miguel Grinberg 2020-03-22 17:04:18 +0000
  • 913c68a338 add missing unit tests #nolog Miguel Grinberg 2020-03-22 15:15:08 +0000
  • 16e873dbc7
    Fix endless loop when disconnecting on multi-server deployments (Fixes #441) Miguel Grinberg 2020-03-19 23:49:18 +0000
  • 754fa7b29e
    updated change log #nolog Miguel Grinberg 2020-03-14 11:57:44 +0000
  • 1aca46c956
    Version 4.5.1dev Miguel Grinberg 2020-03-14 11:56:36 +0000
  • 6be2bd2cd4
    Release 4.5.0 v4.5.0 Miguel Grinberg 2020-03-14 11:54:14 +0000
  • d972ca3a54 Document concurrency problems with emits (Fixes #403) Miguel Grinberg 2020-03-07 16:51:56 +0000
  • 01378ef1ef Support client disconnects with multiple servers (Fixes https://github.com/miguelgrinberg/Flask-SocketIO/issues/1174) Miguel Grinberg 2020-03-07 15:37:04 +0000
  • a0abd7af6e stop building python 2.7 Miguel Grinberg 2020-02-15 10:10:53 +0100
  • dc89963e32 Initialize the client's SIGINT signal handler if a client is created (Fixes #424) Miguel Grinberg 2020-02-15 10:09:06 +0100
  • 2a54f6c020 Remove unneeded data argument #nolog Miguel Grinberg 2020-02-15 10:08:09 +0100
  • f1a2e545c8 missing unit tests #nolog Miguel Grinberg 2020-02-15 00:19:22 +0100
  • e2242ce40e
    Fix Server and AsyncServer when emitting no data (#420) Aaron 2020-02-15 07:12:47 +0800
  • d745477abf More accurate logging documentation Miguel Grinberg 2020-02-15 00:01:03 +0100
  • 7f9023dc9b
    Merge pull request #1 from higrw123/higrw123-patch-fix-disconnect-miss #427 higrw123 2020-02-12 19:14:14 +0800
  • c040927a83
    Update asyncio_client.py higrw123 2020-02-12 19:12:59 +0800
  • fd3e79c9b4
    Bump django from 2.1.6 to 2.2.10 in /examples/server/wsgi/django_example #425 dependabot[bot] 2020-02-11 23:33:47 +0000
  • 886c9bcc28 Fix Server and AsyncServer when emitting no data #420 Aaron Tsang 2020-01-30 19:09:24 +0800
  • aa2882cb3e fix AsyncClient example and typo in Intro (#389) Dmitry Volodin 2019-11-29 02:35:51 +0300
  • 62c6dfb02f
    fix miguelgrinberg/python-socketio#353 #389 Dmitry Volodin 2019-11-29 00:00:41 +0300
  • 9c882333f2
    fix AsyncClient example Dmitry Volodin 2019-11-28 23:49:18 +0300
  • d4b4034311 fix missing : in documentation example (#386) Rotzbua 2019-11-26 19:29:30 +0100
  • 9daaf0ca6c
    fix missing : #386 Rotzbua 2019-11-26 18:08:34 +0100
  • a7ce61ab1e
    Version 4.4.1dev Miguel Grinberg 2019-11-24 23:59:51 +0000
  • 610ee2cf1f
    Release 4.4.0 v4.4.0 Miguel Grinberg 2019-11-24 23:49:56 +0000
  • 805d5f3741 Support the connect_error event in the client (Fixes #344) Miguel Grinberg 2019-11-24 11:42:28 +0000
  • b60bbc0307 fix documentation typos (#374) Dmitry Volodin 2019-11-06 05:01:39 +0300
  • 82c441c1f5
    fix another typo #374 Dmitry Volodin 2019-11-05 19:08:41 +0300
  • 5a5d7da516
    fix typo Dmitry Volodin 2019-11-05 18:12:09 +0300
  • e8976fa0e8
    Bump werkzeug from 0.14.1 to 0.15.3 in /examples/server/wsgi #372 dependabot[bot] 2019-11-01 12:58:49 +0000
  • 7c32b379ae
    Updated documentation with new Engine.IO client options Miguel Grinberg 2019-10-22 16:09:28 +0100
  • 3c3aefff24
    add github sponsor info to funding Miguel Grinberg 2019-10-12 08:20:24 +0100
  • c3bc519202
    fix : static not found #348 625781186 2019-09-05 23:09:28 +0800
  • a839a36fa0
    do not dispatch events for disconnected namespaces (Fixes #333) Miguel Grinberg 2019-08-22 08:12:04 +0100
  • 62a77bf0f9
    Version 4.3.2dev Miguel Grinberg 2019-08-05 20:23:54 +0100
  • c431d8222b
    Release 4.3.1 v4.3.1 Miguel Grinberg 2019-08-05 20:14:43 +0100
  • 7dbc47049a
    Pass additional options to Redis and Kombu managers (Fixes #307) Miguel Grinberg 2019-08-04 23:50:10 +0100
  • f36fa88d9e
    Updated documentation on message queue manager classes Miguel Grinberg 2019-08-04 16:28:34 +0100
  • 36d17856f4
    Integration with Apache Kafka Miguel Grinberg 2019-08-04 15:55:16 +0100
  • 9146e02a05
    exempt pika manager from code coverage #nolog Miguel Grinberg 2019-08-04 15:18:19 +0100
  • d984f32e76 Add Asyncio based RabbitMQ manager (#320) salimaboubacar 2019-08-04 15:58:27 +0200
  • f2c1cf7f04
    Do not allow emits on a namespace that is not connected (Fixes #325) Miguel Grinberg 2019-08-04 14:30:23 +0100
  • 516a2958f4
    Disconnect Engine.IO connection when server disconnects a client (https://github.com/miguelgrinberg/Flask-SocketIO/issues/1017) Miguel Grinberg 2019-08-03 20:41:58 +0100
  • d23581e657
    documentation updates Miguel Grinberg 2019-08-02 09:06:20 +0100
  • 6848bed1d7
    update CORS documentation (Fixes #327) Miguel Grinberg 2019-08-02 09:04:00 +0100
  • 659a51e247
    Version 4.3.1dev Miguel Grinberg 2019-07-29 15:12:34 +0100
  • ea016fa6a1
    Release 4.3.0 v4.3.0 Miguel Grinberg 2019-07-29 15:08:40 +0100
  • 045188c63d
    Documentation for the Same Origin security policy Miguel Grinberg 2019-07-29 14:01:13 +0100
  • 8643f56f6f
    Version 4.2.2dev Miguel Grinberg 2019-07-27 19:54:58 +0100
  • 33082cf8d5
    Release 4.2.1 v4.2.1 Miguel Grinberg 2019-07-27 19:50:31 +0100
  • 061b767bb7
    upper bound for python-engineio #nolog Miguel Grinberg 2019-07-27 19:49:34 +0100
  • 111e9554ff Fix line too long #320 Salim Aboubacar 2019-07-26 19:33:13 +0200
  • df142a63a3 Harmonize settings with kombu manager Salim Aboubacar 2019-07-26 19:28:17 +0200
  • c31a67d0cc Remove unwanted managers Salim Aboubacar 2019-07-23 20:39:48 +0200
  • 0b25ff42b8 Added rediss:// URL scheme to AsyncRedisManager (#319) Dylan Anthony 2019-07-21 06:47:03 -0400
  • 10f7f88000 Obeyed flake8 #319 Dylan Anthony 2019-07-19 15:38:04 -0400
  • 969aa77c41 Add some RabbitMQ managers Salim Aboubacar 2019-07-19 17:50:19 +0200
  • d66a4a945f Added rediss:// URL scheme to AsyncRedisManager Dylan Anthony 2019-07-19 11:39:23 -0400
  • 5e7c4df975
    Version 4.2.1dev Miguel Grinberg 2019-06-29 17:20:04 +0100
  • f9ccb7f7bf
    Release 4.2.0 v4.2.0 Miguel Grinberg 2019-06-29 17:15:31 +0100
  • fa53e3869c
    handle keyboard interrupt during reconnect (Fixes #301) Miguel Grinberg 2019-06-29 17:07:04 +0100
  • 8a4e5ffa5c
    added "to" parameter as an alias to "room" Miguel Grinberg 2019-06-29 14:11:53 +0100
  • eecd3676c1
    correctly autodetect asgi async mode Miguel Grinberg 2019-06-29 12:45:16 +0100
  • 2aa8636223
    documentation on user session behavior on disconnections (Fixes #308) Miguel Grinberg 2019-06-29 10:10:06 +0100
  • 3062d3f5a7
    add funding file #nolog Miguel Grinberg 2019-06-25 10:49:49 +0100
  • 61034bb922
    release script bug fix #nolog Miguel Grinberg 2019-06-03 12:55:49 +0100
  • 97c52086e8
    Version 4.1.1dev Miguel Grinberg 2019-06-03 12:55:15 +0100
  • de43788020
    Release 4.1.0 v4.1.0 Miguel Grinberg 2019-06-03 12:54:03 +0100
  • 814ff84ec3
    Move python-engineio dependency to versions 3.8 and up Miguel Grinberg 2019-06-03 12:35:19 +0100
  • 0f42c181da
    Various simplifications to examples Miguel Grinberg 2019-06-01 10:45:45 +0100
  • 70ebfdbfa1
    New @event decorator for handler registration Miguel Grinberg 2019-06-01 10:40:16 +0100
  • aaa87a8277
    Much more flexible support for static files in the server Miguel Grinberg 2019-05-30 19:50:10 +0100
  • 3b32dbde8d
    expose the sid for the connection Miguel Grinberg 2019-05-26 11:08:03 +0100
  • 9847565445
    fixed type in change log #nolog Miguel Grinberg 2019-05-25 23:26:40 +0100
  • b347040ff2
    Version 4.0.4dev Miguel Grinberg 2019-05-25 23:25:49 +0100
  • 49dd9fc8d6
    Release 4.0.3 v4.0.3 Miguel Grinberg 2019-05-25 23:21:38 +0100
  • 18fa5286c7
    flake8 fixes Miguel Grinberg 2019-05-25 23:20:19 +0100
  • b46dc0fa1a
    auto-generate change log during release Miguel Grinberg 2019-05-25 23:01:16 +0100
  • 7348d923e3
    added python 3.7 build Miguel Grinberg 2019-05-25 23:00:35 +0100
  • 7803a7bce0
    added change log Miguel Grinberg 2019-05-25 22:57:59 +0100
  • 00d39ca698
    skip_sid parameter can also be a list (fixes #202) Miguel Grinberg 2019-05-19 18:31:29 +0100
  • d3e19b7e52
    note on cors support for sanic (fixes #205) Miguel Grinberg 2019-05-19 17:11:12 +0100
  • 0249f05a2f
    Fixed Sanic documentation (fixes #193) Miguel Grinberg 2019-05-19 15:16:54 +0100
  • 18215d90b2
    Version 4.0.3dev Miguel Grinberg 2019-05-19 10:28:13 +0100
  • f4cccfa009
    Release 4.0.2 v4.0.2 Miguel Grinberg 2019-05-19 10:23:04 +0100
  • 4632a3522e
    helper release script Miguel Grinberg 2019-05-19 10:22:12 +0100
  • dd3608c79e
    fixed requirements file Miguel Grinberg 2019-05-10 10:07:00 +0100
  • c0c1bf8d21
    properly handle disconnects from ios client Miguel Grinberg 2019-04-28 20:24:32 +0100
  • ac7fa5cb5e
    updated some requirements Miguel Grinberg 2019-04-28 20:00:04 +0100
  • f86999ff9c
    updated asgi examples to the latest uvicorn Miguel Grinberg 2019-04-28 19:58:37 +0100
  • da26cabd2d
    Release 4.0.1 v4.0.1 Miguel Grinberg 2019-04-26 16:52:06 +0100
  • fd91e36799
    remove unused wait and timeout arguments from send method Miguel Grinberg 2019-04-26 16:00:13 +0100
  • cacb621ad7 Add missing import statement for socketio in docs (#289) Syed Faheel Ahmad 2019-04-20 04:19:06 +0530
  • ce94a4274b
    Remove incorrect import statement #289 Syed Faheel Ahmad 2019-04-20 00:48:56 +0530
  • 62d164d1cc
    Add missing import statement for socketio Syed Faheel Ahmad 2019-04-19 14:20:26 +0530
  • 55e3a6cb02 change a typo from `client` to `server` (#280) Almog Cohen 2019-03-27 16:18:10 -0700
  • fdc82ec46c change a typo from `client` to `server` #280 almogcohen 2019-03-26 16:42:17 -0700
  • 65c4675bab
    add link to stack overflow for questions Miguel Grinberg 2019-03-16 08:24:09 +0000
  • 3af9a003aa
    Merge branch 'Keylekan-master' Miguel Grinberg 2019-03-13 09:06:21 +0000