Skip to content

Releases: oliver-zehentleitner/unicorn-binance-websocket-api

unicorn-binance-websocket-api

11 Mar 10:39
22ec3e4

Choose a tag to compare

Changed

  • default ping interval and timeout

Fixed

  • TypeError in print_summary()
  • typo in print_summary() title text
  • 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

10 Mar 17:25
98adb58

Choose a tag to compare

Added

  • close_timeout_default, ping_interval_default, ping_timeout_default
  • socket_is_ready system to _restart_stream()
  • process_stream_data parameter for callback function to create_stream()
  • high_performance parameter to make create_stream() a non blocking
  • title to print_summary() and print_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

08 Mar 10:47
b79a28c

Choose a tag to compare

Changed

  • Send the DISCONNECT stream_signal only on status change (one time!) and if previous status is not None

Fixed

  • KeyError in get_listen_key_from_restclient() if stream_id invalid
  • Added socket_is_ready to stream_is_crashing()

Please view the changelog for further information.

https://pypi.org/project/unicorn-binance-websocket-api/1.39.0

unicorn-binance-websocket-api

07 Mar 23:48
48d5bea

Choose a tag to compare

unicorn-binance-websocket-api

07 Mar 01:21
f88fdcd

Choose a tag to compare

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

06 Mar 23:27
9ba3696

Choose a tag to compare

Fixed

  • stream_is_crashing() did not send stream_signal DISCONNECT - 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

02 Mar 23:41
99fb60e

Choose a tag to compare

Fixed

  • Catching KeyError in manager.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

02 Mar 15:58
1de0d1a

Choose a tag to compare

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

18 Feb 21:11
94d5ef1

Choose a tag to compare

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

25 Jan 21:39
fc1878c

Choose a tag to compare

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/