-
v0.32.0 Stable
released this
2019-02-17 02:17:41 +01:00 | 4158 commits to master since this release[0.32.0] - 2019-02-16
Backwards Incompatible Changes
- [blobs/files]
resolve
command has dropped--force
as it was not actually used and changed theuri
/uris
parameter to justurls
(that's with L instead of i), it accepts a single string or a list. (https://github.com/lbryio/lbry/pull/1900)
API
- [bug] actually stop the daemon on calling
lbrynet stop
(https://github.com/lbryio/lbry/pull/1907) by hackrush01
Blobs/files
- [bug] Sync blobs on startup (https://github.com/lbryio/lbry/pull/1919) by jackrobison
- [refactor] integration tests refactor and additional tests for
file list
,file delete
andget
commands (https://github.com/lbryio/lbry/pull/1900) by eukreign - [fixup] fix application/x-ext mime types (https://github.com/lbryio/lbry/pull/1925) by tzarebczan
Config
- [bug] listen on internal port instead of upnp redirect (https://github.com/lbryio/lbry/pull/1928) by tzarebczan
Database
- [bug] database migration bug related to passing conf argument (https://github.com/lbryio/lbry/pull/1906) by eukreign
- [improvement] Faster file delete (https://github.com/lbryio/lbry/pull/1905) by jackrobison
- [improvement] Improve startup time (https://github.com/lbryio/lbry/pull/1892) by jackrobison
Downloads
- [improvement] Fix p2p ignoring good peers (https://github.com/lbryio/lbry/pull/1926) by shyba
- [bug] Stop on data blobs timeout, allowing get to retry (https://github.com/lbryio/lbry/pull/1914) by shyba
- [bug] Fix resuming downloads bugs on startup (https://github.com/lbryio/lbry/pull/1912) by shyba
- [bug] respect download timeout setting (https://github.com/lbryio/lbry/pull/1908) by shyba
- [bug] Fix chunked response parsing (https://github.com/lbryio/lbry/pull/1903) by shyba
- [improvement] Refactor peer scoring and maintain connections to fix stuck downloads, remove locking from ping queue (https://github.com/lbryio/lbry/pull/1889) by shyba
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
-
lbrynet-linux.zip
73 downloads · 18 MiB
-
lbrynet-mac.zip
62 downloads · 10 MiB
-
lbrynet-windows.zip
74 downloads · 14 MiB
- [blobs/files]