mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-02 08:10:34 +00:00
changelog
This commit is contained in:
parent
fbe650c7cf
commit
34fd517512
1 changed files with 7 additions and 17 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -13,38 +13,28 @@ at anytime.
|
|||
*
|
||||
|
||||
### Added
|
||||
* Added ability for reflector to store stream information for head blob announce
|
||||
*
|
||||
*
|
||||
|
||||
### Fixed
|
||||
* Fixed handling cancelled blob and availability requests
|
||||
* Fixed redundant blob requests to a peer
|
||||
* Fixed blob download history
|
||||
*
|
||||
|
||||
### Deprecated
|
||||
* Deprecated `blob_announce_all` JSONRPC command. Use `blob_announce` instead.
|
||||
*
|
||||
*
|
||||
|
||||
### Changed
|
||||
* Announcing by head blob is turned on by default
|
||||
* Updated reflector server dns
|
||||
* Improved download analytics
|
||||
* Improved download errors by distinguishing a data timeout from a sd timeout
|
||||
|
||||
### Added
|
||||
* Added WAL pragma to sqlite3
|
||||
* Added unit tests for `BlobFile`
|
||||
* Updated exchange rate tests for the lbry.io api
|
||||
* Use `hashlib` for sha384 instead of `pycrypto`
|
||||
* Use `cryptography` instead of `pycrypto` for blob encryption and decryption
|
||||
* Use `cryptography` for PKCS7 instead of doing it manually
|
||||
* Use `BytesIO` buffers instead of temp files when processing blobs
|
||||
* Refactored and pruned blob related classes into `lbrynet.blobs`
|
||||
* Changed several `assert`s to raise more useful errors
|
||||
*
|
||||
*
|
||||
|
||||
### Removed
|
||||
* Removed `TempBlobFile`
|
||||
* Removed unused `EncryptedFileOpener`
|
||||
*
|
||||
*
|
||||
|
||||
|
||||
## [0.16.2] - 2017-09-26
|
||||
|
|
Loading…
Add table
Reference in a new issue