All Versions
202
Latest Version
Avg Release Cycle
18 days
Latest Release
1259 days ago

Changelog History
Page 16

  • v0.21.2 Changes

    January 23, 2017
  • v0.21.1 Changes

    January 23, 2017
  • v0.21.0 Changes

    January 17, 2017

    ๐Ÿ› Bug Fixes

    • ๐Ÿš€ point to a specific go-ipfs version (still waiting for another 0.4.5 pre release though (19dbb1e)
  • v0.20.4 Changes

    December 26, 2016

    ๐Ÿ› Bug Fixes

    • bitswap wantlist http endpoint (58f0885)
    • bitswap wantlist stats (9db86f5)
    • ๐Ÿ”„ change default values of js-ipfs to avoid clash with go-ipfs + clean the browserify example (6d52e1c)
    • npm scripts (eadcec0)
    • ๐Ÿ”€ pass a first arg to bitswap to be removed after new bitswap is merged, so that tests pass now (bddcee7)

    ๐Ÿ”‹ Features

    • init: add empty unixfs dir to match go-ipfs (a967bb0)
    • object: add template option to object.new (9058118)
    • โž• add multicastdns to the mix (c2ddefb)
  • v0.20.2 Changes

    December 09, 2016

    ๐Ÿ› Bug Fixes

    • cli: Tell user to init repo if not initialized when starting daemon (fa7e275)
  • v0.20.1 Changes

    November 28, 2016
  • v0.19.0 Changes

    November 26, 2016

    ๐Ÿ› Bug Fixes

    • โž• addLink and rmLink (7fad4d8)
    • apply CR (698f708)
    • ๐Ÿ‘• lint: install missing plugin (20e3d2e)
    • ๐Ÿ‘• lint: use eslint directly (443dd9e)
    • ๐Ÿ’… lint and polish: add a little more comments (d6ce83d)

    ๐Ÿ”‹ Features

    • cli: migrate to awesome-dag-pb (3bb3ba8)
    • core: migrate to awesome dag-pb (db550a1)
    • examples: add a getting-started example (7485ac5)
    • http: migrate to awesome dag-pb (ca9935f)
    • swarm: update swarm.peers to new api (265a77a)
  • v0.18.0 Changes

    November 12, 2016

    ๐Ÿ› Bug Fixes

    • async .key (2d2185b)
    • don't break backwards compatibility on the Block API (3674b8e)
    • cli: alias add, cat and get to top-level cli (6ad325b)

    ๐Ÿ”‹ Features

    • block API uses CIDs (2eeea35)
    • migrate cli to use new async DAGNode interface (1b0b22d)
    • migrate core to use new async DAGNode interface (254afdc)
    • migrate files to use IPLD Resolver (0fb1a1a)
    • migrate http-api to use new async DAGNode interface (01e56ec)
    • migrate init to IPLD resolver (61d1084)
    • โšก๏ธ object API internals updated to use CID (5cb10cc)
    • โšก๏ธ update cli and http to support new ipld block api with IPLD (5dbb799)
    • http: better error messages (cd7f77d)
    • http: set default headers for browsers (6a21cd0)
  • v0.17.0 Changes

    October 10, 2016

    ๐Ÿ› Bug Fixes

    • cli: Fix issue with right cwd not being set (e5f5e1b)
    • deps: move blob stores to dependencies (8f33d11)
    • files.get: fix the command (7015586)

    ๐Ÿ”‹ Features

    • http-api: add joi validation to bootstrap (028a98c)
  • v0.16.0 Changes

    September 15, 2016

    ๐Ÿ› Bug Fixes

    • cli: add output for cli init (29c9793)
    • always use files.cat (5b8da13)
    • cli: make ipfs files add work online and offline (3edc2b9), closes #480
    • cli: pipe content to the cli from cat it is a stream (3e4e2fd)
    • cli: use right argument for cli .cat (2bf49ea)
    • cli: use right argument for cli .cat (dd3fe88)
    • config: better http-api and interface-ipfs-core compliant (2beac9c)
    • http: get handler reads the stream (b0a6db9)
    • swarm: fix cli commands and enable tests (6effa19)
    • ๐Ÿ”– version: better http-api and interface-ipfs-core compliant (0ee7215)

    ๐Ÿ”‹ Features

    • โž• add: add the http endpoint for files.add (e29f429)
    • files: get interface-ipfs-core files tests pass through http-api (11cb4ca)
    • files: interface-ipfs-core tests over ipfs-api (001a6eb)
    • swarm: interface-ipfs-core swarm compatibility (3b32dfd)
    • swarm: make interface-ipfs-core compliant (ef729bb), closes #439
    • โœ… tests: waste less time generating keys (cb10ab7)