Skip to content

Releases: LUCIT-Systems-and-Development/unicorn-binance-websocket-api

unicorn-binance-websocket-api

07 Mar 01:21
f88fdcd
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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/

unicorn-binance-websocket-api

04 Jan 16:03
1dca2be
Compare
Choose a tag to compare

Added

  • manager.get_new_stream_id() to avoid security alerts like "CodeQL py/clear-text-logging-sensitive-data"

Changed

Fixed

Removed

  • Support for the new compression feature introduced in websockets10.0 because the new feature is removed in further
    websockets versions

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

unicorn-binance-websocket-api

18 Oct 19:53
961039e
Compare
Choose a tag to compare

Changed

  • "binance.com-coin-futures" to "binance.com-coin_futures"

Fixed

  • fix "Default argument value is mutable" error of subscribe_from_stream()
  • No data received from binance.com-coin_futures with websockets==10.0 issue#208

Please view the changelog for further information.

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

unicorn-binance-websocket-api

05 Oct 16:36
aea1652
Compare
Choose a tag to compare

Added

  • Exception handling for websockets.exceptions.NegotiationError in connection class.

Changed

  • Logging of restclient._request()

Fixed

  • No data received from binance.com-futures with websockets==10.0 issue#199

Please view the changelog for further information.

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

unicorn-binance-websocket-api

19 Sep 21:35
89f895a
Compare
Choose a tag to compare

Changed

  • Bump websockets from 9.1 to 10.0 - Drop support for Python 3.6, added support for Python 3.10! PR#195

Please view the changelog for further information.

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