File tree Expand file tree Collapse file tree 2 files changed +519
-6
lines changed Expand file tree Collapse file tree 2 files changed +519
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,34 @@ description: "New updates and improvements"
4
4
mode : " center"
5
5
---
6
6
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
+
7
35
<Update label = " 0.6.0" description = " March 5th, 2025" >
8
36
## Features
9
37
You can’t perform that action at this time.
0 commit comments