-
v0.36.0 Stable
released this
2019-04-23 00:47:58 +02:00 | 3856 commits to master since this release[0.36.0] - 2019-04-22
Backwards Incompatible Changes
- [api] RPC output for txos/claims added a few new fields:
claim_op
,value_type
,protobuf
and changed a few were renamed:signing_channel
andis_channel_signature_valid
, see docs for explanation of these fields. (https://github.com/lbryio/lbry/pull/2038) - [api] Due to substantial protobuf changes, the
value
field in JSON responses has changed:value['thumbnail_url']
is now a dictionary withurl
key:value['thumbnail']['url']
,sd_hash
is now invalue['source']['sd_hash']
. (https://github.com/lbryio/lbry/pull/2038) - [api] For stream claims only, when the media_type was determined to be a video/audio/image and the SDK was able to extract metadata from the file during publish there will be a
stream_type
value set inside of the rootvalue
field. (https://github.com/lbryio/lbry/pull/2038)
API
- [improvement] add lbry:// to permanent_url response field (https://github.com/lbryio/lbry/pull/2043) by eukreign
- [improvement] ability to override the file name, hash and size when updating a stream (https://github.com/lbryio/lbry/pull/2042) by eukreign
- [improvement] add new encoder fields on resolve so app can use them (https://github.com/lbryio/lbry/pull/2039) by shyba
- [improvement] renamed txo sub_type to value_type in txo json encoder output (https://github.com/lbryio/lbry/pull/2038) by eukreign
- [improvement] added --include_protobuf to add hexlified protobuf to RPC responses (https://github.com/lbryio/lbry/pull/2037) by eukreign
- [improvement] exposed new protobuf fields in APIs and updated tests (https://github.com/lbryio/lbry/pull/2036) by eukreign
- [refactor]
resolve
implementation refactoring (https://github.com/lbryio/lbry/pull/2010) by shyba - [refactor] split claim_abandon into stream_abandon and channel_abandon (https://github.com/lbryio/lbry/pull/2006) by eukreign
- [improvement] Update to new protobuf schema (https://github.com/lbryio/lbry/pull/1984) by shyba
- [new feature] adds lbrynet commands
comment_list
andcomment_create
which talk to a comment server (https://github.com/lbryio/lbry/pull/1747) by osilkin98
Claims
- [improvement] latest protobuf updates (https://github.com/lbryio/lbry/pull/2032) by eukreign
- [improvement] round USD fees to nearest penny (https://github.com/lbryio/lbry/pull/2009) by eukreign
Docs
- [improvement] adds api examples to docs (https://github.com/lbryio/lbry/pull/2026) by jessopb
- [improvement] put generated commands in groups (https://github.com/lbryio/lbry/pull/2024) by eukreign
- [task] update email and links to use the new domains (https://github.com/lbryio/lbry/pull/2013) by ykris45
- [improvement] update install for windows (https://github.com/lbryio/lbry/pull/1895) by tzarebczan
- [new feature] created infrastructure to automatically generate api examples (https://github.com/lbryio/lbry/pull/1790) by eukreign
Files
- [improvement] added mapping of stream type to media file extensions (https://github.com/lbryio/lbry/pull/2012) by tzarebczan
Other
- [improvement] Typo fixes and updated gitignore (https://github.com/lbryio/lbry/pull/2025) by NetOperatorWibby
Packaging
- [improvement] Fixes issue causing packages incompatible with torba getting installed [attrs==18.2.0] (https://github.com/lbryio/lbry/pull/2022) by osilkin98
- [bug] fix set_build.py type on mac by running it with python3 explicitely (https://github.com/lbryio/lbry/pull/2015) by eukreign
Tests
- [bug] time to first byte script (https://github.com/lbryio/lbry/pull/2014) by tzarebczan
Wallet
- [improvement] cache and share txs fetches while validating concurrently on batches (https://github.com/lbryio/lbry/pull/2035) by shyba
- [improvement] resolve fixes (https://github.com/lbryio/lbry/pull/2019) by shyba
Wallet server
- [bug] update wallet server public/private hash config (https://github.com/lbryio/lbry/pull/1996) by tzarebczan
- [refactor] updated wallet server to use torba transaction parser (https://github.com/lbryio/lbry/pull/1993) by shyba
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
-
lbrynet-linux.zip
103 downloads · 19 MiB
-
lbrynet-mac.zip
54 downloads · 11 MiB
-
lbrynet-windows.zip
76 downloads · 14 MiB
- [api] RPC output for txos/claims added a few new fields: