2d02bf2267
- update to 5.16.0: * Address deprecation warnings (commit) * Drop Python 3.8 and 3.9 from CI builds (commit) * Restore support multiple arguments via pubsub emits #1540 (commit)
Dirk Mueller2025-12-28 19:46:02 +00:00
a3e9e3d15c
Accepting request 1321922 from devel:languages:python
Ana Guerrero2025-12-10 14:33:47 +00:00
2f0c3fbe11
- Update 5.15.0 * Retry initial Redis connection #1534 * Correctly regenerate RabbitMQ binding after a connection failure #1516 * Support ext_type in the MsgPackPacket class #1521 * Support sending bytesarrays when using pub/sub managers * Fix typos in documentation #1520 * Improvements to the logging documentation
Matej Cepl2025-12-10 10:02:11 +00:00
ba3a14fdd1
Accepting request 1314808 from devel:languages:python
Ana Guerrero2025-10-31 15:28:39 +00:00
896823afd5
- update to 5.14.3: * Support Python's native ConnectionRefusedError exception to reject a connection #1515 (commit) * Push binary data to the aiopika client manager #1514 (commit) * Restore binary message support in message queue setups #1509 (commit) * Fix formatting of client connection error #1507 (commit) * Add 3.14 and pypy-3.11 CI tasks (commit) * Improve documentation of the BaseManager.get_participants() method (commit) - Add missing BuildRequires on pytest-asyncio.
Dirk Mueller2025-10-31 11:40:31 +00:00
2e629666d2
- Update to 5.14.1: * Restore support for rediss:// URLs, and add support for valkeys:// as well * Add support for Redis connections using unix sockets * Replace pickle with json in message queue communications (bsc#1251193, CVE-2025-61765) * Add support for Valkey in the Redis client managers * Keep track of which namespaces failed to connect * Fixed transport property of the simple clients to be a string as documented * SimpleClient.call does not raise TimeoutError on timeout * Wait for client to end background tasks on disconnect * Better error logging for the Redis managers * Channel was not properly initialized in several pubsub client managers * Add message queue deployment recommendations for security * Add missing async on session examples for the async server * Add SPDX license identifier
Steve Kowalik2025-10-08 03:05:13 +00:00
fa2fe0e180
- update to 5.13.0: * Eliminate race conditions on disconnect #1441 (commit) * Preserve exception context in Client.connect and AsyncClient.connect * Allow custom client subclasses to be used in SimpleClient and AsyncSimpleClient * Add support for Redis Sentinel URLs in RedisManager and AsyncRedisManager * Remove incorrect reference to an asyncio installation extra in documentation - Do not use python_module in Requires/Suggests. - Update to 5.7.2 Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8 (commit) * Include example code in flake8 pass * Option to disable the SIGINT handler in the client #792 * Do not invoke reserved events on a catch-all handler #814 * Use correct binary packet types in the msgpack packet encoder #811 * Add missing call() method to namespace classes #800 * Add missing to argument to namespace emit() and send() methods #810 * Configure Redis pubsub to skip subscription messages * Update Python supported versions in docs * Document how to get the connection state in the client #799 * Improved documentation of start_background_task() function * Improved documentation of call() method #813 * Fixed intermittent test failures #572 - version 5.4.1 * Catch-all event handlers * Implement disconnect method for external processes #684 * Big changelog, see CHANGES.md * Big changelog, see CHANGES.md
Dirk Mueller2025-04-28 14:20:55 +00:00
9034e6f818
Accepting request 1255537 from devel:languages:python
Ana Guerrero2025-03-24 12:32:41 +00:00
d055a4ed43
Accepting request 1199300 from devel:languages:python
Ana Guerrero2024-09-09 12:43:50 +00:00
7a01b35997
- Update to version 5.11.4 * Prevent crash when client sends empty event * Add missing to argument in manager's emit() method (#1374) * Reorganization of server documentation (#1350) * Update documentation note about Sanic issues (#1365) - Adjust upstream source name in spec file
Matej Cepl2024-09-06 23:02:15 +00:00
5a550857f2
- Do not use python_module in Requires/Suggests.
Steve Kowalik2024-09-03 04:58:54 +00:00
65801d3030
Accepting request 1194152 from home:yeey:branches:devel:languages:python
Dirk Mueller2024-08-21 11:26:06 +00:00