Skip to content

Commit b45ba3c

Browse files
chore(site): weekly changelog (#3283)
chore(site): weekly changelog chore(site): weekly changelog for October 19th
1 parent 2b1b80f commit b45ba3c

File tree

5 files changed

+22
-1
lines changed

5 files changed

+22
-1
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"!frontend",
1313
"!rivetkit-openapi/openapi.json",
1414
"!scripts",
15-
"!website"
15+
"!website",
16+
"!site"
1617
],
1718
"ignoreUnknown": true
1819
},
300 KB
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
export const author = "nicholas-kissel"
2+
export const published = "2025-10-19"
3+
export const category = "changelog"
4+
export const keywords = ["weekly-update", "websockets", "path-routing", "docker", "coolify", "amd64"]
5+
6+
# Rivet Weekly Changelog 2025-41
7+
8+
- Support WebSockets/HTTP via path routing – no need for headers or custom protocols
9+
- AMD64 Docker image
10+
- Coolify
296 KB
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
export const author = "nicholas-kissel"
2+
export const published = "2025-10-24"
3+
export const category = "changelog"
4+
export const keywords = ["weekly-update", "websockets", "path-routing", "docker", "coolify", "amd64"]
5+
6+
# Rivet Weekly Changelog 2025-43
7+
8+
- Support WebSockets/HTTP via path routing – no need for headers or custom protocols
9+
- AMD64 Docker image
10+
- Coolify support added

0 commit comments

Comments
 (0)