Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Latest commit

 

History

History
474 lines (195 loc) · 14 KB

CHANGELOG.md

File metadata and controls

474 lines (195 loc) · 14 KB

0.16.1 (2019-10-21)

0.16.0 (2019-08-16)

Code Refactoring

BREAKING CHANGES

0.15.3 (2019-07-29)

Bug Fixes

  • _findNProvidersAsync discarding search results (#137) (e656c6b)

0.15.2 (2019-05-31)

Bug Fixes

  • favour providers peerInfo over sender peerInfo in ADD_PROVIDER (#129) (6da26b0)

0.15.1 (2019-05-30)

Bug Fixes

  • in _findNProviders correctly calculate pathSize (5841dfe)
  • send correct payload in ADD_PROVIDER RPC (#127) (8d92d5a)

Features

  • use promisify-es6 instead of pify (1d228e0)

0.15.0 (2019-05-13)

Chores

BREAKING CHANGES

  • v1 CIDs are now encoded in base32 when stringified.

ipfs/js-ipfs#1995

License: MIT Signed-off-by: Alan Shaw [email protected]

0.14.15 (2019-05-10)

Bug Fixes

  • query stop with query not initialized (b29dfde)

0.14.14 (2019-05-08)

Bug Fixes

0.14.13 (2019-04-22)

Bug Fixes

Features

  • add delay support to random walk (#101) (7b70fa7)
  • limit scope of queries to k closest peers (#97) (f03619e)

0.14.12 (2019-04-04)

Bug Fixes

  • stop running queries on shutdown (#95) (e137297)

0.14.11 (2019-03-28)

Bug Fixes

  • ensure queries stop after error or success (#93) (0e55b20)
  • getMany with nvals=1 now goes out to network if no local val (#91) (478ee88)

0.14.10 (2019-03-27)

Bug Fixes

0.14.9 (2019-03-18)

Bug Fixes

0.14.8 (2019-03-13)

Bug Fixes

  • incoming message should not connect to peers (#88) (8c16b81)

0.14.7 (2019-03-04)

Bug Fixes

0.14.6 (2019-02-25)

Bug Fixes

  • specify # of peers for successful put (#72) (97e8e60)

Features

  • expose randomwalk parameters in config (#77) (dc5a67f)

0.14.5 (2019-02-05)

Features

0.14.4 (2019-01-14)

0.14.3 (2019-01-04)

0.14.2 (2019-01-04)

0.14.1 (2018-12-11)

Bug Fixes

0.14.0 (2018-12-11)

Chores

BREAKING CHANGES

  • get, getMany, findProviders and findPeer do not accept a timeout number anymore. It must be a property of an object options.

Co-Authored-By: vasco-santos [email protected]

0.13.0 (2018-12-05)

Bug Fixes

  • make 'find peer query' test reliable (#58) (54336dd)

Features

0.12.1 (2018-11-30)

Features

  • allow configurable validators and selectors (#57) (b731a1d)

0.12.0 (2018-11-22)

0.11.1 (2018-11-12)

0.11.0 (2018-11-09)

Bug Fixes

  • record outdated local correction (#49) (d1869ed)

Features

  • select first record when no selector function (#51) (683a903)

0.10.6 (2018-10-25)

0.10.5 (2018-10-01)

Features

  • start random walk and allow configuration for disabling (#42) (abe9407)

0.10.4 (2018-09-27)

Bug Fixes

0.10.3 (2018-09-20)

Bug Fixes

0.10.2 (2018-08-29)

Bug Fixes

  • dont read when just doing a write (7a92139)
  • make findProviders treat timeout the same as findPeer (#35) (fcdb01d)

0.10.1 (2018-07-13)

Bug Fixes

  • dont read when just doing a write (7a92139)

0.10.0 (2018-04-05)

0.9.0 (2018-03-15)

Features

  • upgrade the discovery service to random-walk (b8e0f72)

0.8.0 (2018-02-07)

0.7.0 (2018-02-07)

Bug Fixes

Features

0.6.3 (2018-01-30)

0.6.2 (2018-01-30)

0.6.1 (2018-01-30)

Bug Fixes

0.6.0 (2017-11-09)

0.5.1 (2017-09-07)

Features

  • replace protocol-buffers with protons (#16) (de259ff)

0.5.0 (2017-09-03)

Features

0.4.1 (2017-07-22)

0.4.0 (2017-07-22)

0.3.0 (2017-07-17)

Bug Fixes

  • no more circular dependency, become a good block of libp2p (#13) (810be4d)

0.2.1 (2017-07-13)

0.2.0 (2017-07-07)

Features

0.1.0 (2017-04-07)

Features