Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Compare
Choose a tag to compare
@achingbrain achingbrain released this 16 Apr 13:13
· 799 commits to master since this release

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