Next | Query returned 26 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-12-07 19:20:48 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-websocket-client: updated to 1.7.0

1.7.0
- Renamed `mask` variable in ABNF to prevent name collision with `mask()` function
- Fixed old http import of HTTPStatus in _handshake.py
- Add `send_text()` and `send_bytes()` to _app.py
- Improved typehint support
- General readability improvements, made all string concatenations use f-strings
- Applied black formatting style to code
   2023-10-21 16:34:40 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-websocket-client: updated to 1.6.4

1.6.4
- Add support for HTTP 307 and 308 redirect codes
   2023-09-16 09:54:08 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-websocket-client: updated to 1.6.3

1.6.3
- Fix type hints issues
- Add support for Python beta release 3.12 in CI
- Add maintainer email in setup.py
   2023-08-22 22:37:02 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-websocket-client: updated to 1.6.2

1.6.2
- Add support for SSLKEYLOGFILE environment variable
- Add support for callable header arguments
- Change handling of proxy environment variables, is_secure set to true now \ 
prevents http_proxy from getting used
   2023-07-25 10:11:39 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-websocket-client: updated to 1.6.1

1.6.1
- Fix Dispatcher keyboard interrupt. Should solve reconnect loop with rel

1.6.0
- Fix teardown issue when ping thread is not properly ended
- Fix double ping wait time on first ping
- Minor typehints improvements
   2023-06-12 13:09:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-websocket-client: updated to 1.5.3

1.5.3
- Add logic to avoid error in the case where content-length header does not \ 
exist, bug introduced in 1.5.2
- Fix wsdump.py script typing, bug introduced in 1.5.2
   2023-05-26 06:35:31 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-websocket-client: updated to 1.5.2

1.5.2
- Add typehints
- Fix pytype errors
- Fix args passed to logging function
- Standardize PEP 3101 formatting (c6a445f)
- Add more verbose exception for unsuccessful handshake
   2022-07-02 09:59:00 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-websocket-client: updated to 1.3.3

1.3.3
- Fix unclosed socket error
- Update header dict access
- Add utf8 workaround to docs
   2022-05-12 08:44:20 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-websocket-client: fix dependenciess/test_dependencies
   2022-05-11 19:57:24 by Manuel Bouyer | Files touched by this commit (3)
Log message:
Update py-websocket-client to 1.3.2. Changes since 0.59.0:
switch to apace-2.0 licence
mostly bug fixes.
Drop python2 support (but we had PYTHON_VERSIONS_INCOMPATIBLE= 27 anyway)

Next | Query returned 26 messages, browsing 1 to 10 | Previous