Skip to content

Commit dc5aca8

Browse files
sirtimidclaude
andcommitted
docs: Update changelogs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3ffb8ed commit dc5aca8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

packages/ocap-kernel/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Export `DEFAULT_ALLOWED_GLOBALS` constant containing the default set of host/Web API endowments available to vats ([#931](https://github.com/MetaMask/ocap-kernel/pull/931))
13+
- Add configurable `allowedGlobals` parameter to `VatSupervisor` constructor, defaulting to `DEFAULT_ALLOWED_GLOBALS` ([#931](https://github.com/MetaMask/ocap-kernel/pull/931))
14+
- Expand available vat endowments with `URL`, `URLSearchParams`, `atob`, `btoa`, `AbortController`, and `AbortSignal` ([#931](https://github.com/MetaMask/ocap-kernel/pull/931))
15+
- Log a warning when a vat requests an unknown global ([#931](https://github.com/MetaMask/ocap-kernel/pull/931))
16+
1017
### Changed
1118

1219
- Bound relay hints in OCAP URLs to a maximum of 3 and cap the relay pool at 20 entries with eviction of oldest non-bootstrap relays ([#929](https://github.com/MetaMask/ocap-kernel/pull/929))

0 commit comments

Comments
 (0)