Skip to content

7.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Apr 01:51
4a05751

@metamask/kernel-browser-runtime 0.6.0

Added

  • Pass full RemoteCommsOptions via worker URL (#881, #906, #915)

@metamask/kernel-cli 0.1.0

Added

  • Initial release.

@metamask/kernel-errors 0.6.0

Added

  • Standardize vat-observable kernel errors (#913)

@metamask/kernel-node-runtime 0.1.0

Added

  • Initial release.

@metamask/kernel-rpc-methods 0.6.0

Changed

  • Bump compatible versions of sibling @metamask/* packages

@metamask/kernel-shims 0.5.0

Changed

  • Update libp2p webrtc peer dependency to v6 (#900)

@metamask/kernel-store 0.6.0

Changed

  • BREAKING: Remove store.kv property and adopt branded string types for kernel identifiers (#917)

@metamask/kernel-ui 0.5.0

Changed

  • BREAKING: Adopt branded string types for kernel identifiers (#917, #921)
  • Bump @metamask/design-system-react to ^0.10.0 (#885)
  • Improve SendMessageForm error display (#879)

Fixed

  • Fix type error in PanelContext pending request queue (#908)

@metamask/kernel-utils 0.5.0

Added

  • Add ./vite-plugins export with bundleVat and bundleVats vat bundling utilities (moved from @ocap/repo-tools) (#875)
  • Add vite as an optional peer dependency for the ./vite-plugins subpath (#875)
  • Add CapDataStruct export (#917)
  • Add JSON Schema to superstruct utilities (#876)
  • Add @metamask/kernel-cli utilities (#896)
    • getOcapHome() for obtaining the CLI config dir
    • prettifySmallcaps() for formatting smallcaps values for display
  • Add isCapData() utility (#879)

Changed

  • BREAKING: Rename discoverable exo describe() method to __getDescription__() (#869)

@metamask/logger 0.7.0

Changed

  • Bump compatible versions of sibling @metamask/* packages

@metamask/ocap-kernel 0.7.0

Added

  • Add various configurable timeouts for remote communications (#906)
  • Propagate relay hints from redeemed ocap URLs (#887)
  • Add allowedWsHosts parameter to initializeRemoteComms() (#878)

Changed

  • BREAKING: Adopt branded string types for kernel identifiers (#917, #921)
  • Standardize vat-observable kernel errors (#913)
  • Upgrade libp2p to v3 and improve remote communication reliability (#900, #915)
  • Auto-extract allowedWsHosts from plain ws:// relay multiaddrs in ConnectionFactory (#881)
  • Use E() for kernel service invocation to support remote presences as services (#872)

Fixed

  • Attempt to reconnect to unreachable relays on startup (#918)
  • Restore single-delivery guarantee per crank and prevent rollback cache staleness (#879)

@metamask/streams 0.6.0

Changed

  • Bump compatible versions of sibling @metamask/* packages