Releases: lbryio/lbry-sdk
Releases · lbryio/lbry-sdk
v0.9.2rc1
Added
- Add
wallet_list
command
Changed
- Dont add expected payment to wallet when payment rate is 0
Fixed
- Fixed descriptor_get
- Fixed jsonrpc_reflect()
- Fixed api help return
- Fixed API command descriptor_get
- Fixed API command transaction_show
- Handle failure to decode claim cache file
v0.9.1
Added
- Added
--version
flag - Added
lbrynet-cli
executable to control daemon from command line - publish API command can take metadata fields as arguments
- Added
reflect_uploads
config to disable reflecting on upload
Changed
- Removed
simplejson
dependency in favor of bulitinjson
Fixed
- Fixed jsonrpc_reflect()
- Fixed api help return
- Fix wallet_public_key API command
v0.9.0
Added
- Add file filters:
claim_id
,outpoint
, androwid
- Make loggly logs less verbose
Changed
- Remove unused upload_allowed option
- Remove code related to packaging as that step is now done in the electron client
- Remove lbryum version check; use lbry-electron as version source
- Include download url in version check
- Add blockchain status to jsonrpc_status
- Change file filter
uri
toname
and return fieldlbry_uri
toname
- Refactor file_list, add
full_status
argument to populate resource intensive fields - Remove deprecated file commands:
get_lbry_files
,get_lbry_file
, andfile_get
- Remove deprecated
delete_lbry_file
command - Return standard file json from
get
Fixed
- Added timeout to ClientProtocol
- Add check for when local height of wallet is less than zero
- Fixed ExchangeRateManager freezing the app
- Fixed download not timing out properly when downloading sd blob
- Added string comparison to ClaimOutpoint (needed to look things up by outpoint)
- Remove unused API commands from daemon
- Fix file filter
outpoint
- Made dictionary key names in API commmand outputs to be more consistent
v0.9.0rc17
Fixed
- Added string comparison to ClaimOutpoint (needed to look things up by outpoint)
- Remove unused API commands from daemon
- Fix file filter
outpoint
- Made dictionary key names in API commmand outputs to be more consistent
v0.9.0rc15
Added
- Add file filters:
claim_id
,outpoint
, androwid
- Make loggly logs less verbose
Changed
- Change file filter
uri
toname
and return fieldlbry_uri
toname
- Refactor file_list, add
full_status
argument to populate resource intensive fields - Remove deprecated file commands:
get_lbry_files
,get_lbry_file
, andfile_get
- Remove deprecated
delete_lbry_file
command - Return standard file json from
get
Fixed
- Added string comparison to ClaimOutpoint (needed to look things up by outpoint)
- Remove unused API commands from daemon
- Fix file filter
outpoint
v0.9.0rc11
Fixed
- Added timeout to ClientProtocol
- Add check for when local height of wallet is less than zero