mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-03 00:30:34 +00:00
changelog
This commit is contained in:
parent
da6867203f
commit
5d94f76a1f
2 changed files with 1 additions and 8 deletions
|
@ -13,9 +13,6 @@ at anytime.
|
||||||
*
|
*
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
*
|
|
||||||
*
|
|
||||||
* Fixed handling cancelled blob and availability requests
|
|
||||||
* Fixed redundant blob requests to a peer
|
* Fixed redundant blob requests to a peer
|
||||||
* Fixed blob download history
|
* Fixed blob download history
|
||||||
|
|
||||||
|
@ -24,10 +21,6 @@ at anytime.
|
||||||
*
|
*
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
*
|
|
||||||
*
|
|
||||||
* Announcing by head blob is turned on by default
|
|
||||||
* Updated reflector server dns
|
|
||||||
* Improved download analytics
|
* Improved download analytics
|
||||||
* Improved download errors by distinguishing a data timeout from a sd timeout
|
* Improved download errors by distinguishing a data timeout from a sd timeout
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
__version__ = "0.16.2"
|
__version__ = "0.16.3rc1"
|
||||||
version = tuple(__version__.split('.'))
|
version = tuple(__version__.split('.'))
|
||||||
|
|
||||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||||
|
|
Loading…
Add table
Reference in a new issue