@@ -13,22 +13,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
13
13
14
14
## 2.0.0
15
15
### Added
16
+ - Support for Python 3.11 and 3.12
16
17
- Integration of the ` lucit-licensing-python ` library for verifying the UNICORN Binance Suite license. A license can be
17
18
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:
20
20
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
25
25
transparent and the user can be sure that the compilation of a version fully corresponds to the source code.
26
+ ### Changed
26
27
- Added ` @staticmethod ` to many static mehtods.
27
28
### Fixed
28
29
- Typos and formatting
29
30
- Shadow of a Python built-in in ` manager.get_human_bytesize() ` : ` bytes ` to ` amount_bytes `
30
31
- ` 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
+
32
33
33
34
## 1.46.2
34
35
### Fixed
0 commit comments