Skip to content

Commit deb6adc

Browse files
2.0.0
1 parent c5ddd8b commit deb6adc

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1313

1414
## 2.0.0
1515
### Added
16+
- Support for Python 3.11 and 3.12
1617
- Integration of the `lucit-licensing-python` library for verifying the UNICORN Binance Suite license. A license can be
1718
purchased in the LUCIT Online Shop: https://shop.lucit.services/software/unicorn-binance-suite
18-
### Changed
19-
- License change from MIT to LSOSL - LUCIT Synergetic Open Source License:
19+
- License change from MIT to LSOSL - LUCIT Synergetic Open Source License:
2020
https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE
21-
- Conversion to a C++ compiled Cython package with precompiled as well as PyPy and source code wheels.
22-
- Setup of a "Trusted Publisher" deployment chain. The source code is transparently packaged into wheels directly from
23-
the GitHub repository by a GitHub action for all possible platforms and published directly as a new release on GitHub
24-
and PyPi. A second process from Conda-Forge then uploads it to Anaconda. Thus, the entire deployment process is
21+
- Conversion to a C++ compiled Cython package with precompiled as well as PyPy and source code wheels.
22+
- Setup of a "Trusted Publisher" deployment chain. The source code is transparently packaged into wheels directly from
23+
the GitHub repository by a GitHub action for all possible platforms and published directly as a new release on GitHub
24+
and PyPi. A second process from Conda-Forge then uploads it to Anaconda. Thus, the entire deployment process is
2525
transparent and the user can be sure that the compilation of a version fully corresponds to the source code.
26+
### Changed
2627
- Added `@staticmethod` to many static mehtods.
2728
### Fixed
2829
- Typos and formatting
2930
- Shadow of a Python built-in in `manager.get_human_bytesize()`: `bytes` to `amount_bytes`
3031
- `manager.get_new_uuid_id()` returned not str()
31-
- Removed 3 unused parameter of `manager.get_listen_key_from_restclient()`, now it is only accepting `stream_id`.
32+
3233

3334
## 1.46.2
3435
### Fixed

0 commit comments

Comments
 (0)