Skip to content

Releases: lbryio/lbry-sdk

v0.73.1

13 May 13:41
Compare
Choose a tag to compare

[0.73.1] - 2020-05-13

Downloads

  • [bug] fix node not being set on the downloader in some cases (#2955) by jackrobison

Wallet

  • [bug] fix case where publish hangs until a new block (#2952) by shyba

v0.73.0

12 May 00:21
Compare
Choose a tag to compare

[0.73.0] - 2020-05-11

Config

  • [improvement] add fixed_peers setting to config defaulting to cdn.reflector.lbry.com (#2951) by jackrobison

Docs

  • [bug] fix duplicate line on api doc (#2948) by lpessin

Downloads

  • [new feature] torrent support (#2930) by shyba

Files

  • [improvement] add uploading_to_reflector, is_fully_reflected, completed, and status filter arguments to file_list, update to match all filters rather than any filters (#2954) by jackrobison

Wallet

  • [bug] fix channel key generation blocking globally (#2953) by jackrobison

v0.72.0

04 May 18:37
Compare
Choose a tag to compare

[0.72.0] - 2020-05-04

Database

  • [improvement] fix database lockup and add prometheus db metrics (#2937) by jackrobison

Wallet

  • [bug] don't close the wallet server connection upon a cancelled request (#2934) by jackrobison

v0.71.0

27 Apr 16:47
Compare
Choose a tag to compare

[0.71.0] - 2020-04-27

Blobs/files

  • [improvement] make file i/o in stream and blob creation and reads non-blocking (#2926) by jackrobison

Claims

  • [bug] fix: reposts being returned for single tags (#2925) by tzarebczan

Cli

  • [bug] fix for claim_list incorrectly handling --is_spent flag (#2924) by eukreign

Config

  • [bug] use home directory if xdg directory not found (Linux) (#2914) by StripedMonkey

Wallet

  • [improvement] estimate block timestamps on client only when necessary (header hasn't been downloaded yet) (#2922) by shyba

v0.70.0

20 Apr 18:03
Compare
Choose a tag to compare

[0.70.0] - 2020-04-20

Files

  • [new feature] add uploading_to_reflector to file_list results (#2920) by jackrobison

v0.69.1

17 Apr 17:21
Compare
Choose a tag to compare

[0.69.1] - 2020-04-17

API

  • [bug] fix issue with --exclude_internal_transfers where it was filtering out sent payments (#2919) by eukreign

Wallet server

  • [improvement] improve how claim search query handles reposts (#2917) by jackrobison

v0.69.0

13 Apr 20:16
Compare
Choose a tag to compare

[0.69.0] - 2020-04-13

Commenting

  • [improvement] updated comment_hide command to work with comment server API changes (#2910) by osilkin98

Files

  • [new feature] add reflector_progress to file_list results (#2912) by jackrobison
  • [new feature] support claim_id, channel_claim_id, and outpoint args given as lists of values to match in file_list (#2911) by jackrobison

v0.68.0

06 Apr 17:41
Compare
Choose a tag to compare

[0.68.0] - 2020-04-06

Backwards Incompatible Changes

  • [api] The argument --unspent to several different commands has been replaced by --is_not_spent. (#2901)

API

  • [new feature] replaced --unspent with --is_not_spent on several commands and added --is_spent to many claim/txo *_list commands, support_list got three new flags --sent --received --staked (#2901) by eukreign

Wallet

  • [bug] do not estimate timestamp for unconfirmed txs (#2909) by shyba
  • [bug] fix connection to wallet server breaking upon giant resolve requests (#2908) by jackrobison
  • [bug] fix header checkpoints on testnet (#2905) by jackrobison
  • [task] bump checkpoints (#2902) by shyba

Wallet server

  • [new feature] handle claim reorgs in the wallet server (#2897) by jackrobison

v0.67.2

31 Mar 22:18
Compare
Choose a tag to compare

[0.67.2] - 2020-03-31

API

  • [bug] wallet_status no longer fails if wallet component has not started (#2900) by eukreign

v0.67.1

31 Mar 16:57
Compare
Choose a tag to compare

[0.67.1] - 2020-03-31

Blobs/files

  • [bug] ffmpeg file analysis returns duration as integer now (#2898) by eukreign