Skip to content

Releases: lbryio/lbry-sdk

v0.82.0

29 Sep 13:17
Compare
Choose a tag to compare

[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 to claim_search (#3050) by jackrobison

v0.81.0

19 Aug 20:38
Compare
Choose a tag to compare

[0.81.0] - 2020-08-19

API

  • [new feature] added --limit_claims_per_channel argument to claim_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

04 Aug 21:19
Compare
Choose a tag to compare

[0.80.0] - 2020-08-04

API

  • [new feature] added support for using the new SDK for resolve and claim_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

22 Jul 03:10
Compare
Choose a tag to compare

[0.79.1] - 2020-07-21

Wallet

  • [bug] fix modified_on to always cast value to integer, also cast preferences timestamp to int (#3003) by eukreign

v0.79.0

21 Jul 01:02
Compare
Choose a tag to compare

[0.79.0] - 2020-07-20

Reflector

  • [bug] Fix uncaught reflector connection errors (#2997) by jackrobison

Wallet

  • [bug] fixed sync'ing issues related to modified_on timestamps having varying floating value between OSes (#3002) by eukreign

v0.78.0

15 Jul 04:12
Compare
Choose a tag to compare

[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 to account_send and wallet_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

24 Jun 16:00
Compare
Choose a tag to compare

[0.77.0] - 2020-06-24

Other

  • [refactor] remove loggly (#2985) by jackrobison

v0.76.0

09 Jun 03:31
Compare
Choose a tag to compare

[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

03 Jun 19:34
Compare
Choose a tag to compare

[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 the Origin from the header, see: electron/electron#7931 . When you want to use the API from web browser the SDK needs to have allowed_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

18 May 21:16
Compare
Choose a tag to compare

[0.74.0] - 2020-05-18

API

  • [new feature] added download_path as a filter for file_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