17
0

Accepting request 1321851 from home:yeey:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1321851
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-socketio?expand=0&rev=28
This commit is contained in:
2025-12-10 10:02:11 +00:00
committed by Git OBS Bridge
parent 56a7fb6a2d
commit 3c332c6ffa
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Dec 3 21:26:55 UTC 2025 - Guang Yee <gyee@suse.com>
- 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
-------------------------------------------------------------------
Fri Oct 31 11:40:10 UTC 2025 - Dirk Müller <dmueller@suse.com>