Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Releases: ipfs/js-ipfs

v0.25.3

01 Sep 13:18
Compare
Choose a tag to compare

Bug Fixes

  • config, dangling comma (4eb63c5)
  • only show connected addrs for peers in swarm.peers (d939323)
  • remove shutdown bootstrapers from bootstrappers list (5ec27a3)

Features

v0.25.2

26 Aug 15:08
Compare
Choose a tag to compare
Tagging as v0.25.2

v0.25.1

26 Jul 19:45
Compare
Choose a tag to compare

Bug Fixes

Features

v0.25.0

12 Jul 07:52
Compare
Choose a tag to compare

Bug Fixes

  • bootstrap:add: prevent duplicate inserts (#893) (ce504cd)
  • swarm: move isConnected filter from addrs to peers (#901) (e2f371b)
  • circle ci, thanks victor! (b074966)
  • do not let lodash mess with libp2p modules (1f68b9b)
  • is online is only online if libp2p is online (#891) (8b0f996)
  • issue #905 (#906) (cbcf90e)
  • setImmediate polyfilled in node.id() (#909) (ebaf9a0)
  • succeed when stopping already stopped (74f3185)

Features

0.24.1

29 May 09:59
Compare
Choose a tag to compare
chore: release version v0.24.1

v0.24.0

24 May 22:38
Compare
Choose a tag to compare

Bug Fixes

  • cli flag typos (c5bb0b9)
  • example, now files from datatransfer is a FileList which is not an array (d7c9eec)
  • issue-858 (481933a)
  • last touches for dns websockets bootstrapers (3b680a7)
  • linting (68ee42e)
  • make start an async event (78ba1e8)
  • missing import (6aa914d)
  • options to the HTTP API (f1eb595)
  • removed hard-coded timeout on test and liting fixes (0a3bbcb)
  • run webworker tests (23c84f6)
  • object.get: treat ipfs hash strings as default base58 encoded (7b3caef)
  • update bootstrapers (7e7d9eb)

Features

  • add dns ws bootstrappers (a856578)
  • add WebRTC by default as a multiaddr (4ea1571)
  • add websocket bootstrapers to the config (602d033)
  • DHT integration PART I (860165c)
  • new libp2p-api (7bf75d1)
  • update to new libp2p events for peers (ca88706)
  • update to the latest libp2p (aca4297)

v0.23.1

08 May 10:27
Compare
Choose a tag to compare
Tagging as v0.23.1

v0.22.1

24 Feb 20:00
Compare
Choose a tag to compare

Bug Fixes

  • interop tests with multiplex passing (cb109fc)

Features

  • core: allow IPFS object to be created without supplying configOpts (f620d71)
  • deps: update multiplex libp2p-ipfs deps (5605148)

v0.22.0

15 Feb 18:25
Compare
Choose a tag to compare

RELEASE ISSUE: #756 (comment)

Bug Fixes

  • lint (ffc120a)
  • make sure all deps are up to date, expose Buffer type (7eb630d)
  • readable-stream needs to be 1.1.14 (e999f05)
  • tidy dag cli up (b90ba76)

Features

v0.21.8

31 Jan 19:47
Compare
Choose a tag to compare

Features

  • add CLI support for different hash func and type (#748) (a6c522f)