Releases: oliver-zehentleitner/unicorn-binance-websocket-api
unicorn-binance-websocket-api
Changed
- default ping interval and timeout
Fixed
TypeErrorinprint_summary()- typo in
print_summary()titletext - Callback implementation of
create_stream()
Please view the changelog for further information.
https://pypi.org/project/unicorn-binance-websocket-api/1.40.2
unicorn-binance-websocket-api
Added
close_timeout_default,ping_interval_default,ping_timeout_defaultsocket_is_readysystem to_restart_stream()process_stream_dataparameter for callback function tocreate_stream()high_performanceparameter to makecreate_stream()a non blockingtitletoprint_summary()andprint_stream_info()
Fixed
BinanceWebSocketApiManager.stop_stream()doesn't stop the stream immediately issue#161
Please view the changelog for further information.
https://pypi.org/project/unicorn-binance-websocket-api/1.40.0
unicorn-binance-websocket-api
Changed
- Send the
DISCONNECTstream_signal only on status change (one time!) and if previous status is not None
Fixed
- KeyError in
get_listen_key_from_restclient()ifstream_idinvalid - Added
socket_is_readytostream_is_crashing()
Please view the changelog for further information.
https://pypi.org/project/unicorn-binance-websocket-api/1.39.0
unicorn-binance-websocket-api
Fixed
Please view the changelog for further information.
https://pypi.org/project/unicorn-binance-websocket-api/1.38.1
unicorn-binance-websocket-api
Added
is_stream_signal_buffer_enabled()
Please view the changelog for further information.
https://pypi.org/project/unicorn-binance-websocket-api/1.38.0
unicorn-binance-websocket-api
Fixed
stream_is_crashing()did not send stream_signalDISCONNECT- Without this fix no stream_signal was sent in some
disconnect cases!
Changed
- Replaced the time.sleep() in create_stream with self.stream_thread_started system
Please view the changelog for further information.
https://pypi.org/project/unicorn-binance-websocket-api/1.37.2/
unicorn-binance-websocket-api
Fixed
- Catching
KeyErrorinmanager.get_stream_buffer_length()if buffer_name not exits
Please view the changelog for further information.
https://pypi.org/project/unicorn-binance-websocket-api/1.37.1/
unicorn-binance-websocket-api
Added
get_stream_buffer_length()can now return the length of all stream_buffers and also of a specific stream_buffer.
Changed
- Bump websockets from 10.1 to 10.2 PR#237
Please view the changelog for further information.
https://pypi.org/project/unicorn-binance-websocket-api/1.37.0/
unicorn-binance-websocket-api
Fixed
- UnboundLocalError: local variable 'error_msg' referenced before assignment in sockets.py line 209 reported in issue#235
- Avoid error 2 of this post: #131 (comment)
Please view the changelog for further information.
https://pypi.org/project/unicorn-binance-websocket-api/1.36.1/
unicorn-binance-websocket-api
Changed
- removed "unicorn_binance_websocket_api_"-part of the module file names (more info: Discussions)
- renamed logger name of all modules to "unicorn_binance_websocket_api", in the implementation of PR#223 every module has had its own logger name.
Please view the changelog for further information.
https://pypi.org/project/unicorn-binance-websocket-api/1.36.0/