Next | Query returned 27 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2018-11-06 15:33:26 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-websocket-client: updated to 0.54.0

0.54.0
- Change license from LGPL to BSD.
- Status return for WebSocketApp.run_forever()
- Handle redirects in handshake
- Make proxy_type option available in WebSocketApp.run_forever()
- Fix typo in supress_origin
- WebSocketApp's on_close never emits status code or reason
   2018-10-11 12:26:30 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-websocket-client: updated to 0.53.0

0.53.0:
- on_open() missing 1 required positional argument: 'ws'

0.52.0:
- fixed callback argument in _app.py
- Fixing none compare bug in run_forever
- Fix NoneType bug introduced by 386 fix

0.51.0:
- revert "WebSocketApp class to make it inheritable" because of \ 
breaking the compatibily

0.50.0:
- fixed pong before ping
- pass proper arguments to method callbacks

0.49.0:
- WebSocketApp class to make it inheritable
- Add option to disable sending the Origin header
- Websocket.close() meaning of "close status: XXXXX"
- Enable multithreading protection with ping_interval
- reset WebsocketApp.sock
- websocket.enableTrace not working
- AttributeError: 'module' object has no attribute 'NullHandler'
- WebSocketBadStatusException "not enough arguments for format string"
- handshake should deal with None in headers
   2018-06-15 13:47:11 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-websocket-client: updated to 0.48.0

0.48.0:
- Add NullHandler to logger to fix python 2 issue.
- Fix the issue that websocket status message may not present
- Socket error not raised in nested try except in python2
- Load system default certificates if none are given
- Fix waiting forever on ping/pong timeout
- socks5 via pysocks support
- v0.47.0 breaks ability to stop stream with run_forever
- _http.py: fix windows proxy error due to socktype
   2018-02-22 09:56:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-websocket-client: updated to 0.47.0

0.47.0:
- Fix socket constructor in _open_socket to use all relevant variables from \ 
getaddrinfo.
- .send() method is very slow
- cross-platform aync multi-client solution
- Fix detecting timeouts with SSL in recv
- Fix WebSocketApp does not poll for data correctly when using SSL
- Fix Infinite ping/pong timeouts in WebSocketApp.run_forever
- Added status message when HTTP can't be upgraded to WS
   2018-01-02 09:14:01 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-websocket-client: updated to 0.46.0

0.46.0
- fixed OSError on windows
- fixed invalid character

0.45.0
- change license to LGP v2.1
- allow reuse of WebsocketApp.run_forever
- Update example for python3
- add lock to recv function
- Parse close frame response correctly when reason present
- Fix SSL: SSLV3_ALERT_HANDSHAKE_FAILURE on Debian Stretch
- Wrap socket.gaierror with subclass of WebsocketException
- Resolve a proxy issue and a connection error
- Allow empty Host header value
- Fix undefined variable
- fix: getting a value with the key 'ca_certs' in sslopt dict
   2017-10-11 08:35:50 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
py-websocket-client: pkgsrc fixes

Sorted PLIST
Added ALTERNATIVES
Removed underscore (_) from PKGNAME
   2017-10-07 19:24:03 by Maya Rashish | Files touched by this commit (4)
Log message:
Add package py-websocket-client version 0.44.0

websocket-client module is WebSocket client for python
This provide the low level APIs for WebSocket.
All APIs are the synchronous functions.

Next | Query returned 27 messages, browsing 21 to 30 | previous