You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 6.0.0. Bumps the minor version of all public packages.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Low code risk since this PR is version/changelog-only, but it carries
*release* risk because it publishes new package versions and includes
documented breaking changes (e.g., Node 20 support dropped).
>
> **Overview**
> Prepares the `6.0.0` release by bumping the root `package.json`
version and incrementing versions across published packages (e.g.,
`@MetaMask/ocap-kernel` `0.5.0`→`0.6.0`, `@metamask/logger`
`0.5.0`→`0.6.0`, others minor/initial).
>
> Updates each package `CHANGELOG.md` with the new release section and
adjusts `[Unreleased]`/compare links to point at the new tags.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
439650d. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
- Add `resetStorage` query parameter support and remove `createWorkerUrlWithRelays` export ([#642](https://github.com/MetaMask/ocap-kernel/pull/642))
21
+
- Add `PlatformServicesClient` and `PlatformServicesServer` for kernel-to-kernel network comms ([#578](https://github.com/MetaMask/ocap-kernel/pull/578))
22
+
- Add location hints parameter to `sendRemoteMessage` in `PlatformServicesClient` and `PlatformServicesServer` ([#666](https://github.com/MetaMask/ocap-kernel/pull/666))
23
+
- Add automatic reconnection with exponential backoff to `PlatformServicesClient` and `PlatformServicesServer` ([#678](https://github.com/MetaMask/ocap-kernel/pull/678))
24
+
- Change `PlatformServicesServer` to no-op instead of throwing when stopping uninitialized remote comms ([#692](https://github.com/MetaMask/ocap-kernel/pull/692))
25
+
- Add explicit connection management (`closeConnection`) to `PlatformServicesClient` and `PlatformServicesServer` ([#699](https://github.com/MetaMask/ocap-kernel/pull/699))
26
+
- Reject promises on connection loss in `PlatformServicesClient` and `PlatformServicesServer` ([#706](https://github.com/MetaMask/ocap-kernel/pull/706))
27
+
- Refactor remote location hint handling in `PlatformServicesClient` and `PlatformServicesServer` ([#712](https://github.com/MetaMask/ocap-kernel/pull/712))
28
+
- Add message sequencing and acknowledgment to `PlatformServicesClient` and `PlatformServicesServer` ([#744](https://github.com/MetaMask/ocap-kernel/pull/744))
29
+
- Rename `initNetwork` to `initTransport` in `PlatformServicesServer` ([#749](https://github.com/MetaMask/ocap-kernel/pull/749))
30
+
- Add kernel incarnation detection to `PlatformServicesClient` and `PlatformServicesServer` ([#788](https://github.com/MetaMask/ocap-kernel/pull/788))
31
+
- Handle reconnection to restarted peers with incarnation ID detection ([#807](https://github.com/MetaMask/ocap-kernel/pull/807))
32
+
- Update `PlatformServicesClient` and `PlatformServicesServer` for ken protocol ([#811](https://github.com/MetaMask/ocap-kernel/pull/811))
33
+
- Add cross-incarnation wake detection to `PlatformServicesClient` and `PlatformServicesServer` ([#822](https://github.com/MetaMask/ocap-kernel/pull/822))
34
+
- Add `getListenAddresses()` method to `PlatformServicesClient` (returns empty array in browser) ([#839](https://github.com/MetaMask/ocap-kernel/pull/839))
35
+
10
36
### Changed
11
37
38
+
-**BREAKING:** Drop Node 20 support ([#837](https://github.com/MetaMask/ocap-kernel/pull/837))
0 commit comments