-
v0.47.0 Stable
released this
2019-11-18 16:57:58 +01:00 | 2431 commits to master since this release[0.47.0] - 2019-11-18
Wallet server now supports full text searching by using
claim_search
command and passing--text
argument (note that--order_by
is ignored when--text
is passed because it will sort results based on text match ranking). (https://github.com/lbryio/lbry-sdk/pull/2622)A major new feature in this release is the
collection
claim type which allows creating (collection_create
/collection_update
) playlists and other collections of claims and then resolving the items in the collection (collection_resolve
). (https://github.com/lbryio/lbry-sdk/pull/2621)Claims
- [new feature] added a new
collection
claim type; managed via commandscollection_create
,collection_update
,collection_abandon
,collection_list
andcollection_resolve
(https://github.com/lbryio/lbry-sdk/pull/2621) by jessopb
Discovery
- [new feature] full text search in wallet server using
claim_search
via argument--text
(https://github.com/lbryio/lbry-sdk/pull/2622) by eukreign
Network
- [improvement] bump aioupnp to 0.0.16, fixes UPnP support for TP-Link routers (https://github.com/lbryio/lbry-sdk/pull/2623) by jackrobison
Wallet
- [bug] fix bug where wallet client errors would trap and get the SDK stuck (https://github.com/lbryio/lbry-sdk/pull/2625) by shyba
- [improvement] stop signing support TXs too many times (https://github.com/lbryio/lbry-sdk/pull/2624) by eukreign
- [improvement] Download headers exclusively from wallet servers (https://github.com/lbryio/lbry-sdk/pull/2488) by shyba
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
24 downloads · 20 MiB
-
lbrynet-mac.zip
19 downloads · 12 MiB
-
lbrynet-windows.zip
20 downloads · 15 MiB
- [new feature] added a new