Skip to content

Commit 412994f

Browse files
committed
docs: Update changelogs
1 parent 4df900e commit 412994f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/kernel-node-runtime/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12-
- **BREAKING:** Drop `platformOptions.fetch` from `makeNodeJsVatSupervisor` ([#936](https://github.com/MetaMask/ocap-kernel/issues/936))
12+
- **BREAKING:** Drop `platformOptions.fetch` from `makeNodeJsVatSupervisor` ([#942](https://github.com/MetaMask/ocap-kernel/pull/942))
1313
- `fetch` is now a vat endowment; stub `globalThis.fetch` directly if needed
1414

1515
## [0.1.0]

packages/kernel-platforms/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Removed
1111

12-
- **BREAKING:** Remove the `fetch` platform capability and its exports (`fetchConfigStruct`, `FetchCapability`, `FetchConfig`, `makeHostCaveat`, `makeCaveatedFetch`) ([#936](https://github.com/MetaMask/ocap-kernel/issues/936))
12+
- **BREAKING:** Remove the `fetch` platform capability and its exports (`fetchConfigStruct`, `FetchCapability`, `FetchConfig`, `makeHostCaveat`, `makeCaveatedFetch`) ([#942](https://github.com/MetaMask/ocap-kernel/pull/942))
1313
- `fetch` is now a vat endowment in `@metamask/ocap-kernel`; see its changelog for the migration
1414

1515
## [0.1.0]

packages/ocap-kernel/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Add `fetch`, `Request`, `Headers`, and `Response` to the default vat endowments ([#936](https://github.com/MetaMask/ocap-kernel/issues/936))
12+
- Add `fetch`, `Request`, `Headers`, and `Response` to the default vat endowments ([#942](https://github.com/MetaMask/ocap-kernel/pull/942))
1313
- Add `VatConfig.network: { allowedHosts: string[] }`; requesting `'fetch'` without it rejects `initVat`
1414
- **BREAKING:** remove `VatConfig.platformConfig.fetch` — migrate to `globals: ['fetch', ...]` + `network.allowedHosts`
1515
- **BREAKING:** `MakeAllowedGlobals` now takes a `{ logger }` options bag

0 commit comments

Comments
 (0)