Skip to content

Commit cf6d723

Browse files
committed
chore: changelog for 0.6.3
1 parent d51d618 commit cf6d723

File tree

2 files changed

+519
-6
lines changed

2 files changed

+519
-6
lines changed

docs/changelog/overview.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ description: "New updates and improvements"
44
mode: "center"
55
---
66

7+
<Info>
8+
To see the changelog by commits for each release, visit the [GitHub
9+
Releases](https://github.com/rivet-gg/actor-core/releases) page.
10+
</Info>
11+
12+
<Update label="0.6.3" description="March 13th, 2025">
13+
## Features
14+
15+
- **`client.dispose()`**: Dipsose of the client to disconnect from all actors
16+
17+
## Enhancements
18+
19+
- **Cleaner error responses**: All error responses from both the manager & actors now provide a standard format & logs
20+
21+
## Fixes
22+
23+
- WebSockets not working with CORS
24+
- `WebSocket` & `EventEmitter` not working with some bundlers
25+
- Explicitly use `ws:` and `wss:` protocol for WebSockets for greater compatibility
26+
</Update>
27+
28+
<Update label="0.6.2" description="March 12th, 2025">
29+
## Features
30+
31+
- **`create-actor --skip-dependencies`**: Skip installing NPM dependencies after creation
32+
- **Inspector API**: Internal actor inspection API for Rivet
33+
</Update>
34+
735
<Update label="0.6.0" description="March 5th, 2025">
836
## Features
937

0 commit comments

Comments
 (0)