Skip to content

Releases: lbryio/lbry-sdk

v0.90.0

16 Feb 17:01
Compare
Choose a tag to compare

[0.90.0] - 2021-02-16

Claims

  • [new feature] added support to claim_search for filtering collections via --claim_type=collection (#3198) by eukreign

Resilience

  • [new feature] converting from USD or BTC to LBC is now done via several exchange rate providers: Bittrex, Cryptonator, CoinEx, hotbit and UPbit (#3191) by eukreign

Wallet

  • [improvement] use median exchange rate when several exchange rates are available (#3195) by eukreign
  • [improvement] ensures content purchase fails appropriately when exchange rate is not available (#3192) by eukreign

v0.89.0

09 Feb 16:00
Compare
Choose a tag to compare

[0.89.0] - 2021-02-09

API

  • [new feature] txo_list --resolve now works for signed supports by resolving the signing channel (#3172) by eukreign
  • [new feature] signed supports returned by txo_list can now be filtered by with --channel_id (#3167) by eukreign

Blobs/files

  • [improvement] Fix mimetypes for HLS streams, add mimetypes for segment files (#3162) by DispatchCommit

Cli

  • [improvement] allows cli to accept channel_id for collections (#3171) by jessopb

Docs

  • [bug] fix issues with JSON doc generator (#3176) by jessopb

Resilience

  • [improvement] updated exchange rate manager to use v3 bittrex API (v1.1 is deprecated) (#3183) by eukreign

Wallet

  • [improvement] significant performance improvement when creating transactions, especially txo spend (#3187) by eukreign

v0.88.0

22 Jan 16:23
Compare
Choose a tag to compare

[0.88.0] - 2021-01-22

API

  • [new feature] added support for --not_channel_id to txo_list commands (#3160) by eukreign

Files

  • [bug] owner of priced content no longer forced to purchase their own content when calling get (#3154) by eukreign

Other

  • [improvement] log checkpoint finishing so we can gather information on leftover files bug (#3134) by shyba

Reflector

  • [bug] fix reflector loop crashing upon an unexpected error (#3136) by jackrobison

Wallet

  • [new feature] add channel_sign api for signing data with a channel identity (#3129) by shyba

Wallet server

  • [new feature] handle connections from ledger clients in spv server (#3161) by jackrobison
  • [new feature] UDP based spv server status, improved server selection (#3148) by jackrobison
  • [improvement] add prometheus metrics for asyncio loop (#3135) by jackrobison

v0.87.0

24 Dec 07:12
Compare
Choose a tag to compare

[0.87.0] - 2020-12-23

Wallet

  • [improvement] Improve memory usage during wallet sync (#3128) by jackrobison
  • [bug] Fix wallet db integrity / sync bugs (#3125) by jackrobison

Wallet server

  • [improvement] Add metrics for lru caches (#3127) by jackrobison
  • [bug] Fix off by one in wallet server reorg (#3120) by jackrobison
  • [improvement] Improve performance of fetching transactions and sending address notifications (#3113) by jackrobison

v0.86.1

08 Dec 22:13
Compare
Choose a tag to compare

[0.86.1] - 2020-12-08

Wallet

  • [improvement] fix mempool transactions being re-requested for wallet sync (#3105) by jackrobison

v0.86.0

08 Dec 02:46
Compare
Choose a tag to compare

[0.86.0] - 2020-12-07

Config

  • [improvement] Increase default tx_cache_size (#3099) by jackrobison

Wallet server

  • [improvement] Improve performance of mempool processing loop (#3102) by jackrobison
  • [improvement] Store txids in memory, faster address subscription/history (#3098) by jackrobison
  • [improvement] Faster blockchain.transaction.get_batch (#3092) by jackrobison

v0.85.1

22 Nov 04:40
Compare
Choose a tag to compare
WAL_CHECKPOINT on close

v0.85.0

21 Nov 05:39
Compare
Choose a tag to compare

[0.85.0] - 2020-11-21

Claims

  • [refactor] drop the ability to refer to claims by number from the LBRY URL scheme (#3086) by eukreign

Database

  • [improvement] Ensure no client .wal files remain on shutdown (#3089) by shyba

Wallet server

  • [improvement] store headers in memory on wallet server (#3090) by jackrobison
  • [improvement] store transactions for wallet server in leveldb instead of requesting from lbrycrd (#3082) by jackrobison

v0.84.0

09 Nov 01:34
Compare
Choose a tag to compare

[0.84.0] - 2020-11-08

API

  • [new feature] pass-through for new support_sum api (#3064) by lyoshenka

Claims

  • [new feature] Added support for spec compliant URL parsing (#3056) by Aenigma

Database

  • [bug] ignore blocks marked as BLOCK_FAILED_VALID and BLOCK_FAILED_CHILD when syncing (#3070) by shyba
  • [bug] fix unclean closing of blockchain.db (#3069) by jackrobison

Wallet

  • [improvement] faster resolve and claim_search (#3058) by jackrobison

Wallet server

  • [improvement] support none argument to any_languages filter in claim_search (#3078) by jackrobison

v0.83.0

10 Oct 17:31
Compare
Choose a tag to compare

[0.83.0] - 2020-10-10

Commenting

  • [new feature] support comment pinning (#3057) by jessopb