-
v0.98.0 Stable
released this
2021-05-26 15:23:19 +02:00 | 1030 commits to master since this release[0.98.0] - 2021-05-26
API
- [bug] fix bug in collection_update --replace (https://github.com/lbryio/lbry-sdk/pull/3306) by jessopb
- [bug] "lbrynet file list --sort=channel_name" no longer crashes when a file has no channel (https://github.com/lbryio/lbry-sdk/pull/3303) by keikari
Docs
- [improvement] add Elasticsearch to Makefile and install docs (https://github.com/lbryio/lbry-sdk/pull/3302) by shyba
Hub
- [improvement] remove unused multiprocessing.Manager, decreasing hub memory usage significantly (https://github.com/lbryio/lbry-sdk/pull/3307) by shyba
- [bug] fix hub Elasticsearch sync/migrations tool for when the db exists already (https://github.com/lbryio/lbry-sdk/pull/3305) by shyba
- [improvement] add versioning to ES search index and automate resync on version bumps (https://github.com/lbryio/lbry-sdk/pull/3294) by jackrobison
- [bug] fix invalid claim fees breaking the block processor (https://github.com/lbryio/lbry-sdk/pull/3293) by jackrobison
- [improvement] Restrict udp sources, add
ALLOW_LAN_UDP
hub setting (https://github.com/lbryio/lbry-sdk/pull/3285) by jackrobison - [bug] Fix bug for
has_source=True
hiding channel reposts (https://github.com/lbryio/lbry-sdk/pull/3262) by shyba
Other
- [improvement] Exchange rate manager: stop logging full pages and make tests tolerate one of the feeds going on maintenance (https://github.com/lbryio/lbry-sdk/pull/3292) by shyba
Tests
- [bug] update exchange rate feed list to remove broken ones (https://github.com/lbryio/lbry-sdk/pull/3295) by shyba
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
32 downloads · 17 MiB
-
lbrynet-mac.zip
18 downloads · 11 MiB
-
lbrynet-windows.zip
27 downloads · 15 MiB
-
v0.97.0 Stable
released this
2021-04-28 22:23:46 +02:00 | 1072 commits to master since this release[0.97.0] - 2021-04-28
API
- [improvement] finished switch from using hash
#
in URLs to a colon:
when delineating claim name from claim id (https://github.com/lbryio/lbry-sdk/pull/3271) by eukreign
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
130 downloads · 17 MiB
-
lbrynet-mac.zip
18 downloads · 11 MiB
-
lbrynet-windows.zip
25 downloads · 15 MiB
- [improvement] finished switch from using hash
-
v0.96.0 Stable
released this
2021-04-28 21:26:58 +02:00 | 1076 commits to master since this release[0.96.0] - 2021-04-28
Hub
- [bug] add caching to "search ahead" code and invalidate short_url cache on every block (https://github.com/lbryio/lbry-sdk/pull/3275) by shyba
Wallet
- [bug] fix multiprocessing support on client db (https://github.com/lbryio/lbry-sdk/pull/3283) by shyba
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
46 downloads · 17 MiB
-
lbrynet-mac.zip
18 downloads · 11 MiB
-
lbrynet-windows.zip
25 downloads · 15 MiB
-
v0.95.0 Stable
released this
2021-04-23 20:55:38 +02:00 | 1086 commits to master since this release[0.95.0] - 2021-04-23
API
- [improvement] pending claims ordered towards top in
claim_list
(https://github.com/lbryio/lbry-sdk/pull/3278) by eukreign - [new feature] added
--has_source
/--has_no_source
filters toclaim_list
command (https://github.com/lbryio/lbry-sdk/pull/3277) by eukreign
Wallet
- [new feature] migration specifically for upgrading from client db v1.5 to v1.6 (https://github.com/lbryio/lbry-sdk/pull/3280) by eukreign
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
54 downloads · 17 MiB
-
lbrynet-mac.zip
16 downloads · 11 MiB
-
lbrynet-windows.zip
22 downloads · 15 MiB
- [improvement] pending claims ordered towards top in
-
v0.94.1 Stable
released this
2021-04-16 17:18:24 +02:00 | 1096 commits to master since this release[0.94.1] - 2021-04-16
Wallet
- [improvement] fix bug in how reserved balance is calculated (https://github.com/lbryio/lbry-sdk/pull/3264) by eukreign
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
55 downloads · 17 MiB
-
lbrynet-mac.zip
19 downloads · 11 MiB
-
lbrynet-windows.zip
25 downloads · 15 MiB
-
v0.94.0 Stable
released this
2021-04-15 01:55:35 +02:00 | 1101 commits to master since this release[0.94.0] - 2021-04-14
API
- [improvement] adding
Access-Control-*
headers in SDK HTTP responses and support for OPTIONS HTTP request (https://github.com/lbryio/lbry-sdk/pull/3247) by freakypie
Blobs/files
- [new feature] ability to set
sd_hash
,file_name
andfile_hash
when updating a stream claim (https://github.com/lbryio/lbry-sdk/pull/3260) by eukreign
Discovery
- [bug] fix limit_claims_per_channel and improve how it collects results across pages (https://github.com/lbryio/lbry-sdk/pull/3259) by shyba
Network
- [improvement] show hub hostnames in wallet
status
instead of ips (https://github.com/lbryio/lbry-sdk/pull/3254) by jackrobison
Other
- [improvement] improve code quality (https://github.com/lbryio/lbry-sdk/pull/3245) by withshubh
Wallet
- [improvement] improved performance of calculating the wallet balance (https://github.com/lbryio/lbry-sdk/pull/3258) by eukreign
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
34 downloads · 17 MiB
-
lbrynet-mac.zip
18 downloads · 11 MiB
-
lbrynet-windows.zip
17 downloads · 15 MiB
- [improvement] adding
-
v0.93.0 Stable
released this
2021-03-31 02:59:47 +02:00 | 1119 commits to master since this release[0.93.0] - 2021-03-30
Backwards Incompatible Changes
- [hub] This release includes a new dependency on Elasticsearch for the hub (wallet server) to function properly and therefore is not a drop-in replacement. Make sure you have an Elasticsearch service running with which the hub can connect. This does not affect the
lbrynet
client used on desktop. (https://github.com/lbryio/lbry-sdk/pull/3153)
Discovery
- [bug] using
--has_source
withclaim_search
now properly handlesreposts
andchannels
(https://github.com/lbryio/lbry-sdk/pull/3244) by shyba
Hub
- [improvement] add
ELASTIC_HOST
andELASTIC_PORT
environment variables to configure Elasticsearch in hub (https://github.com/lbryio/lbry-sdk/pull/3248) by jackrobison - [bug] temporary fix for mempool sync failing during reorg (https://github.com/lbryio/lbry-sdk/pull/3246) by eukreign
- [new feature] hub (wallet server) now uses Elasticsearch to handle
claim_search
andresolve
requests for added performance and reliability (https://github.com/lbryio/lbry-sdk/pull/3153) by shyba
Tests
- [bug] add elasticsearch service to gitlab (https://github.com/lbryio/lbry-sdk/pull/3250) by shyba
- [improvement] add a timeout of 2 minutes for each test to run and starts waiting for headers before calling generate (https://github.com/lbryio/lbry-sdk/pull/3238) by shyba
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
120 downloads · 17 MiB
-
lbrynet-mac.zip
20 downloads · 11 MiB
-
lbrynet-windows.zip
47 downloads · 15 MiB
- [hub] This release includes a new dependency on Elasticsearch for the hub (wallet server) to function properly and therefore is not a drop-in replacement. Make sure you have an Elasticsearch service running with which the hub can connect. This does not affect the
-
v0.92.0 Stable
released this
2021-03-15 18:07:30 +01:00 | 1237 commits to master since this release[0.92.0] - 2021-03-15
Backwards Incompatible Changes
- [resilience] removes
connection_status
field fromstatus
API call. see PR link for details. (https://github.com/lbryio/lbry-sdk/pull/3201)
API
- [bug] only return unspent txos if
is_spent
flag is not used (https://github.com/lbryio/lbry-sdk/pull/3223) by lyoshenka - [new feature] support for streams without data:
publish
without--file_path
and thenclaim search
using--has_no_source
(https://github.com/lbryio/lbry-sdk/pull/3218) by jackrobison
Hub
- [improvement] Improve performance of address subscriptions and transaction proofs (https://github.com/lbryio/lbry-sdk/pull/3221) by shyba
Network
- [improvement] clients can connect to wallet server even when they are not reachable by UDP (https://github.com/lbryio/lbry-sdk/pull/3225) by eukreign
Resilience
- [improvement] removed
connection_status
field from thestatus
command, usewallet.connected
instead to determine if SDK is connected to a wallet server (https://github.com/lbryio/lbry-sdk/pull/3201) by eukreign
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
6,555 downloads · 17 MiB
-
lbrynet-mac.zip
1,910 downloads · 11 MiB
-
lbrynet-windows.zip
4,008 downloads · 15 MiB
- [resilience] removes
-
v0.91.0 Stable
released this
2021-03-04 06:04:25 +01:00 | 1257 commits to master since this release[0.91.0] - 2021-03-04
API
- [new feature] provide --resolve tag for collection claim, separate from resolving its contents (https://github.com/lbryio/lbry-sdk/pull/3206) by jessopb
Wallet
- [improvement] fixes stalling client reconnect issue (https://github.com/lbryio/lbry-sdk/pull/3217) by eukreign
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
100 downloads · 17 MiB
-
lbrynet-mac.zip
30 downloads · 11 MiB
-
lbrynet-windows.zip
36 downloads · 15 MiB
-
v0.90.1 Stable
released this
2021-03-01 17:57:40 +01:00 | 1264 commits to master since this release[0.90.1] - 2021-03-01
Cli
- [improvement] Add no_totals argument to claim search (https://github.com/lbryio/lbry-sdk/pull/3202) by patrickkeane
Docs
- [improvement] spelling fixes in cli docs (https://github.com/lbryio/lbry-sdk/pull/3200) by patrickkeane
Wallet
- [bug] fixes transaction signing bug when tx had no change outputs (https://github.com/lbryio/lbry-sdk/pull/3213) by eukreign
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
32 downloads · 17 MiB
-
lbrynet-mac.zip
16 downloads · 11 MiB
-
lbrynet-windows.zip
18 downloads · 15 MiB