Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions website/src/posts/2025-11-09-weekly-updates/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export const author = "nicholas-kissel"
export const published = "2025-11-14"
export const category = "changelog"
export const keywords = ["weekly-update", "rivetkit", "json", "cbor", "openapi", "asyncapi", "typedoc", "actors", "cloudflare", "durable-objects"]

# Rivet Weekly Changelog 2025-46

- Ability to use RivetKit via human-readable JSON & CBOR (e.g., `curl -X POST -d '{"args":[1]}' '127.1:6420/gateway/62558b332d622c0e/action/increment'`)
- OpenAPI spec available at [rivetkit-openapi/openapi.json](https://github.com/rivet-dev/rivet/blob/main/rivetkit-openapi/openapi.json)
- Connection lifecycle hooks & parameters & state now work for `onWebSocket` and `onRequest` connections
- AsyncAPI spec available at [rivetkit-asyncapi/asyncapi.json](https://github.com/rivet-dev/rivet/blob/main/rivetkit-asyncapi/asyncapi.json)
- Typedoc docs available at [rivet.dev/typedoc/](https://rivet.dev/typedoc/)
- Add ability to destroy actors via `ActorContext.destroy()` & new `onDestroy` hook
- Optimized durable objects implementation
- Add `createInlineClient` to Cloudflare Workers for talking to actors without exposing the public manager API

Loading