ipfs v0.37.0-rc.0 Release Notes

Release Date: 2019-07-17 // almost 5 years ago
  • ๐Ÿ› Bug Fixes

    ๐Ÿ”จ Code Refactoring

    ๐Ÿ”‹ Features

    ๐Ÿ’ฅ BREAKING CHANGES

    • gateway: Gateway now implicitly responds with the contents of /index.html when accessing a directory / instead of redirecting to /index.html.

    This changes current logic (redirect to index.html) to match what go-ipfs does (return index.html without changing URL)

    We also ensure directory URLs always end with '/'

    License: MIT Signed-off-by: Marcin Rataj [email protected]