• v0.16.2 9e82f84da1

    v0.16.2 Stable

    jackrobison released this 2017-09-26 23:32:37 +02:00 | 6477 commits to master since this release

    [0.16.2] - 2017-09-26

    Fixed

    Downloads
  • v0.16.1 1b2bd871f4

    v0.16.1 Stable

    jackrobison released this 2017-09-20 16:24:44 +02:00 | 6480 commits to master since this release

    [0.16.1] - 2017-09-20

    Fixed

    • Fixed transaction_list doc string
    • Fixed (in lbryum) batched queries responsible for making transaction and tip histories slow

    Changed

    Downloads
  • v0.16.0 1f5b2203d7

    v0.16.0 Stable

    jackrobison released this 2017-09-18 16:14:41 +02:00 | 6486 commits to master since this release

    [0.16.0] - 2017-09-18

    Added

    • Added new options related to seeking and announcing by head blob. This is expected to significantly increase network performance once enough nodes have updated. Options to seek by head blob are on by default in this version.
    • Added include_tip_info param to transaction_list API call

    Changed

    • Bumped lbryschema requirement to 0.0.11 see changelog.
    • Bumped lbryum requirement to 3.1.7 see changelog.
    • Updated exchange rate logic and exchange rate tests.

    Fixed

    • Fixed uncaught error when shutting down after a failed daemon startup.
    • Fixed spelling error in documentation.
    Downloads
  • v0.16.0rc8 0f4dc67fb9

    v0.16.0rc8 Pre-release

    jackrobison released this 2017-09-11 18:09:40 +02:00 | 6493 commits to master since this release

    [0.16.0rc8] - 2017-09-11

    Fixed

    • Fixed uncaught error when shutting down after a failed daemon startup

    Changed

    • Updated exchange rate tests for the lbry.io api
    • Bumped lbryschema requirement to 0.0.11rc1 see changelog
    • Bumped lbryum requirement to 3.1.7rc5 see changelog

    Added

    • Added option to announce head blob only if seeding
    • Added option to download by seeking head blob first
    • By default, option to download seeking head blob first is turned on
    • Added include_tip_info param to transaction_list API call
    Downloads
  • v0.16.0rc7 300426b912

    v0.16.0rc7 Pre-release

    jackrobison released this 2017-09-07 20:13:04 +02:00 | 6497 commits to master since this release

    [0.16.0rc7] - 2017-09-07

    Fixed

    • Fixed uncaught error when shutting down after a failed daemon startup

    Changed

    • Updated exchange rate tests for the lbry.io api
    • Bumped lbryschema requirement to 0.0.11rc1 see changelog
    • Bumped lbryum requirement to 3.1.7rc5 see changelog

    Added

    • Added option to announce head blob only if seeding
    • Added option to download by seeking head blob first
    • Added include_tip_info param to transaction_list API call
    Downloads
  • v0.15.2 d1d963b34b

    v0.15.2 Stable

    jackrobison released this 2017-09-07 19:19:16 +02:00 | 6536 commits to master since this release

    [0.15.2] - 2017-09-07

    Changed

    • Use lbry.io exchange rate API instead of google finance
    Downloads
  • v0.15.1 8cf2bc2b19

    v0.15.1 Stable

    jackrobison released this 2017-08-23 00:31:09 +02:00 | 6538 commits to master since this release

    [0.15.1] - 2017-08-22

    Changed

    Added

    • Android platform detection in lbrynet/conf.py
    • androidhelpers module for determining base file paths
    Downloads
  • v0.15.0 518146396c

    v0.15.0 Stable

    jackrobison released this 2017-08-15 18:07:18 +02:00 | 6553 commits to master since this release

    [0.15.0] - 2017-08-15

    Fixed

    • Fixed reflector server blocking the received_blob reply on the server announcing the blob to the dht
    • Fixed incorrect formatting of "amount" fields
    • Fixed handling of SIGINT, SIGTERM.
    • Fixed shutdown sequence
    • Fix error when resolving an integer

    Deprecated

    • The API will no longer be served at the /lbryapi path. It will now be at the root.
    • Deprecated send_amount_to_address in favor of wallet_send

    Changed

    • Renamed reflect command to file_reflect
    • Allow IP addresses to be configured as reflector servers, not just host names.
    • Return list of blobs that were reflected from file_reflect

    Added

    • Added wallet_send, a command to send credits and tips
    • Added reflector keyword parameter to file_reflect command
    • Added configuration options for auto re-reflect
    • Added option to abandon by txid/nout
    Downloads
  • v0.14.3 dd8db5a6b0

    v0.14.3 Stable

    jackrobison released this 2017-08-04 16:12:55 +02:00 | 6597 commits to master since this release

    [0.14.3] - 2017-08-04

    Fixed

    • Fixed incorrect formatting of "amount" fields

    Added

    • Added validation of currencies.
    • Added blob_announce API command

    Removed

    • Removed TempBlobManager
    Downloads
  • v0.14.3rc6 2aee5f7948

    v0.14.3rc6 Pre-release

    jackrobison released this 2017-08-02 23:09:41 +02:00 | 6606 commits to master since this release

    [0.14.3rc6] - 2017-08-02

    Fixed

    • Fixed incorrect formatting of "amount" fields

    Added

    • Added validation of currencies.
    • Added blob_announce API command
    Downloads