Unicorn-binance-websocket-api

Latest version: v2.8.0

Safety actively analyzes 631215 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 25

1.34.1

Not secure
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 [issue199](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/199)

1.34.0

Not secure
Changed
- Bump websockets from 9.1 to 10.0 - Drop support for Python 3.6, added support for Python 3.10!
[PR195](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/pull/195)

1.33.1

Not secure
Added
- Logging websockets version on start up (logging level: INFO)
Changed
- `print_summary()` "most" to "peak".
Fixed
- More accurate measurement of the received data quantity.

1.33.0

Not secure
Added
- `process_stream_signals` callback support [issue160](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/160)
Changed
- `self.stream_signal_buffer` is not a list anymore, it's changed to `collections.deque()`

1.32.0

Not secure
Now `stream_buffer` can be used as FIFO or LIFO stack, and it's possible to define a max length for it.
Added
- `clear_stream_buffer()` to delete all items on the `stream_buffer` stack.
- `get_stream_buffer_maxlen()` to get the `maxlen` value of the stack.
- Support for `stream_buffer_maxlen` in methods of `BinanceWebSocketApiManager()` class `_create_stream_thread()`, `print_stream_info()`, `__init__()`,
`_add_stream_to_stream_list()`, `_create_stream_thread()`, `create_stream()`, `replace_stream()`.
- Support for FIFO and LIFO in `pop_stream_data_from_stream_buffer(mode="FIFO")`
Changed
- `get_used_weight()` replaces `get_binance_api_status()`
- `self.stream_buffer` and `self.stream_buffer[xxx]` are not lists anymore, their type has changed to `collections.deque()`

1.31.0

Not secure
Added
- Added partial support for wss://dstream.binance.com - perpetual coin futures! [PR163](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/pull/163) - Thanks to [M3tz3l](https://github.com/M3tz3l)
Changed
- Bump websockets from 8.1 to 9.1 [PR176](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/pull/176)
Fixed
- Exception Handling listen_key [issue143](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/143)
- Unsubscribe_from_stream method doesn't handle uppercase symbols while subscribe_to_stream does [issue167](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/167)
Removed
- binance.je support (Binance Jersey has ceased operations.)

Page 9 of 25

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.