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-11 16:13:45 +01:00
|
|
|
### Fixed
|
|
|
|
* 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-14 05:06:57 +01:00
|
|
|
|
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
|