Releases: lbryio/lbry-sdk
Releases · lbryio/lbry-sdk
v0.82.0
[0.82.0] - 2020-09-29
DHT
- [improvement] add forward compatibility for byte datagram keys (#3045) by jackrobison
Commenting
- [improvement] Comments v2 with Reactions (#3051) by jessopb
Devops
- [improvement] Fixed docker-compose - no snapshot error (#3052) by kodxana
Other
- [improvement] iOS support (#3054) by akinwale
Wallet server
- [improvement] add indexes for
any_languages
argument toclaim_search
(#3050) by jackrobison
v0.81.0
[0.81.0] - 2020-08-19
API
- [new feature] added
--limit_claims_per_channel
argument toclaim_search
to only return up to the specified number of claims per channel (#3028) by eukreign
Files
- [improvement] Add webvtt mime type ( subtitles, captions ) (#3022) by btzr-io
Reflector
- [improvement] Improve reflector upload cancellation handling (#3021) by jackrobison
v0.80.0
[0.80.0] - 2020-08-04
API
- [new feature] added support for using the new SDK for
resolve
andclaim_search
by passing--new_sdk_server
(#3015) by eukreign
Commenting
- [improvement] allow faster comment retrieval (#3010) by jessopb
Wallet
- [improvement] release reserved outputs on startup (#3016) by eukreign
v0.79.1
v0.79.0
v0.78.0
[0.78.0] - 2020-07-14
Blobs/files
- [improvement] updates HLS .m3u8 media type and adds new DASH .mpd media type (#2996) by DispatchCommit
- [improvement] check sample rate and lower if too high (#2986) by Death916
Reflector
- [improvement] log task errors and add debug information for reflector task (#2992) by shyba
Wallet
- [improvement] Batched sync for wallet transactions (#2995) by jackrobison
- [improvement] add
--blocking
toaccount_send
andwallet_send
(#2989) by jackrobison
Wallet server
- [improvement] Move wallet server tx hashes and headers to leveldb to speed up the rate mempool notifications are sent (#2981) by jackrobison
v0.77.0
v0.76.0
[0.76.0] - 2020-06-08
Files
- [improvement] Speed up publish response time by not blocking on updating the content claim db (#2971) by jackrobison
Wallet
- [new feature] added signed supports (#2974) by eukreign
- [new feature] Add all sqlite coin chooser, enabled by setting coin_selection_strategy to
sqlite
(#2959) by jackrobison
Wallet server
- [bug] Improve wallet server address history cache and the rate of sent notifications (#2972) by jackrobison
v0.75.0
[0.75.0] - 2020-06-03
Backwards Incompatible Changes
- [api] This release requires that no Origin value is passed in HTTP API requests. Electron based apps accessing the SDK will need to make sure that for
POST
requests that they remove theOrigin
from the header, see: electron/electron#7931 . When you want to use the API from web browser the SDK needs to haveallowed_origin
configuration value set to the host from which you want to access the API. (#2966)
DHT
- [bug] fixed is_valid_public_ipv4 not working correctly when ipv6 is given as address (#2892) by endes123321
API
- [improvement] add
allowed_origin
to config, by default no longer allow any requests which pass Origin in header (#2966) by jackrobison
Files
- [improvement] more aggressive video transcoding to reduce file sizes (#2968) by tzarebczan
Wallet
- [improvement] add
transaction_cache_size
to config (#2967) by jackrobison
v0.74.0
[0.74.0] - 2020-05-18
API
- [new feature] added
download_path
as a filter forfile_list
command (#2957) by akinwale
Config
- [improvement] properly handle integer environment values, fixes issue with specifying ports via environment vars (#2947) by thebubbleindex
Wallet
- [bug] fixed bug with leaky information between outputs (#2960) by eukreign