Releases: kokarare1212/librespot-python
Releases · kokarare1212/librespot-python
Release v0.0.10
What's Changed
- Bump websocket-client from 1.5.1 to 1.5.2 by @dependabot[bot] in #196
- Bump pycryptodomex from 3.17 to 3.18.0 by @dependabot[bot] in #194
- Bump zeroconf from 0.62.0 to 0.63.0 by @dependabot[bot] in #198
- Bump requests from 2.30.0 to 2.31.0 by @dependabot[bot] in #197
- Bump zeroconf from 0.63.0 to 0.64.0 by @dependabot[bot] in #201
- Bump websocket-client from 1.5.2 to 1.5.3 by @dependabot[bot] in #203
- Bump zeroconf from 0.64.0 to 0.66.0 by @dependabot[bot] in #204
- Bump zeroconf from 0.66.0 to 0.70.0 by @dependabot[bot] in #208
- Bump websocket-client from 1.5.3 to 1.6.1 by @dependabot[bot] in #207
- Bump zeroconf from 0.70.0 to 0.71.0 by @dependabot[bot] in #209
- Bump zeroconf from 0.71.0 to 0.71.3 by @dependabot[bot] in #210
- Bump zeroconf from 0.71.3 to 0.71.4 by @dependabot[bot] in #211
- Bump zeroconf from 0.71.4 to 0.74.0 by @dependabot[bot] in #214
- Bump websocket-client from 1.6.1 to 1.6.2 by @dependabot[bot] in #218
- add ApResolve exception(s) by @rathmerdominik in #224
- Bump zeroconf from 0.74.0 to 0.97.0 by @dependabot[bot] in #223
- Bump websocket-client from 1.6.2 to 1.6.3 by @dependabot[bot] in #228
- Bump zeroconf from 0.97.0 to 0.108.0 by @dependabot[bot] in #229
- Bump zeroconf from 0.108.0 to 0.112.0 by @dependabot[bot] in #231
- Bump pycryptodomex from 3.18.0 to 3.19.0 by @dependabot[bot] in #232
- Bump zeroconf from 0.112.0 to 0.115.0 by @dependabot[bot] in #234
- Bump zeroconf from 0.115.0 to 0.115.1 by @dependabot[bot] in #235
- Bump zeroconf from 0.115.1 to 0.119.0 by @dependabot[bot] in #240
- Bump websocket-client from 1.6.3 to 1.6.4 by @dependabot[bot] in #237
- Bump zeroconf from 0.119.0 to 0.122.3 by @dependabot[bot] in #246
- Add CDN exclusion for audio-gm-fb by @liamharper2453 in #247
- Bump zeroconf from 0.122.3 to 0.125.0 by @dependabot[bot] in #248
- Bump zeroconf from 0.125.0 to 0.126.0 by @dependabot[bot] in #249
- Bump zeroconf from 0.126.0 to 0.127.0 by @dependabot[bot] in #250
- Bump zeroconf from 0.127.0 to 0.128.0 by @dependabot[bot] in #253
- Bump websocket-client from 1.6.4 to 1.7.0 by @dependabot[bot] in #254
- Bump zeroconf from 0.128.0 to 0.130.0 by @dependabot[bot] in #258
- Bump zeroconf from 0.130.0 to 0.131.0 by @dependabot[bot] in #259
- Bump pycryptodomex from 3.19.0 to 3.20.0 by @dependabot[bot] in #261
- Bump websocket-client from 1.7.0 to 1.8.0 by @dependabot[bot] in #268
- Bump zeroconf from 0.131.0 to 0.132.2 by @dependabot[bot] in #266
- Bump requests from 2.31.0 to 2.32.3 by @dependabot[bot] in #274
- Bump zeroconf from 0.132.2 to 0.133.0 by @dependabot[bot] in #278
- Bump zeroconf from 0.133.0 to 0.134.0 by @dependabot[bot] in #279
- Bump zeroconf from 0.134.0 to 0.135.0 by @dependabot[bot] in #281
- Bump pycryptodomex from 3.20.0 to 3.21.0 by @dependabot[bot] in #282
- Bump zeroconf from 0.135.0 to 0.136.0 by @dependabot[bot] in #284
- Bump zeroconf from 0.136.0 to 0.139.0 by @dependabot[bot] in #290
- Bump zeroconf from 0.139.0 to 0.146.1 by @dependabot[bot] in #298
- Bump pycryptodomex from 3.21.0 to 3.22.0 by @dependabot[bot] in #299
- Fix issue with closing session (#200) by @cvdub in #300
- Bump zeroconf from 0.146.1 to 0.146.3 by @dependabot[bot] in #302
- Bump zeroconf from 0.146.3 to 0.146.4 by @dependabot[bot] in #303
- requirements.txt: Set versions as minimum instead of hardcoding as exact by @C0rn3j in #286
- Implement oauth support by @werwolf2303 in #305
- Accept Incorrectly Capitalized Content-Range Headers as Backup by @Googolplexed0 in #307
- fix: always use spclient.wg.spotify.com for metadata requests by @matseee in #309
- Use Login5 Authentication Instead of Keymaster by @Googolplexed0 in #311
- Improve Login5 Implementation by @Googolplexed0 in #312
- Extend use of spclient.wg.spotify.com for album, artist, and show met… by @DraftKinner in #313
- Support Rust librespot credential format in stored_file() by @root4loot in #314
- feat: add FLAC lossless format support by @akbad in #316
- Change request.headers from Dicts to CaseInsensitiveDicts by @Googolplexed0 in #319
- Fix OAuth callback server to return a response to the browser by @matteofuso in #323
- Add rudimentary
CONTRIBUTING.mdby @akbad in #317 - Implement ExtendedMetadata Method for Content Loading by @Googolplexed0 in #324
New Contributors
- @rathmerdominik made their first contribution in #224
- @liamharper2453 made their first contribution in #247
- @cvdub made their first contribution in #300
- @C0rn3j made their first contribution in #286
- @werwolf2303 made their first contribution in #305
- @Googolplexed0 made their first contribution in #307
- @matseee made their first contribution in #309
- @DraftKinner made their first contribution in #313
- @root4loot made their first contribution in #314
- @akbad made their first contribution in #316
- @matteofuso made their first contribution in #323
Full Changelog: v0.0.9...v0.0.10
Release 0.0.9
What's Changed
- Bump zeroconf from 0.55.0 to 0.58.0 by @dependabot in #187
- Bump requests from 2.28.2 to 2.30.0 by @dependabot in #192
- Bump zeroconf from 0.58.0 to 0.62.0 by @dependabot in #191
Full Changelog: v0.0.8...v0.0.9
Release 0.0.8
What's Changed
- Bump pycryptodomex from 3.15.0 to 3.16.0 by @dependabot in #166
- Bump zeroconf from 0.39.4 to 0.47.1 by @dependabot in #170
- Update metadata.py by @sesseor in #171
- Bump requests from 2.28.1 to 2.28.2 by @dependabot in #175
- Bump websocket-client from 1.4.2 to 1.5.0 by @dependabot in #177
- Bump pycryptodomex from 3.16.0 to 3.17 by @dependabot in #178
- Bump websocket-client from 1.5.0 to 1.5.1 by @dependabot in #179
- Bump zeroconf from 0.47.1 to 0.47.3 by @dependabot in #180
- Bump zeroconf from 0.47.3 to 0.47.4 by @dependabot in #181
- Bump zeroconf from 0.47.4 to 0.55.0 by @dependabot in #184
New Contributors
Full Changelog: v0.0.7...v0.0.8
Release 0.0.7
What's Changed
- Bump websocket-client from 1.4.0 to 1.4.1 by @dependabot in #151
- Bump zeroconf from 0.39.0 to 0.39.1 by @dependabot in #152
- Bump zeroconf from 0.39.1 to 0.39.2 by @dependabot in #159
- Bump zeroconf from 0.39.2 to 0.39.3 by @dependabot in #161
- Bump zeroconf from 0.39.3 to 0.39.4 by @dependabot in #162
- Bump websocket-client from 1.4.1 to 1.4.2 by @dependabot in #163
Full Changelog: v0.0.6...v0.0.7
Release 0.0.6
What's Changed
- Bump requests from 2.28.0 to 2.28.1 by @dependabot in #138
- Bump zeroconf from 0.38.7 to 0.39.0 by @dependabot in #146
- Bump websocket-client from 1.3.3 to 1.4.0 by @dependabot in #149
Full Changelog: v0.0.5...v0.0.6
Release 0.0.5
What's Changed
- Bump pycryptodomex from 3.14.1 to 3.15.0 by @dependabot in #136
Full Changelog: v0.0.4...v0.0.5
Release 0.0.4
What's Changed
- Bump requests from 2.27.1 to 2.28.0 by @dependabot in #132
- Bump zeroconf from 0.38.6 to 0.38.7 by @dependabot in #133
- Bump websocket-client from 1.3.2 to 1.3.3 by @dependabot in #134
Full Changelog: v0.0.3...v0.0.4
Release 0.0.3
Full Changelog: v0.0.2...v0.0.3
Release 0.0.2
What's Changed
- Fix minor typo by @forslund in #114
- Bump websocket-client from 1.2.3 to 1.3.1 by @dependabot in #117
- Bump zeroconf from 0.38.3 to 0.38.4 by @dependabot in #118
- Check availability before conditionals by @yeralin in #119
- Format code with yapf by @deepsource-autofix in #121
- Bump websocket-client from 1.3.1 to 1.3.2 by @dependabot in #122
- Bump protobuf from 3.19.4 to 3.20.0 by @dependabot in #123
- Bump protobuf from 3.20.0 to 3.20.1 by @dependabot in #124
- Bump zeroconf from 0.38.4 to 0.38.5 by @dependabot in #126
- Bump zeroconf from 0.38.5 to 0.38.6 by @dependabot in #128
- Bump protobuf from 3.20.1 to 4.21.0 by @dependabot in #129
New Contributors
Full Changelog: v0.0.1...v0.0.2
Release 0.0.1
PyPI
https://pypi.org/project/librespot/0.0.1/
What's Changed
- Restyle Configure Sider by @restyled-io in #3
- Configure Sider by @sider in #2
- Restyle Format code with yapf by @restyled-io in #5
- Format code with yapf by @deepsource-autofix in #4
- Use literal syntax instead of function calls to create data structure by @deepsource-autofix in #6
- Remove reimported module by @deepsource-autofix in #7
- Refactor unnecessary
else/elifwhenifblock has areturnstatement by @deepsource-autofix in #8 - Refactor unnecessary
else/elifwhenifblock has acontinuestatement by @deepsource-autofix in #10 - Remove methods with unnecessary super delegation. by @deepsource-autofix in #11
- Restyle Remove unused imports by @restyled-io in #15
- Remove unused imports by @deepsource-autofix in #14
- Fix some critical bugs and update the example by @raitonoberu in #16
- Format code with yapf by @deepsource-autofix in #18
- Format code with yapf by @deepsource-autofix in #20
- Restyle Format code with yapf by @restyled-io in #25
- Format code with yapf by @deepsource-autofix in #24
- Restyle Format code with yapf by @restyled-io in #23
- Format code with yapf by @deepsource-autofix in #22
- Format code with yapf by @deepsource-autofix in #26
- Format code with yapf by @deepsource-autofix in #28
- Restyle Format code with yapf by @restyled-io in #36
- Format code with yapf by @deepsource-autofix in #35
- Restyle Format code with yapf by @restyled-io in #34
- Format code with yapf by @deepsource-autofix in #33
- Restyle Format code with yapf by @restyled-io in #32
- Restyle Format code with yapf by @restyled-io in #31
- Format code with yapf by @deepsource-autofix in #30
- Format code with yapf by @deepsource-autofix in #29
- Restyle Sync with main branch by @restyled-io in #38
- Restyle Format code with yapf by @restyled-io in #40
- Format code with yapf by @deepsource-autofix in #39
- Restyle Format code with yapf by @restyled-io in #42
- Format code with yapf by @deepsource-autofix in #41
- Fixed the _pb2 suffix need for protobuf compiled files and also fixed issue with proxy configuration in requests Session by @pawanpaudel93 in #43
- Format code with yapf by @deepsource-autofix in #45
- Bump protobuf from 3.15.8 to 3.17.1 by @dependabot in #46
- Bump protobuf from 3.17.1 to 3.17.3 by @dependabot in #48
- Format code with yapf by @deepsource-autofix in #50
- Bump requests from 2.25.1 to 2.26.0 by @dependabot in #53
- [ImgBot] Optimize images by @imgbot in #55
- Format code with yapf by @deepsource-autofix in #56
- Remove reimported module by @deepsource-autofix in #59
- Format code with yapf by @deepsource-autofix in #58
- Format code with yapf by @deepsource-autofix in #60
- Format code with yapf by @deepsource-autofix in #61
- Format code with yapf by @deepsource-autofix in #62
- Format code with yapf by @deepsource-autofix in #63
- Format code with yapf by @deepsource-autofix in #65
- Format code with yapf by @deepsource-autofix in #68
- Format code with yapf by @deepsource-autofix in #69
- Format code with yapf by @deepsource-autofix in #70
- Bump zeroconf from 0.36.2 to 0.36.3 by @dependabot in #71
- Bump protobuf from 3.17.3 to 3.18.0 by @dependabot in #72
- Bump zeroconf from 0.36.3 to 0.36.4 by @dependabot in #73
- Bump zeroconf from 0.36.4 to 0.36.6 by @dependabot in #74
- Bump zeroconf from 0.36.6 to 0.36.7 by @dependabot in #75
- Bump pycryptodomex from 3.10.1 to 3.10.4 by @dependabot in #76
- Bump protobuf from 3.18.0 to 3.18.1 by @dependabot in #78
- Bump pycryptodomex from 3.10.4 to 3.11.0 by @dependabot in #79
- Bump zeroconf from 0.36.7 to 0.36.8 by @dependabot in #80
- Format code with yapf by @deepsource-autofix in #84
- Format code with yapf by @deepsource-autofix in #85
- Format code with yapf by @deepsource-autofix in #87
- Bump protobuf from 3.18.1 to 3.19.0 by @dependabot in #88
- Bump zeroconf from 0.36.8 to 0.36.9 by @dependabot in #89
- Bump protobuf from 3.19.0 to 3.19.1 by @dependabot in #90
- Bump zeroconf from 0.36.9 to 0.36.11 by @dependabot in #91
- Bump zeroconf from 0.36.11 to 0.36.12 by @dependabot in #92
- Bump zeroconf from 0.36.12 to 0.36.13 by @dependabot in #93
- Bump zeroconf from 0.36.13 to 0.37.0 by @dependabot in #94
- Format code with yapf by @deepsource-autofix in #96
- Bump pycryptodomex from 3.11.0 to 3.12.0 by @dependabot in #98
- Bump websocket-client from 1.2.1 to 1.2.2 by @dependabot in #99
- Bump websocket-client from 1.2.2 to 1.2.3 by @dependabot in #100
- Bump zeroconf from 0.37.0 to 0.38.1 by @dependabot in #102
- Iterate dictionary directly by @deepsource-autofix in #103
- Refactor unnecessary
else/elifwhenifblock has areturnstatement by @deepsource-autofix in #104 - Remove methods with unnecessary super delegation. by @deepsource-autofix in #105
- Bump requests from 2.26.0 to 2.27.0 by @dependabot in #106
- Bump requests from 2.27.0 to 2.27.1 by @dependabot in #107
- Bump protobuf from 3.19.1 to 3.19.3 by @dependabot in #108
- Bump pycryptodomex from 3.12.0 to 3.13.0 by @dependabot in #109
- Bump pycryptodomex from 3.13.0 to 3.14.0 by @dependabot in #111
- Bump protobuf from 3.19.3 to 3.19.4 by @dependabot in #110
- Bump zeroconf from 0.38.1 to 0.38.3 by @dependabot in #112
- Bump pycryptodomex from 3.14.0 to 3.14.1 by @dependabot in #113
New Contributors
...