-
v0.44.0 Stable
released this
2019-10-28 16:35:51 +01:00 | 2503 commits to master since this release[0.44.0] - 2019-10-28
Backwards Incompatible Changes
- [api] All list commands now always return paginated results, with
page
argument defaulting to 1 andpage_size
defaulting to 20, commands affected are:address_list
,claim_list
,channel_list
,stream_list
,support_list
,transaction_list
,utxo_list
,wallet_list
,account_list
,peer_list
,blob_list
,file_list
andclaim_search
. (https://github.com/lbryio/lbry-sdk/pull/2563) - [api]
account_list
now returns a paginated list of accounts without having accounts in a dictionary keyed by the ledger name, instead the ledger name is now inside the account dictionary metadata. (https://github.com/lbryio/lbry-sdk/pull/2563)
API
- [refactor] updated all list commands to always return paginated results (https://github.com/lbryio/lbry-sdk/pull/2563) by f1x3d
- [improvement] normalize tag names (remove duplicates, blank spaces and illegal chars) (https://github.com/lbryio/lbry-sdk/pull/2482) by mirgee
- [improvement] added pagination to
file_list
(https://github.com/lbryio/lbry-sdk/pull/2427) by osilkin98
Blobs/files
- [new feature] adds
added_on
field to files (https://github.com/lbryio/lbry-sdk/pull/2428) by osilkin98
Claims
- [bug] clear metadata when file type changes (https://github.com/lbryio/lbry-sdk/pull/2501) by mirgee
Config
- [refactor] refactored logging configuration and added more tests (https://github.com/lbryio/lbry-sdk/pull/2555) by lyoshenka
Network
- [improvement] faster startup, bump aioupnp -> 0.0.15 (https://github.com/lbryio/lbry-sdk/pull/2588) by jackrobison
Other
- [improvement] Convert some format() strings in lbry and torba to fstrings (https://github.com/lbryio/lbry-sdk/pull/2522) by ju-sh
- [refactor] code reformatting and update unit tests to use more specific asserts (https://github.com/lbryio/lbry-sdk/pull/2498) by hugovk
Tests
- [improvement] fix for stream type change integration test (https://github.com/lbryio/lbry-sdk/pull/2582) by eukreign
- [improvement] added unit test for keyboard interrupt occurring on startup (https://github.com/lbryio/lbry-sdk/pull/2548) by cbaumler
Wallet
- [improvement] don't error if blank password was set previously (https://github.com/lbryio/lbry-sdk/pull/2577) by eukreign
Wallet server
- [bug] fix for wallet server bug related to changing the channel of a stream (https://github.com/lbryio/lbry-sdk/pull/2580) by eukreign
- [bug] fix bug with resolve and conflicting
claim_id
segments (https://github.com/lbryio/lbry-sdk/pull/2578) by eukreign
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
19 downloads · 19 MiB
-
lbrynet-mac.zip
17 downloads · 12 MiB
-
lbrynet-windows.zip
18 downloads · 15 MiB
- [api] All list commands now always return paginated results, with