Releases: bigoulours/slskd-python-api
Releases · bigoulours/slskd-python-api
v0.2.3
19 Mar 14:38
Compare
Sorry, something went wrong.
No results found
Added a test folder with two parsers (swagger and API code) in order to spot discrepancies. It already helped uncover two bugs (kpis and file deletion). More tests (basic functionalities) should be added in the future.
Commits
95762c8 : adding test (bigoulours)
e0d4edc : fixing typo in KPIs endpoint (bigoulours)
18a43a2 : adding parser for code api (bigoulours)
1fb721d : slight refactoring to improve test output (bigoulours)
e9a35f6 : fixing endpoints for file deletion (bigoulours)
v0.2.2
15 Mar 18:49
Compare
Sorry, something went wrong.
No results found
Added some changes to ensure compatibility with slskd v0.24.5.
Commits
31a9f73 : typing files argument of transfers.enqueue (bigoulours)
0eed227 : Change POST to PUT for YAML options update (anonion) #9
84804f1 : adding new functions to the TelemetryAPI (bigoulours)
v0.2.1
06 Nov 18:57
Compare
Sorry, something went wrong.
No results found
Commits
284d656 : b64encode added to FilesApi methods (bigoulours)
v0.2.0
05 Nov 17:14
Compare
Sorry, something went wrong.
No results found
Introducing some breaking changes (probably unnoticed by most users) while making the package compatible with slskd v0.24.0:
PublicChat API has been removed (was never tested anyway)
MetricsApi has been removed, now found under telemetry
Following has been added:
EventsApi
FilesApi
types are now all in one file and used in all APIs => more consistency
v0.1.7
02 Nov 01:34
Compare
Sorry, something went wrong.
No results found
Commits
dd57279 : simplyfying Typeddicts (bigoulours)
v0.1.6
01 Nov 22:13
Compare
Sorry, something went wrong.
No results found
Features
Commits
3d9080d : docstrings for searches Typedicts (bigoulours)
e8f0285 : doc for transfers and server TypedDicts (bigoulours)
v0.1.5
11 Feb 10:57
Compare
Sorry, something went wrong.
No results found
Commits
e1878aa : quoting user and room names (Bertrand)
v0.1.4
31 Jan 20:22
Compare
Sorry, something went wrong.
No results found
Commits
dc156a1 : Typos (Bertrand)
38ee131 : setting same search params as in webui (Bertrand)
8728f59 : adding session wide request tiemout (Bertrand)
v0.1.3
30 Dec 17:17
Compare
Sorry, something went wrong.
No results found
Commits
511f735 : updating .readthedocs.yaml (Bertrand)
3059825 : adding theme to reqs (Bertrand)
05537df : adding kwarg to disable SSL cert verification (Bertrand)
v0.1.2
29 Dec 19:47
Compare
Sorry, something went wrong.
No results found
Commits
e9d9cc5 : avoids raising Keyerror 'token' if usr/pwd is wrong (unknown)
a4c0623 : switching to requests Session (unknown)