2017-02-08 04:34:15 +01:00
|
|
|
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/) with
|
|
|
|
regard to the json-rpc api. As we're currently pre-1.0 release, we
|
|
|
|
can and probably will change functionality and break backwards compatability
|
|
|
|
at anytime.
|
|
|
|
|
|
|
|
## [Unreleased]
|
2017-02-22 20:13:14 +01:00
|
|
|
### Added
|
2017-04-09 23:23:03 +02:00
|
|
|
* Add `claim_id` parameter to `claim_show`
|
|
|
|
* Add `hex` field to claim responses for the raw claim value
|
|
|
|
* Add an `error` field to to file responses if an error occurs
|
|
|
|
|
2017-02-22 20:13:14 +01:00
|
|
|
### Changed
|
2017-04-10 19:26:47 +02:00
|
|
|
* Use `uri` instead of `name` in `get_availability`
|
2017-04-11 03:46:16 +02:00
|
|
|
* Add `channel_name` to claim and file responses where applicable
|
|
|
|
* Return None (instead of errors) if a uri cannot be resolved
|
2017-03-09 16:37:44 +01:00
|
|
|
|
2017-02-22 20:13:14 +01:00
|
|
|
### Fixed
|
2017-04-09 23:23:03 +02:00
|
|
|
* `file_list` for files with bad signatures
|
|
|
|
* return None from resolve commands when nothing is found
|
2017-04-10 03:44:08 +02:00
|
|
|
* return lbry files with claims that are abandoned
|
2017-04-09 01:24:23 +02:00
|
|
|
|
|
|
|
## [0.9.2rc9] - 2017-04-08
|
|
|
|
### Added
|
|
|
|
* Use `claim_id` instead of outpoint for `claim_abandon`
|
|
|
|
* Add `channel_name` parameter to `publish`
|
|
|
|
* Add `delete_all` parameter to `file_delete` to allow deleting multiple files
|
|
|
|
* Add `channel_list_mine`
|
|
|
|
* Add `channel_new`
|
|
|
|
* Add `resolve` to resolve lbry uris
|
|
|
|
### Changed
|
|
|
|
* Use `uri` instead of `name` for `get`, remove explicit `claim_id` parameter
|
|
|
|
* Increase default download timeout
|
|
|
|
* Use lbry.io api for exchange rate data
|
2017-04-06 23:50:40 +02:00
|
|
|
|
|
|
|
## [0.9.2rc4] - 2017-04-06
|
|
|
|
### Changed
|
|
|
|
* Use lbryschema library for metadata
|
|
|
|
### Fixed
|
|
|
|
* Removed update_metadata function that could cause update problems
|
|
|
|
* Fix DHT contact bug
|
2017-03-25 15:29:07 +01:00
|
|
|
|
2017-03-29 17:10:57 +02:00
|
|
|
## [0.9.2rc3] - 2017-03-29
|
|
|
|
### Added
|
|
|
|
* Create wallet_unused_address API command
|
|
|
|
* Add `claim_id` parameter to `get`, used to specify non-default claim for `name`
|
|
|
|
### Changed
|
|
|
|
* wallet_new_address API command always returns new address
|
|
|
|
* Improved ConnectionManager speed
|
|
|
|
* Remove unused `stream_info` parameter in `get`
|
|
|
|
|
2017-03-25 15:29:07 +01:00
|
|
|
## [0.9.2rc2] - 2017-03-25
|
|
|
|
### Added
|
|
|
|
* Add `wallet_list` command
|
|
|
|
* Add checks for missing/extraneous params when calling jsonrpc commands
|
|
|
|
* Added colors to cli error messages
|
|
|
|
### Changed
|
|
|
|
* Removed check_pending logic from Daemon
|
|
|
|
* Switched to txrequests so requests can use twisted event loop
|
|
|
|
* Renamed API command file_seed to file_set_status
|
|
|
|
### Fixed
|
|
|
|
* Fix restart procedure in DaemonControl
|
|
|
|
* Create download directory if it doesn't exist
|
|
|
|
* Fixed descriptor_get
|
|
|
|
* Fixed jsonrpc_reflect()
|
|
|
|
* Fixed api help return
|
|
|
|
* Fixed API command descriptor_get
|
|
|
|
* Fixed API command transaction_show
|
|
|
|
* Fixed error handling for jsonrpc commands
|
2017-03-21 22:10:51 +01:00
|
|
|
|
|
|
|
## [0.9.2rc1] - 2017-03-21
|
|
|
|
### 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
|
2017-03-17 23:24:20 +01:00
|
|
|
|
|
|
|
## [0.9.1] - 2017-03-17
|
|
|
|
### Fixed
|
|
|
|
* Fix wallet_public_key API command
|
2017-03-16 22:56:25 +01:00
|
|
|
|
|
|
|
## [0.9.1rc5] - 2017-03-16
|
|
|
|
### Added
|
|
|
|
* publish API command can take metadata fields as arguments
|
|
|
|
* Added `reflect_uploads` config to disable reflecting on upload
|
|
|
|
### Fixed
|
|
|
|
* Fixed jsonrpc_reflect()
|
|
|
|
* Fixed api help return
|
2017-03-09 16:37:44 +01:00
|
|
|
|
2017-03-16 00:59:59 +01:00
|
|
|
## [0.9.1rc2] - 2017-03-15
|
|
|
|
### Added
|
|
|
|
* Added `--version` flag
|
|
|
|
### Changed
|
|
|
|
* Removed `simplejson` dependency in favor of bulitin `json`
|
|
|
|
|
2017-03-10 22:30:28 +01:00
|
|
|
## [0.9.0rc17] - 2017-03-10
|
|
|
|
### 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
|
|
|
|
|
2017-03-09 16:37:44 +01:00
|
|
|
## [0.9.0rc15] - 2017-03-09
|
|
|
|
### Added
|
|
|
|
* Add file filters: `claim_id`, `outpoint`, and `rowid`
|
|
|
|
* Make loggly logs less verbose
|
|
|
|
### Changed
|
|
|
|
* Change file filter `uri` to `name` and return field `lbry_uri` to `name`
|
|
|
|
* Refactor file_list, add `full_status` argument to populate resource intensive fields
|
|
|
|
* Remove deprecated file commands: `get_lbry_files`, `get_lbry_file`, and `file_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`
|
2017-03-06 23:47:50 +01:00
|
|
|
|
|
|
|
## [0.9.0rc12] - 2017-03-06
|
|
|
|
### Fixed
|
|
|
|
* Fixed ExchangeRateManager freezing the app
|
|
|
|
* Fixed download not timing out properly when downloading sd blob
|
2017-03-06 23:24:13 +01:00
|
|
|
* Fixed ExchangeRateManager freezing the app
|
|
|
|
* Fixed download not timing out properly when downloading sd blob
|
|
|
|
* Fixed get not reassembling an already downloaded file that was deleted from download directory
|
2017-02-27 23:49:07 +01:00
|
|
|
|
|
|
|
## [0.9.0rc11] - 2017-02-27
|
|
|
|
### Fixed
|
|
|
|
* Added timeout to ClientProtocol
|
|
|
|
* Add check for when local height of wallet is less than zero
|
2017-02-22 19:58:39 +01:00
|
|
|
|
|
|
|
## [0.9.0rc9] - 2017-02-22
|
2017-02-22 20:13:14 +01:00
|
|
|
### Changed
|
2017-02-21 22:30:36 +01:00
|
|
|
* Add blockchain status to jsonrpc_status
|
2017-02-21 18:49:51 +01:00
|
|
|
|
2017-02-21 18:36:44 +01:00
|
|
|
## [0.8.7] - 2017-02-21
|
2017-02-21 18:49:51 +01:00
|
|
|
|
|
|
|
## [0.8.6] - 2017-02-19
|
|
|
|
|
|
|
|
## [0.8.6rc0] - 2017-02-19
|
2017-02-20 01:32:51 +01:00
|
|
|
### Changed
|
|
|
|
* Add `file_get` by stream hash
|
2017-02-09 17:22:23 +01:00
|
|
|
* Add utils.call_later to replace reactor.callLater
|
2017-02-21 18:49:51 +01:00
|
|
|
|
|
|
|
### Fixed
|
2017-02-20 01:32:51 +01:00
|
|
|
* Fix unhandled error in `get`
|
|
|
|
* Fix sd blob timeout handling in `get_availability`, return 0.0
|
2017-02-21 18:49:51 +01:00
|
|
|
|
2017-02-18 20:59:40 +01:00
|
|
|
## [0.8.5] - 2017-02-18
|
2017-02-20 01:32:51 +01:00
|
|
|
|
2017-02-18 20:59:40 +01:00
|
|
|
## [0.8.5rc0] - 2017-02-18
|
2017-02-18 20:16:48 +01:00
|
|
|
### Fixed
|
|
|
|
* Fix result expected by ui from file_get for missing files
|
2017-02-17 21:37:21 +01:00
|
|
|
|
2017-02-17 21:39:37 +01:00
|
|
|
## [0.8.4] - 2017-02-17
|
|
|
|
|
2017-02-17 21:37:21 +01:00
|
|
|
## [0.8.4rc0] - 2017-02-17
|
2017-02-14 20:31:15 +01:00
|
|
|
### Changed
|
|
|
|
* Remove unused upload_allowed option
|
2017-02-15 19:16:39 +01:00
|
|
|
* Remove code related to packaging as that step is now done in the electron client
|
2017-02-16 19:01:16 +01:00
|
|
|
* Remove lbryum version check; use lbry-electron as version source
|
2017-02-17 04:25:09 +01:00
|
|
|
* Include download url in version check
|
2017-02-14 20:31:15 +01:00
|
|
|
|
2017-02-11 20:47:45 +01:00
|
|
|
### Fixed
|
|
|
|
* add misssing traceback to logging
|
|
|
|
|
2017-02-15 23:29:40 +01:00
|
|
|
## [0.8.3] - 2017-02-15
|
2017-02-11 16:13:45 +01:00
|
|
|
### Fixed
|
2017-02-16 15:12:16 +01:00
|
|
|
* Get lbry files with pending claims
|
2017-02-11 16:13:45 +01:00
|
|
|
* Add better logging to help track down [#478](https://github.com/lbryio/lbry/issues/478)
|
2017-02-11 16:33:06 +01:00
|
|
|
* Catch UnknownNameErrors when resolving a name. [#479](https://github.com/lbryio/lbry/issues/479)
|
2017-02-21 18:49:51 +01:00
|
|
|
|
2017-02-16 05:39:27 +01:00
|
|
|
### Changed
|
|
|
|
* Add blob_get, descriptor_get, and blob_delete
|
|
|
|
* Add filter keyword args to blob_list
|
|
|
|
* Refactor get_availability
|
|
|
|
* Add optional peer search timeout, add peer_search_timeout setting
|
|
|
|
|
2017-02-14 14:55:54 +01:00
|
|
|
## [0.8.3rc3] - 2017-02-14
|
|
|
|
|
2017-02-14 06:34:36 +01:00
|
|
|
## [0.8.3rc2] - 2017-02-13
|
|
|
|
|
2017-02-14 05:06:57 +01:00
|
|
|
## [0.8.3rc1] - 2017-02-13
|
2017-01-27 17:18:40 +01:00
|
|
|
### Changed
|
|
|
|
* make connection manager unit testeable
|
2017-02-11 16:13:45 +01:00
|
|
|
|
2017-02-11 20:05:10 +01:00
|
|
|
### Fixed
|
|
|
|
* Change EWOULDBLOCK error in DHT to warning. #481
|
2017-01-27 17:18:40 +01:00
|
|
|
* mark peers as down if it fails download protocol
|
2017-02-09 18:42:14 +01:00
|
|
|
* Made hash reannounce time to be adjustable to fix [#432](https://github.com/lbryio/lbry/issues/432)
|
2017-02-10 21:16:29 +01:00
|
|
|
|
2017-02-11 16:33:06 +01:00
|
|
|
|
2017-02-10 21:16:29 +01:00
|
|
|
## [0.8.3rc0] - 2017-02-10
|
2017-02-08 20:46:18 +01:00
|
|
|
### Changed
|
2017-02-09 22:18:28 +01:00
|
|
|
* Convert EncryptedFileDownloader to inlineCallbacks
|
|
|
|
* Convert EncryptedFileManager to use inlineCallbacks
|
|
|
|
* Convert Daemon._delete_lbry_file to inlineCallbacks
|
|
|
|
* Add uri to stream reflector to de-obfuscate reflector logs
|
|
|
|
* Simplify lbrynet.lbrynet_daemon.Publisher
|
|
|
|
* Reflect streams in file manager looping call rather than in each file
|
2017-02-13 21:27:39 +01:00
|
|
|
* Convert GetStream to inclineCallbacks
|
|
|
|
* Change callback condition in GetStream to the first data blob completing
|
|
|
|
* Add local and remote heights to blockchain status
|
2017-02-11 16:13:45 +01:00
|
|
|
|
2017-02-08 20:46:18 +01:00
|
|
|
### Fixed
|
2017-02-09 04:41:15 +01:00
|
|
|
* Fix recursion depth error upon failed blob
|
|
|
|
* Call stopProducing in reflector client file_sender when uploading is done
|
|
|
|
* Ensure streams in stream_info_manager are saved in lbry_file_manager
|
|
|
|
* Fixed file_delete not deleting data from stream_info_manager [#470](https://github.com/lbryio/lbry/issues/470)
|
2017-02-09 04:01:56 +01:00
|
|
|
* Fixed upload of bug reports to Slack ([#472](https://github.com/lbryio/lbry/issues/472))
|
2017-02-09 04:41:15 +01:00
|
|
|
* Fixed claim updates [#473](https://github.com/lbryio/lbry/issues/473)
|
2017-02-09 22:18:28 +01:00
|
|
|
* Handle ConnectionLost error in reflector client
|
|
|
|
* Fix updating a claim where the stream doesn't change
|
2017-02-13 21:27:39 +01:00
|
|
|
* Fix claim_abandon
|
|
|
|
|
2017-02-08 04:34:15 +01:00
|
|
|
## [0.8.1] - 2017-02-01
|
|
|
|
### Changed
|
|
|
|
* reflect all the blobs in a stream
|
|
|
|
* change command line flags so that the more common usage is the default
|
|
|
|
* change daemon function signatures to include names arguments
|
2017-02-11 16:13:45 +01:00
|
|
|
|
2017-02-08 04:34:15 +01:00
|
|
|
### Fixed
|
|
|
|
* disable verbose twisted logs
|
|
|
|
* improved wallet balance calculations
|
|
|
|
* fix block too deep error
|
|
|
|
|
|
|
|
## [0.8.0] - 2017-01-24
|
|
|
|
### Changed
|
|
|
|
* renamed api endpoints
|
|
|
|
* improved command line user experience
|
|
|
|
* integrate twisted logging with python logging
|
|
|
|
* Updated READMEs
|
2017-02-11 16:13:45 +01:00
|
|
|
|
2017-02-08 04:34:15 +01:00
|
|
|
### Fixed
|
|
|
|
* Fixed bug where ConnectionManager wasn't being stopped
|
|
|
|
* Fixed: #343
|
|
|
|
* Stop hanging if github is down
|
|
|
|
* paths for debian package have been updated to be correct
|
|
|
|
* improved output of the publish command
|