Skip to content

v2.8.1.778 (Beta)

Pre-release
Pre-release
Compare
Choose a tag to compare
@lidel lidel released this 17 Apr 12:39
f8d8f3b

Features

  • Feature-detection of chrome.sockets at runtime (#711)
    • This is mostly to unblock Brave integration, regular users won't see any difference yet
    • To play with chrome.sockets see Known Issues below
  • Configurable logger levels (#712)

    Replaces console.log calls with 'debug'-based logging.

    Different parts of extension and JS IPFS stack log to own namespaces, and user can tweak which logs should be printed to Browser Console using input on Preferences screen:

Other

Known Issues

  • chrome.sockets and an opt-in prototype of Embedded Gateway (#664 (comment)) works only when built via yarn dev-build bundle:brave:beta and loaded manually to Brave Nightly
  • Embedded Gateway is an opt-in prototype and does not support /ipns/<fqdn> nor sharded websites (e.g. Wikipedia) yet
  • Uploads of big files to External API may fail with Error: stream.push() after EOF

Installation