SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-websocket-client-1.8.0-1.5.noarch.rpm :

* Fri May 24 2024 Scott Bradnick - Update to upstream version 1.8.0
* Added `on_reconnect` parameter to WebSocketApp to handle callback ambiguity (#972)
* Improve handling of SSLEOFError and use reconnect bool (#961)
* Minor linting and docs CI build upgrades (981c00e, 75ba91a, bec2608)
* 1.7.0 - Renamed `mask` variable in ABNF to prevent name collision with `mask()` function (9b51f73) - Fixed old http import of HTTPStatus in _handshake.py (9b51f73) - Add `send_text()` and `send_bytes()` to _app.py (#953) - Improved typehint support (#953, 9b51f73, 8b73d00) - General readability improvements, made all string concatenations use f-strings (#909, 780584f, 3eabc6e) - Applied black formatting style to code (da7f286)
* Thu Nov 09 2023 Scott Bradnick - Update to upstream version 1.6.4
* Fix #952, add support for HTTP 307 and 308 redirect codes (69468ad)
* 1.6.3 - Fix type hints issues (#949) - Add support for Python beta release 3.12 in CI (#946) - Add maintainer email in setup.py (3d464fc)
* 1.6.2 - Add support for SSLKEYLOGFILE environment variable (#943) - Add support for callable header arguments (#932) - Change handling of proxy environment variables, is_secure set to true now prevents http_proxy from getting used (#929)
* 1.6.1 - Fix Dispatcher keyboard interrupt. Should solve reconnect loop with rel (#924)
* 1.6.0 - Fix teardown issue when ping thread is not properly ended (#918) - Fix double ping wait time on first ping (#912) - Minor type hints improvements (eda6724, 54b3013)
* 1.5.3 - Add logic to avoid error in the case where content-length header does not exist, bug introduced in 1.5.2 (#911) - Fix wsdump.py script typing, bug introduced in 1.5.2 (#914)
* 1.5.2 - Add type hints (#908) - Fix pytype errors (#906) - Fix args passed to logging function (#898) - Standardize PEP 3101 formatting (c6a445f) - Add more verbose exception for unsuccessful handshake for #900 (f85ae1f)
* Fri May 19 2023 Scott Bradnick - Update to upstream version 1.5.1
* Fix logic bug that can cause disconnects (#893)- Update to upstream version 1.5.0
* 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)
* Wed Dec 14 2022 Scott Bradnick - Update to upstream version 1.4.2
* 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
* Tue Oct 11 2022 Scott Bradnick - Update to upstream version 1.4.1
* Oct 6, 2022 - Possible
* Redundancy In Key Generation (#864) …
* Sep 4, 2022 - fix for stack growth on reconnect (#854) …
* Sep 3, 2022 - 1.4.1
* Aug 25, 2022 - Clarify run_forever case when server closes WebSocket - Clean README, run doctest CI on README examples
* Aug 24, 2022 - Replace \'coming soon\' in docs with valid examples - Fix doctest CI errors - revert fc525b1, http proxy uses URL port unlike SOCKS proxies - Fix path for doctest CI - Fix bug that set http proxy to port 80 - Add doctest CI to sphinx docs - Allow passing http_proxy_timeout to run_forever. (#842) … - reconnect (#838) …
* Aug 23, 2022 - 1.4.0 - Add rel install note in README
* Jun 19, 2022 - 1.3.3
* Jun 1, 2022 - Fix unclosed socket when \'error.errno in eConnRefused\'. (#826)
* May 9, 2022 - Add utf8 encoding error workaround
* May 8, 2022 - update dict access (#818) …
* Mar 28, 2022 - 1.3.2
* Mon Apr 04 2022 Scott Bradnick - Initial version \'1.3.2\' from upstream via py2pack.
 
ICM