Karan Singh Bisht
de6f405172
Add message history feature
- Implement message history functionality in server.py
- Add message_history.py module for history management
- Add comprehensive tests for message history
- Include problem description and solution documentation
4 months ago
Miguel Grinberg
1c2eab13a9
Admin UI fixes: remove duplicate tasks, report transport upgrades
5 months ago
dependabot[bot]
8469b69261
Bump qs and express in /examples/client/javascript ( #1544 ) #nolog
Bumps [qs](https://github.com/ljharb/qs ) to 6.14.1 and updates ancestor dependency [express](https://github.com/expressjs/express ). These dependencies need to be updated together.
Updates `qs` from 6.13.0 to 6.14.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.13.0...v6.14.1 )
Updates `express` from 4.21.2 to 4.22.1
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.21.2...v4.22.1 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.14.1
dependency-type: indirect
- dependency-name: express
dependency-version: 4.22.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 months ago
dependabot[bot]
174629eb8d
Bump aiohttp from 3.12.14 to 3.13.3 in /examples/server/aiohttp ( #1543 ) #nolog
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.13.3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 months ago
dependabot[bot]
7353b27613
Bump qs and express in /examples/server/javascript ( #1542 ) #nolog
Bumps [qs](https://github.com/ljharb/qs ) to 6.14.1 and updates ancestor dependency [express](https://github.com/expressjs/express ). These dependencies need to be updated together.
Updates `qs` from 6.13.0 to 6.14.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.13.0...v6.14.1 )
Updates `express` from 4.21.2 to 4.22.1
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.21.2...v4.22.1 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.14.1
dependency-type: indirect
- dependency-name: express
dependency-version: 4.22.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 months ago
Miguel Grinberg
e01550bda0
Fix typos in documentation #nolog ( Fixes #1541 )
5 months ago
Miguel Grinberg
2ce7348198
Version 5.16.1.dev0
5 months ago
Miguel Grinberg
9e624b38c8
Release 5.16.0
5 months ago
Miguel Grinberg
d0728d2f74
Drop Python 3.8 and 3.9 from CI
5 months ago
Miguel Grinberg
b235699d9b
Address deprecations
5 months ago
Miguel Grinberg
412a6cf849
Version 5.15.2.dev0
6 months ago
Miguel Grinberg
c6eaca07bb
Release 5.15.1
6 months ago
Miguel Grinberg
c279f26bb8
Support multiple arguments via pubsub emits ( Fixes #1539 ) ( #1540 )
6 months ago
dependabot[bot]
91553c1ac2
Bump django in /examples/server/wsgi/django_socketio ( #1538 ) #nolog
Bumps [django](https://github.com/django/django ) from 4.2.26 to 4.2.27.
- [Commits](https://github.com/django/django/compare/4.2.26...4.2.27 )
---
updated-dependencies:
- dependency-name: django
dependency-version: 4.2.27
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 months ago
Miguel Grinberg
692dca4747
Version 5.15.1.dev0
6 months ago
Miguel Grinberg
a63007d17a
Release 5.15.0
6 months ago
Miguel Grinberg
5e898a9b93
Retry initial Redis connection ( Fixes #1534 )
6 months ago
Miguel Grinberg
1e903e173a
Retry initial Redis connection ( Fixes #1534 ) ( #1536 )
6 months ago
Miguel Grinberg
208925344a
Support ext_type in the MsgPackPacket class ( #1521 )
6 months ago
Miguel Grinberg
6c9b9974f7
Support sending bytestrings when using pub/sub managers
7 months ago
Lê Nam Khánh
db3f1c2a01
Fix typos in src/socketio/async_client.py ( #1520 )
7 months ago
dependabot[bot]
f4b4a98bda
Bump django in /examples/server/wsgi/django_socketio ( #1519 ) #nolog
Bumps [django](https://github.com/django/django ) from 4.2.22 to 4.2.26.
- [Commits](https://github.com/django/django/compare/4.2.22...4.2.26 )
---
updated-dependencies:
- dependency-name: django
dependency-version: 4.2.26
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 months ago
Miguel Grinberg
b423d0e38e
Improvements to the logging documentation
7 months ago
Gritty_dev
c52e93b4a3
fix recreate binding on failure ( #1516 )
7 months ago
Miguel Grinberg
54b4382b5f
Version 5.14.4.dev0
7 months ago
Miguel Grinberg
227e53bdf7
Release 5.14.3
7 months ago
Miguel Grinberg
f3b18bde3f
Support Python's ConnectionRefusedError to reject a connection ( #1515 )
* Support Python's ConnectionRefusedError to reject a connection
* unit tests
7 months ago
Miguel Grinberg
194e1b7f27
Only push binary data to aiopika ( Fixes #1513 ) ( #1514 )
7 months ago
Miguel Grinberg
f8a1d435b2
Version 5.14.3.dev0
8 months ago
Miguel Grinberg
08f65c22bb
Release 5.14.2
8 months ago
Miguel Grinberg
8fcbd80e76
Remove old build matrix exceptions #nolog ( #1510 )
8 months ago
Miguel Grinberg
1f4cd3b025
Add 3.14 and pypy-3.11 CI tasks
8 months ago
Miguel Grinberg
bab4a10f48
Restore binary message support in message queue setups ( Fixes #1508 ) ( #1509 )
8 months ago
Miguel Grinberg
383eeaf8a6
linter fixes #nolog
8 months ago
Miguel Grinberg
33722a0d96
Improve documentation of the `BaseManager.get_participants()` method
8 months ago
Miguel Grinberg
f298c9b54d
Fix formatting of client connection error ( Fixes #1507 )
8 months ago
Miguel Grinberg
2ffdd5535a
Version 5.14.2.dev0
8 months ago
Miguel Grinberg
0acbf198c6
Release 5.14.1
8 months ago
Miguel Grinberg
6e2d0de12b
Restore support for rediss:// URLs, and add valkeys://
8 months ago
Darren Chang
a8deb3a8f3
Add support for unix-sock protocol ( #1503 )
8 months ago
Miguel Grinberg
9e42f46509
Version 5.14.1.dev0
8 months ago
Miguel Grinberg
400200e006
Release 5.14.0
8 months ago
Miguel Grinberg
53f6be0942
Replace pickle with json ( #1502 )
8 months ago
James Thistlewood
a59c6f5200
Fix: SimpleClient.call does not raise TimeoutError on timeout ( #1501 )
8 months ago
Miguel Grinberg
f61e0bec37
wait for client to end background tasks on disconnect ( #1500 )
8 months ago
Miguel Grinberg
23556fb3dc
Fixed transport property of the simple clients to be a string as documented ( Fixes #1499 )
8 months ago
Miguel Grinberg
e59acf1465
Address failures of test suite on Mac ( #1497 )
8 months ago
phi-friday
36a89226a2
Add support for valkey in the Redis client managers ( #1488 )
8 months ago
Miguel Grinberg
5dc2aea077
keep track of which namespaces failed to connect ( #1496 )
8 months ago
Miguel Grinberg
b3da354ed9
Add message queue deployment recommendations
8 months ago