| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-websocket-client: upgrade 1.4.2 -> 1.5.1 | Wang Mingyu | 2023-02-12 | 1 | -17/+0 |
| | | | | | | | | | | | | | | | | Changelog: ========== - Fix logic bug that can cause disconnects (#893) - Refactor and improve ping/pong logic to resolve several issues, including an infinite loop issue during reconnect (#862) - Fix issue where `skip_utf8_validation = True` is ignored (#886) - Fix issue where sslopt `is_ssl` is ignored (#875) - Downgrade "websocket connected" message from logging.warning to logging.info (#888) - Update github actions to newer versions (669fe1b) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
| * | python3-websocket-client: upgrade 1.4.1 -> 1.4.2 | zhengrq.fnst@fujitsu.com | 2022-11-09 | 1 | -0/+17 |
| Changelog: ========== - create_dispatcher is determined by URL ws/wss, NOT by presence of sslopt args, to maintain consistency (#875) - Remove redundant key generation line (#864) - Updated docs to fix old links and updated CI to include Python 3.11 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
