cleaned up duplicates in changelog
This commit is contained in:
parent
6dd8138c05
commit
ed3e825472
1 changed files with 21 additions and 99 deletions
120
CHANGELOG.md
120
CHANGELOG.md
|
@ -81,7 +81,6 @@ at anytime.
|
||||||
* manager classes to use new `SQLiteStorage` for database interaction. This class uses a single `lbrynet.sqlite` database file.
|
* manager classes to use new `SQLiteStorage` for database interaction. This class uses a single `lbrynet.sqlite` database file.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* link to instructions on how to change the default peer port
|
|
||||||
* `lbrynet-console`, a tool to run or connect to lbrynet-daemon and launch an interactive python console with the api functions built in.
|
* `lbrynet-console`, a tool to run or connect to lbrynet-daemon and launch an interactive python console with the api functions built in.
|
||||||
* `--conf` CLI flag to specify an alternate config file
|
* `--conf` CLI flag to specify an alternate config file
|
||||||
* `peer_port`, `disable_max_key_fee`, `auto_renew_claim_height_delta`, `blockchain_name`, and `lbryum_servers` to configurable settings
|
* `peer_port`, `disable_max_key_fee`, `auto_renew_claim_height_delta`, `blockchain_name`, and `lbryum_servers` to configurable settings
|
||||||
|
@ -183,7 +182,6 @@ at anytime.
|
||||||
### Added
|
### Added
|
||||||
* Added WAL pragma to sqlite3
|
* Added WAL pragma to sqlite3
|
||||||
* Added unit tests for `BlobFile`
|
* Added unit tests for `BlobFile`
|
||||||
* Updated exchange rate tests for the lbry.io api
|
|
||||||
* Use `hashlib` for sha384 instead of `pycrypto`
|
* Use `hashlib` for sha384 instead of `pycrypto`
|
||||||
* Use `cryptography` instead of `pycrypto` for blob encryption and decryption
|
* Use `cryptography` instead of `pycrypto` for blob encryption and decryption
|
||||||
* Use `cryptography` for PKCS7 instead of doing it manually
|
* Use `cryptography` for PKCS7 instead of doing it manually
|
||||||
|
@ -258,7 +256,6 @@ at anytime.
|
||||||
## [0.15.0] - 2017-08-15
|
## [0.15.0] - 2017-08-15
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fixed reflector server blocking the `received_blob` reply on the server announcing the blob to the dht
|
* Fixed reflector server blocking the `received_blob` reply on the server announcing the blob to the dht
|
||||||
* Fixed incorrect formatting of "amount" fields
|
|
||||||
* Fixed handling of SIGINT, SIGTERM.
|
* Fixed handling of SIGINT, SIGTERM.
|
||||||
* Fixed shutdown sequence
|
* Fixed shutdown sequence
|
||||||
* Fix error when resolving an integer
|
* Fix error when resolving an integer
|
||||||
|
@ -382,7 +379,6 @@ at anytime.
|
||||||
### Fixed
|
### Fixed
|
||||||
* Race condition from improper initialization and shutdown of the blob manager database
|
* Race condition from improper initialization and shutdown of the blob manager database
|
||||||
* Various fixes for GetStream class used in API command get
|
* Various fixes for GetStream class used in API command get
|
||||||
* Download analytics error
|
|
||||||
* Fixed flag options in file_delete API command
|
* Fixed flag options in file_delete API command
|
||||||
|
|
||||||
|
|
||||||
|
@ -442,39 +438,6 @@ at anytime.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.10.3production4] - 2017-06-01
|
|
||||||
|
|
||||||
### Added
|
|
||||||
* Prevent publish of files with size 0
|
|
||||||
* Add `dht_status` parameter to `status` to include bandwidth and peer info
|
|
||||||
* Positional and flag arguments in lbrynet-cli
|
|
||||||
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
* Changed keyword arguments in lbrynet-cli to use a -- prefix
|
|
||||||
* Using the help function in lbrynet-cli no longer requires lbrynet-daemon to be running
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.10.3production3] - 2017-05-30
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
* Update `publish` to use {'currency': ..., 'address': ..., 'amount'} format for fee parameter, previously used old {currency: {'address': ..., 'amount': ...}} format
|
|
||||||
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
* Allow claim_show to be used without specifying name
|
|
||||||
* Fix licenseUrl field in `publish`
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.10.3production2] - 2017-05-30
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
* Allow claim_show to be used without specifying name
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.10.3] - 2017-05-23
|
## [0.10.3] - 2017-05-23
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -483,8 +446,6 @@ at anytime.
|
||||||
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* Added optional `address` and `include_unconfirmed` params to `jsonrpc_wallet_balance` method
|
|
||||||
* Wait for subscriptions before announcing wallet has finished starting
|
|
||||||
* Cache claims in wallet storage for use looking claims up by id or outpoint
|
* Cache claims in wallet storage for use looking claims up by id or outpoint
|
||||||
* Try to use cached claim info for `file_list`
|
* Try to use cached claim info for `file_list`
|
||||||
* Convert wallet storage to inlinecallbacks
|
* Convert wallet storage to inlinecallbacks
|
||||||
|
@ -585,55 +546,38 @@ at anytime.
|
||||||
* Removed check_pending logic from Daemon
|
* Removed check_pending logic from Daemon
|
||||||
* Switched to txrequests so requests can use twisted event loop
|
* Switched to txrequests so requests can use twisted event loop
|
||||||
* Renamed API command file_seed to file_set_status
|
* Renamed API command file_seed to file_set_status
|
||||||
|
* Dont add expected payment to wallet when payment rate is 0
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fix restart procedure in DaemonControl
|
* Fix restart procedure in DaemonControl
|
||||||
* Create download directory if it doesn't exist
|
* Create download directory if it doesn't exist
|
||||||
* Fixed descriptor_get
|
* Fixed descriptor_get
|
||||||
* Fixed jsonrpc_reflect()
|
|
||||||
* Fixed api help return
|
|
||||||
* Fixed API command descriptor_get
|
* Fixed API command descriptor_get
|
||||||
* Fixed API command transaction_show
|
* Fixed API command transaction_show
|
||||||
* Fixed error handling for jsonrpc commands
|
* Fixed error handling for jsonrpc commands
|
||||||
|
|
||||||
## [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
|
* Handle failure to decode claim cache file
|
||||||
|
|
||||||
## [0.9.1] - 2017-03-17
|
|
||||||
### Fixed
|
|
||||||
* Fix wallet_public_key API command
|
|
||||||
|
|
||||||
## [0.9.1rc5] - 2017-03-16
|
|
||||||
|
## [0.9.1] - 2017-03-17
|
||||||
### Added
|
### Added
|
||||||
* publish API command can take metadata fields as arguments
|
* publish API command can take metadata fields as arguments
|
||||||
* Added `reflect_uploads` config to disable reflecting on upload
|
* Added `reflect_uploads` config to disable reflecting on upload
|
||||||
|
* Added `--version` flag
|
||||||
### Fixed
|
### Fixed
|
||||||
|
* Fix wallet_public_key API command
|
||||||
* Fixed jsonrpc_reflect()
|
* Fixed jsonrpc_reflect()
|
||||||
* Fixed api help return
|
* Fixed api help return
|
||||||
|
|
||||||
## [0.9.1rc2] - 2017-03-15
|
|
||||||
### Added
|
|
||||||
* Added `--version` flag
|
|
||||||
### Changed
|
### Changed
|
||||||
* Removed `simplejson` dependency in favor of bulitin `json`
|
* Removed `simplejson` dependency in favor of bulitin `json`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.9.0rc17] - 2017-03-10
|
## [0.9.0rc17] - 2017-03-10
|
||||||
### Fixed
|
### Fixed
|
||||||
* Added string comparison to ClaimOutpoint (needed to look things up by outpoint)
|
* Added string comparison to ClaimOutpoint (needed to look things up by outpoint)
|
||||||
* Remove unused API commands from daemon
|
* Remove unused API commands from daemon
|
||||||
* Fix file filter `outpoint`
|
* Fix file filter `outpoint`
|
||||||
* Made dictionary key names in API commmand outputs to be more consistent
|
* Made dictionary key names in API commmand outputs to be more consistent
|
||||||
|
|
||||||
## [0.9.0rc15] - 2017-03-09
|
|
||||||
### Added
|
### Added
|
||||||
* Add file filters: `claim_id`, `outpoint`, and `rowid`
|
* Add file filters: `claim_id`, `outpoint`, and `rowid`
|
||||||
* Make loggly logs less verbose
|
* Make loggly logs less verbose
|
||||||
|
@ -643,10 +587,7 @@ at anytime.
|
||||||
* Remove deprecated file commands: `get_lbry_files`, `get_lbry_file`, and `file_get`
|
* Remove deprecated file commands: `get_lbry_files`, `get_lbry_file`, and `file_get`
|
||||||
* Remove deprecated `delete_lbry_file` command
|
* Remove deprecated `delete_lbry_file` command
|
||||||
* Return standard file json from `get`
|
* 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`
|
|
||||||
|
|
||||||
## [0.9.0rc12] - 2017-03-06
|
## [0.9.0rc12] - 2017-03-06
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -668,8 +609,6 @@ at anytime.
|
||||||
## [0.8.7] - 2017-02-21
|
## [0.8.7] - 2017-02-21
|
||||||
|
|
||||||
## [0.8.6] - 2017-02-19
|
## [0.8.6] - 2017-02-19
|
||||||
|
|
||||||
## [0.8.6rc0] - 2017-02-19
|
|
||||||
### Changed
|
### Changed
|
||||||
* Add `file_get` by stream hash
|
* Add `file_get` by stream hash
|
||||||
* Add utils.call_later to replace reactor.callLater
|
* Add utils.call_later to replace reactor.callLater
|
||||||
|
@ -679,14 +618,10 @@ at anytime.
|
||||||
* Fix sd blob timeout handling in `get_availability`, return 0.0
|
* Fix sd blob timeout handling in `get_availability`, return 0.0
|
||||||
|
|
||||||
## [0.8.5] - 2017-02-18
|
## [0.8.5] - 2017-02-18
|
||||||
|
|
||||||
## [0.8.5rc0] - 2017-02-18
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fix result expected by ui from file_get for missing files
|
* Fix result expected by ui from file_get for missing files
|
||||||
|
|
||||||
## [0.8.4] - 2017-02-17
|
## [0.8.4] - 2017-02-17
|
||||||
|
|
||||||
## [0.8.4rc0] - 2017-02-17
|
|
||||||
### Changed
|
### Changed
|
||||||
* Remove unused upload_allowed option
|
* Remove unused upload_allowed option
|
||||||
* Remove code related to packaging as that step is now done in the electron client
|
* Remove code related to packaging as that step is now done in the electron client
|
||||||
|
@ -701,29 +636,25 @@ at anytime.
|
||||||
* Get lbry files with pending claims
|
* Get lbry files with pending claims
|
||||||
* Add better logging to help track down [#478](https://github.com/lbryio/lbry/issues/478)
|
* Add better logging to help track down [#478](https://github.com/lbryio/lbry/issues/478)
|
||||||
* Catch UnknownNameErrors when resolving a name. [#479](https://github.com/lbryio/lbry/issues/479)
|
* Catch UnknownNameErrors when resolving a name. [#479](https://github.com/lbryio/lbry/issues/479)
|
||||||
|
* Change EWOULDBLOCK error in DHT to warning. #481
|
||||||
|
* mark peers as down if it fails download protocol
|
||||||
|
* Made hash reannounce time to be adjustable to fix [#432](https://github.com/lbryio/lbry/issues/432)
|
||||||
|
* 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)
|
||||||
|
* Fixed upload of bug reports to Slack ([#472](https://github.com/lbryio/lbry/issues/472))
|
||||||
|
* Fixed claim updates [#473](https://github.com/lbryio/lbry/issues/473)
|
||||||
|
* Handle ConnectionLost error in reflector client
|
||||||
|
* Fix updating a claim where the stream doesn't change
|
||||||
|
* Fix claim_abandon
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* Add blob_get, descriptor_get, and blob_delete
|
* Add blob_get, descriptor_get, and blob_delete
|
||||||
* Add filter keyword args to blob_list
|
* Add filter keyword args to blob_list
|
||||||
* Refactor get_availability
|
* Refactor get_availability
|
||||||
* Add optional peer search timeout, add peer_search_timeout setting
|
* Add optional peer search timeout, add peer_search_timeout setting
|
||||||
|
|
||||||
## [0.8.3rc3] - 2017-02-14
|
|
||||||
|
|
||||||
## [0.8.3rc2] - 2017-02-13
|
|
||||||
|
|
||||||
## [0.8.3rc1] - 2017-02-13
|
|
||||||
### Changed
|
|
||||||
* make connection manager unit testeable
|
* make connection manager unit testeable
|
||||||
|
|
||||||
### Fixed
|
|
||||||
* Change EWOULDBLOCK error in DHT to warning. #481
|
|
||||||
* mark peers as down if it fails download protocol
|
|
||||||
* Made hash reannounce time to be adjustable to fix [#432](https://github.com/lbryio/lbry/issues/432)
|
|
||||||
|
|
||||||
|
|
||||||
## [0.8.3rc0] - 2017-02-10
|
|
||||||
### Changed
|
|
||||||
* Convert EncryptedFileDownloader to inlineCallbacks
|
* Convert EncryptedFileDownloader to inlineCallbacks
|
||||||
* Convert EncryptedFileManager to use inlineCallbacks
|
* Convert EncryptedFileManager to use inlineCallbacks
|
||||||
* Convert Daemon._delete_lbry_file to inlineCallbacks
|
* Convert Daemon._delete_lbry_file to inlineCallbacks
|
||||||
|
@ -734,16 +665,7 @@ at anytime.
|
||||||
* Change callback condition in GetStream to the first data blob completing
|
* Change callback condition in GetStream to the first data blob completing
|
||||||
* Add local and remote heights to blockchain status
|
* Add local and remote heights to blockchain status
|
||||||
|
|
||||||
### Fixed
|
|
||||||
* 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)
|
|
||||||
* Fixed upload of bug reports to Slack ([#472](https://github.com/lbryio/lbry/issues/472))
|
|
||||||
* Fixed claim updates [#473](https://github.com/lbryio/lbry/issues/473)
|
|
||||||
* Handle ConnectionLost error in reflector client
|
|
||||||
* Fix updating a claim where the stream doesn't change
|
|
||||||
* Fix claim_abandon
|
|
||||||
|
|
||||||
## [0.8.1] - 2017-02-01
|
## [0.8.1] - 2017-02-01
|
||||||
### Changed
|
### Changed
|
||||||
|
|
Loading…
Reference in a new issue