0.26.2 (2019-09-24)
0.26.1 (2019-08-21)
- avoid using superstruct interface (aa95ab9)
- improve config defaults (#409) (3eef695), closes #406
- pubsub configuration (#404) (b0f124b), closes #401 #401 #401 #401 #401
- reference files directly to avoid npm install failures (#408) (b3deb35)
- reject rather than throw in get peer info (#410) (60b0cbc), closes #400
0.26.0 (2019-08-07)
0.26.0-rc.3 (2019-08-06)
0.26.0-rc.2 (2019-08-01)
- switch configuration has changed. 'blacklistTTL' is now 'denyTTL' and 'blackListAttempts' is now 'denyAttempts'
0.26.0-rc.1 (2019-07-31)
0.26.0-rc.0 (2019-07-31)
- integrate gossipsub by default (#365) (791f39a)
- promisify all api methods that accept callbacks (#381) (df6ef45)
- new configuration for deciding the implementation of pubsub to be used. In this context, the experimental flags were also removed. See the README for the latest usage.
- The ipfs interface specified that options should be provided after the handler, not before. https://github.com/ipfs/interface-js-ipfs-core/blob/v0.109.0/SPEC/PUBSUB.md#pubsubsubscribe
This corrects the order of parameters. See the jsdocs examples for subscribe to see how it should be used.
0.25.5 (2019-07-12)
- peer routing for delegate router (#377) (905c911), closes /github.com/libp2p/go-libp2p-core/blob/6e566d10f4a5447317a66d64c7459954b969bdab/routing/query.go#L15-L24
0.25.4 (2019-06-07)
- add createLibp2p to generate a PeerInfo instance (#367) (04faf18)
- pass libp2p as option to transport creation (#363) (b06ca1b)
0.25.3 (2019-05-07)
0.25.2 (2019-04-17)
0.25.1 (2019-04-16)
0.25.0 (2019-04-12)
0.25.0-rc.6 (2019-04-11)
0.25.0-rc.5 (2019-03-21)
0.25.0-rc.4 (2019-03-06)
0.25.0-rc.3 (2019-02-26)
0.25.0-rc.2 (2019-02-26)
0.25.0-rc.1 (2019-02-21)
0.24.4 (2019-01-04)
0.24.3 (2018-12-14)
0.24.2 (2018-12-04)
0.24.1 (2018-12-03)
0.24.0 (2018-11-16)
- add maxtimeout to dht get (#248) (69f7264)
- dht get options (4460e82)
- dont call callback before it's properly set (17b5f73)
- improve get peer info errors (714b6ec)
- start kad dht random walk (#251) (dd934b9)
- add datastore to config (40e840d)
- add delegated peer and content routing support (#242) (a95389a)
- add maxNumProviders to findprovs (#283) (970deec)
- conditionally emit errors (f71fdfd)
- enable relay by default (no hop) (#254) (686379e)
- make libp2p a state machine (#257) (0b75f99)
- use package-table vs custom script (a63432e)
0.23.1 (2018-08-13)
0.23.0 (2018-07-27)
- start and stop connection manager with libp2p (6106915)
- add check for protector and enforced pnet (2b7cc55)
0.22.0 (2018-06-29)
- add null property guards (80f0b60)
- do not mutate the config object (ac5cacb)
- remove .only (be9eafe)
- remove peer discovery module config checks (4ad70ef)
- typo in fixture and fail for correct reason (1af5ba9)
- enable peer discovery modules by default (e320854)
0.21.0 (2018-06-28)
- lock wrtc to 0.1.1 (6507379)
- (BREAKING CHANGE) overhaul libp2p config and constructor (6905f1b)
- set and hook up libp2p-connection-manager (#184) (d597204)
0.20.4 (2018-04-30)
0.20.3 (2018-04-30)
0.20.2 (2018-04-10)
0.20.1 (2018-04-10)
0.20.0 (2018-04-06)
- use class-is for type checks (bb0c990)
0.19.2 (2018-03-28)
0.19.1 (2018-03-28)
0.19.0 (2018-03-15)
0.18.0 (2018-02-19)
0.17.0 (2018-02-16)
- use correct reference to floodSub (947eaf1)
- add pubsub to libp2p (0c543b7)
0.16.5 (2018-02-14)
0.16.4 (2018-02-09)
0.16.3 (2018-02-08)
0.16.2 (2018-02-07)
0.16.1 (2018-02-07)
0.16.0 (2018-02-07)
- add explicit error for case peer id not included in multiaddr (#155) (bd8a35a)
- dialProtocol and small refactor (6651401)
- use libp2p-switch (23e8293)
0.15.2 (2018-01-28)
0.15.1 (2018-01-16)
0.15.0 (2018-01-07)
0.14.3 (2017-12-15)
0.14.2 (2017-12-15)
0.14.1 (2017-12-15)
0.14.0 (2017-12-14)
0.13.3 (2017-12-01)
0.13.2 (2017-11-27)
0.13.1 (2017-11-12)
0.13.0 (2017-10-26)
- enable and test Circuit Relay (29cc0af)
0.12.4 (2017-09-07)
0.12.3 (2017-09-07)
0.12.2 (2017-09-07)
0.12.1 (2017-09-07)
0.12.0 (2017-09-03)
0.11.0 (2017-07-22)
0.10.2 (2017-07-21)
- circle ci, thanks victor! (4224c1f)
0.10.1 (2017-07-10)
0.10.0 (2017-07-07)
- added missing dep async (45b0f61)
0.9.1 (2017-04-16)
0.9.0 (2017-04-06)
0.8.0 (2017-03-31)
- addition of ipfs id appendix must come before transport filtering (291e79f)
- avoid deleting nodes from peerBook (300936f)
- correct method on peer-book (031ecb3)
- append peer id to multiaddr if not there (59ea9c3)
- not remove peer from peerBook on disconnect (a4b41b0)
0.7.0 (2017-03-29)
0.6.2 (2017-03-28)
0.6.1 (2017-03-27)
0.6.0 (2017-03-27)
- last touches (2c23d9a)
- new super simplified API (a6623c1)