ipfs v44.0.0 Release Notes

Release Date: 2020-04-16 // about 4 years ago
  • 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