Releases: lbryio/lbry-sdk
Releases · lbryio/lbry-sdk
v0.90.0
[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
v0.89.0
[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
[0.88.0] - 2021-01-22
API
- [new feature] added support for
--not_channel_id
totxo_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
v0.87.0
v0.86.1
v0.86.0
[0.86.0] - 2020-12-07
Config
- [improvement] Increase default
tx_cache_size
(#3099) by jackrobison
Wallet server
v0.85.1
WAL_CHECKPOINT on close
v0.85.0
v0.84.0
[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 toany_languages
filter inclaim_search
(#3078) by jackrobison