Skip to content

Commit bc6d477

Browse files
chore: weekly update (#3470)
1 parent 450d9e5 commit bc6d477

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
303 KB
Loading
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
export const author = "nicholas-kissel"
2+
export const published = "2025-11-14"
3+
export const category = "changelog"
4+
export const keywords = ["weekly-update", "rivetkit", "json", "cbor", "openapi", "asyncapi", "typedoc", "actors", "cloudflare", "durable-objects"]
5+
6+
# Rivet Weekly Changelog 2025-46
7+
8+
- Ability to use RivetKit via human-readable JSON & CBOR (e.g., `curl -X POST -d '{"args":[1]}' '127.1:6420/gateway/62558b332d622c0e/action/increment'`)
9+
- OpenAPI spec available at [rivetkit-openapi/openapi.json](https://github.com/rivet-dev/rivet/blob/main/rivetkit-openapi/openapi.json)
10+
- Connection lifecycle hooks & parameters & state now work for `onWebSocket` and `onRequest` connections
11+
- AsyncAPI spec available at [rivetkit-asyncapi/asyncapi.json](https://github.com/rivet-dev/rivet/blob/main/rivetkit-asyncapi/asyncapi.json)
12+
- Typedoc docs available at [rivet.dev/typedoc/](https://rivet.dev/typedoc/)
13+
- Add ability to destroy actors via `ActorContext.destroy()` & new `onDestroy` hook
14+
- Optimized durable objects implementation
15+
- Add `createInlineClient` to Cloudflare Workers for talking to actors without exposing the public manager API
16+

0 commit comments

Comments
 (0)