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

Releases: ipfs/js-ipfs

[email protected]

05 May 16:00
Compare
Choose a tag to compare

0.134.2 (2020-05-05)

Bug Fixes

[email protected]

28 Apr 12:49
Compare
Choose a tag to compare

0.43.1 (2020-04-28)

Bug Fixes

Features

[email protected]

28 Apr 12:49
Compare
Choose a tag to compare

44.0.1 (2020-04-28)

Bug Fixes

[email protected]

28 Apr 12:49
Compare
Choose a tag to compare

0.134.1 (2020-04-28)

Bug Fixes

[email protected]

16 Apr 13:13
Compare
Choose a tag to compare

0.43.0 (2020-04-16)

Bug Fixes

  • make http api only accept POST requests (#2977) (943d4a8)
  • regression that dht could not be enabled through conf (#2976) (9d88a2e)

BREAKING CHANGES

  • Where we used to accept all and any HTTP methods, now only POST is
    accepted. The API client will now only send POST requests too.

  • test: add tests to make sure we are post-only

  • chore: upgrade ipfs-utils

  • fix: return 405 instead of 404 for bad methods

  • fix: reject browsers that do not send an origin

Also fixes running interface tests over http in browsers against
js-ipfs

[email protected]

16 Apr 13:13
Compare
Choose a tag to compare

44.0.0 (2020-04-16)

Bug Fixes

BREAKING CHANGES

  • Where we used to accept all and any HTTP methods, now only POST is
    accepted. The API client will now only send POST requests too.

  • test: add tests to make sure we are post-only

  • chore: upgrade ipfs-utils

  • fix: return 405 instead of 404 for bad methods

  • fix: reject browsers that do not send an origin

Also fixes running interface tests over http in browsers against
js-ipfs

[email protected]

16 Apr 13:13
Compare
Choose a tag to compare

0.2.0 (2020-04-16)

Bug Fixes

BREAKING CHANGES

  • Where we used to accept all and any HTTP methods, now only POST is
    accepted. The API client will now only send POST requests too.

  • test: add tests to make sure we are post-only

  • chore: upgrade ipfs-utils

  • fix: return 405 instead of 404 for bad methods

  • fix: reject browsers that do not send an origin

Also fixes running interface tests over http in browsers against
js-ipfs

[email protected]

16 Apr 13:13
Compare
Choose a tag to compare

0.134.0 (2020-04-16)

Bug Fixes

BREAKING CHANGES

  • Where we used to accept all and any HTTP methods, now only POST is
    accepted. The API client will now only send POST requests too.

  • test: add tests to make sure we are post-only

  • chore: upgrade ipfs-utils

  • fix: return 405 instead of 404 for bad methods

  • fix: reject browsers that do not send an origin

Also fixes running interface tests over http in browsers against
js-ipfs

[email protected]

08 Apr 17:13
Compare
Choose a tag to compare

2.0.1 (2020-04-08)

Note: Version bump only for package test-ipfs-example

[email protected]

08 Apr 17:13
Compare
Choose a tag to compare

0.42.1 (2020-04-08)

Bug Fixes