Skip to content

Releases: LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache

unicorn-binance-local-depth-cache

07 Mar 08:47
7b2c511
Compare
Choose a tag to compare

Changed

  • close_timeout=5 in create_stream()

Fixed

  • _init_depth_cache() returns False if order_book is False

Please view the changelog for further information.

https://pypi.org/project/unicorn-binance-local-depth-cache/0.5.2

unicorn-binance-local-depth-cache

07 Mar 03:42
2c6e281
Compare
Choose a tag to compare

Fixed

  • Wrong proof of is_stop_request()

Please view the changelog for further information.

https://pypi.org/project/unicorn-binance-local-depth-cache/0.5.1

unicorn-binance-local-depth-cache

07 Mar 03:02
f368dc1
Compare
Choose a tag to compare

Added

  • _reset_depth_cache()
  • _get_order_book_from_depth_cache()
  • is_stop_request()

Changed

  • Clear stream_buffer on disconnect
  • Better error handling in _init_depth_cache()

Fixed

  • stop_depth_cache() did not stop its dependent stream and did not clear the stream_buffer
  • A few error handling's

Please view the changelog for further information.

https://pypi.org/project/unicorn-binance-local-depth-cache/0.5.0

unicorn-binance-local-depth-cache

06 Mar 00:17
6a0f444
Compare
Choose a tag to compare

Added

  • Resetting asks and bits on stream_signal DISCONNECT

Fixing

  • requests.exceptions.ConnectionError exception while fetching the order_book

Please view the changelog for further information.

https://pypi.org/project/unicorn-binance-local-depth-cache/0.4.1/

unicorn-binance-local-depth-cache

04 Mar 17:52
f887ee7
Compare
Choose a tag to compare

Added

  • default_update_interval

Changes

  • a few small :)

Please view the changelog for further information.

https://pypi.org/project/unicorn-binance-local-depth-cache/0.4.0/

unicorn-binance-local-depth-cache

04 Mar 17:18
0713555
Compare
Choose a tag to compare

Added

  • threading.Lock(): self.threading_lock_ask and self.threading_lock_bid

Please view the changelog for further information.

https://pypi.org/project/unicorn-binance-local-depth-cache/0.3.0/

unicorn-binance-local-depth-cache

04 Mar 11:24
bd2d01a
Compare
Choose a tag to compare

Added

  • Binance Futures support (exchange="binance.com-futures")

Changed

  • create_depth_cache() renamed parameter market to markets. markets can be a str or a list of one or more market symbols
  • stop_depth_cache() renamed parameter market to markets. markets can be a str or a list of one or more market symbols
  • Renamed stop_manager() to stop_manager_with_all_caches()

Removed

  • create_depth_caches()
  • stop_depth_caches()

Please view the changelog for further information.

https://pypi.org/project/unicorn-binance-local-depth-cache/0.2.0/

unicorn-binance-local-depth-cache

03 Mar 23:09
a62c6fe
Compare
Choose a tag to compare