• v0.48.2 03dff4b382

    v0.48.2 Stable

    jackrobison released this 2019-12-06 02:56:57 +01:00 | 2358 commits to master since this release

    [0.48.2] - 2019-12-04

    This release changes the behavior of downloads that fail to complete. Upon startup file downloads that were running at the previous shutdown are resumed - this remains the same. However, if these or later user initiated attempts to download files (get, file_set_status, file_save or via partial content requests) time out when downloading a blob (due to there not being any peers or the only peers who are found indicating that they do not have it) then the file will go into a stopped state. To re-attempt completing the download they must be resumed with file_set_status, get, file_save, or by reading via partial content requests. (https://github.com/lbryio/lbry-sdk/pull/2650)

    DHT

    Downloads
  • v0.48.1 87ec2c7378

    v0.48.1 Stable

    lyoshenka released this 2019-12-02 18:39:41 +01:00 | 2375 commits to master since this release

    [0.48.1] - 2019-12-02

    DHT

    API

    Packaging

    Wallet server

    Downloads
  • v0.48.0 0fee1897eb

    v0.48.0 Stable

    eukreign released this 2019-11-26 02:39:36 +01:00 | 2393 commits to master since this release

    [0.48.0] - 2019-11-25

    Backwards Incompatible Changes

    API

    Discovery

    Wallet server

    Downloads
  • v0.47.0 71f6542571

    v0.47.0 Stable

    eukreign released this 2019-11-18 16:57:58 +01:00 | 2431 commits to master since this release

    [0.47.0] - 2019-11-18

    Wallet server now supports full text searching by using claim_search command and passing --text argument (note that --order_by is ignored when --text is passed because it will sort results based on text match ranking). (https://github.com/lbryio/lbry-sdk/pull/2622)

    A major new feature in this release is the collection claim type which allows creating (collection_create/collection_update) playlists and other collections of claims and then resolving the items in the collection (collection_resolve). (https://github.com/lbryio/lbry-sdk/pull/2621)

    Claims

    • [new feature] added a new collection claim type; managed via commands collection_create, collection_update, collection_abandon, collection_list and collection_resolve (https://github.com/lbryio/lbry-sdk/pull/2621) by jessopb

    Discovery

    Network

    Wallet

    Downloads
  • v0.46.1 7051c332a1

    v0.46.1 Stable

    eukreign released this 2019-11-12 17:26:24 +01:00 | 2469 commits to master since this release

    [0.46.1] - 2019-11-12

    Wallet server

    Downloads
  • v0.46.0 cf356a8e35

    v0.46.0 Stable

    eukreign released this 2019-11-11 16:49:44 +01:00 | 2473 commits to master since this release

    [0.46.0] - 2019-11-11

    Backwards Incompatible Changes

    API

    • [improvement] added caching for wallet balance command and dropped --reserved_subtotals argument instead always returning the subtotals (for account balance and wallet balance) (https://github.com/lbryio/lbry-sdk/pull/2608) by eukreign

    Wallet server

    Downloads
  • v0.45.0 0006cb1c27

    v0.45.0 Stable

    eukreign released this 2019-11-04 16:30:57 +01:00 | 2478 commits to master since this release

    [0.45.0] - 2019-11-04

    DHT

    API

    Wallet

    Wallet server

    Downloads
  • v0.44.1 28ea43c89e

    v0.44.1 Stable

    eukreign released this 2019-10-28 21:00:17 +01:00 | 2498 commits to master since this release

    [0.44.1] - 2019-10-28

    Database

    Network

    Downloads
  • v0.44.0 5c1026c745

    v0.44.0 Stable

    eukreign 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 and page_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 and claim_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

    Blobs/files

    Claims

    Config

    Network

    Other

    Tests

    Wallet

    Wallet server

    Downloads
  • v0.43.4 21d291531e

    v0.43.4 Stable

    eukreign released this 2019-10-21 19:09:36 +02:00 | 2553 commits to master since this release

    [0.43.4] - 2019-10-21

    Blobs/files

    Packaging

    Downloads