Skip to content

Commit 320eb1b

Browse files
chore(main): release 25.4.0 (#2302)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aed5eef commit 320eb1b

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "25.3.1"
2+
".": "25.4.0"
33
}

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,46 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Calendar Versioning](https://calver.org/).
77

8+
## [25.4.0](https://github.com/rivet-gg/rivet/compare/v25.3.1...v25.4.0) (2025-04-08)
9+
10+
11+
### Features
12+
13+
* **site:** add giscus ([#2329](https://github.com/rivet-gg/rivet/issues/2329)) ([83f1f36](https://github.com/rivet-gg/rivet/commit/83f1f36fc375aff90adcf2bd782033a5114a8837))
14+
* **site:** upgrade to App Router and Nextjs 15.2 ([#2328](https://github.com/rivet-gg/rivet/issues/2328)) ([1a66c42](https://github.com/rivet-gg/rivet/commit/1a66c429b9d188cb12b29a68761f9ba586f69a88))
15+
* **studio:** add actor-core studio ([#2283](https://github.com/rivet-gg/rivet/issues/2283)) ([7fd26d9](https://github.com/rivet-gg/rivet/commit/7fd26d90cefd03f3e97ecaf2685bc6d60b90311b))
16+
* **studio:** reconnect with inspect ([#2333](https://github.com/rivet-gg/rivet/issues/2333)) ([28fda52](https://github.com/rivet-gg/rivet/commit/28fda52d6904216bd91ccbf31230445f87cbca73))
17+
18+
19+
### Bug Fixes
20+
21+
* **guard:** add dedicated websocket proxy handler ([#2321](https://github.com/rivet-gg/rivet/issues/2321)) ([bd718cf](https://github.com/rivet-gg/rivet/commit/bd718cf3a424227d5927bf4e3354cfb7633aee4f))
22+
* **guard:** fix websocket proxying ([#2314](https://github.com/rivet-gg/rivet/issues/2314)) ([cbeeb86](https://github.com/rivet-gg/rivet/commit/cbeeb86a0c2f7868d0cfb95edfbf6017f8fc1dba))
23+
* **pegboard:** configure crypto for isolate-v8-runner ([#2310](https://github.com/rivet-gg/rivet/issues/2310)) ([c164e55](https://github.com/rivet-gg/rivet/commit/c164e558a44a3776123de69e73e32b2b882e1d90))
24+
* **site:** deployment ([#2331](https://github.com/rivet-gg/rivet/issues/2331)) ([8e95ac6](https://github.com/rivet-gg/rivet/commit/8e95ac6f368aaa43e0beb01af37c5a3b4278dea4))
25+
* **site:** display of code blocks ([#2323](https://github.com/rivet-gg/rivet/issues/2323)) ([0b9d562](https://github.com/rivet-gg/rivet/commit/0b9d56266040d654c3ff49775f68e2e7250a573f))
26+
* **site:** invalid actors import leaking to site ([#2330](https://github.com/rivet-gg/rivet/issues/2330)) ([c57a557](https://github.com/rivet-gg/rivet/commit/c57a5579aeab7e2e51d11076e849abc6ecacb92c))
27+
* **studio:** change layout and make console autoscroll ([#2334](https://github.com/rivet-gg/rivet/issues/2334)) ([cb8bc18](https://github.com/rivet-gg/rivet/commit/cb8bc18778b76f66aa77d476a682f55d1c886f2e))
28+
* **studio:** minor studio fixes ([#2306](https://github.com/rivet-gg/rivet/issues/2306)) ([a5f41c5](https://github.com/rivet-gg/rivet/commit/a5f41c543c66d1597e94eda75ec374155beae6dc))
29+
30+
31+
### Documentation
32+
33+
* document game server use case ([#2298](https://github.com/rivet-gg/rivet/issues/2298)) ([11862b4](https://github.com/rivet-gg/rivet/commit/11862b4c3144b4c713549d51c623b35c3d1c681f))
34+
35+
36+
### Chores
37+
38+
* add dev edge to justfile ([#2319](https://github.com/rivet-gg/rivet/issues/2319)) ([86bf47d](https://github.com/rivet-gg/rivet/commit/86bf47d3472b45c7ab34e50e45b35b3a3f349615))
39+
* **api-actor:** handle no edge regions gracefully ([#2318](https://github.com/rivet-gg/rivet/issues/2318)) ([97a0110](https://github.com/rivet-gg/rivet/commit/97a01102e18ae5e32261066c0e87426d920523e7))
40+
* **api-actor:** increase default rate limits ([#2311](https://github.com/rivet-gg/rivet/issues/2311)) ([8574269](https://github.com/rivet-gg/rivet/commit/857426926484f06ada210ff1a6c1e3c0ccf36ea6))
41+
* disable building hub in docker container ([#2317](https://github.com/rivet-gg/rivet/issues/2317)) ([9a2ac65](https://github.com/rivet-gg/rivet/commit/9a2ac652c7e208672bae89e652938aafbfcffaeb))
42+
* fix docs links in actor list ([#2315](https://github.com/rivet-gg/rivet/issues/2315)) ([9a0eea2](https://github.com/rivet-gg/rivet/commit/9a0eea2b644d3030c06a984c3bef2bdc97d3499d))
43+
* tweak wording for studio entrypoint ([#2308](https://github.com/rivet-gg/rivet/issues/2308)) ([2326b4c](https://github.com/rivet-gg/rivet/commit/2326b4ce863ce4eca99a5e292d557955859a1695))
44+
* udpate guard websocket tests to include message sending ([#2320](https://github.com/rivet-gg/rivet/issues/2320)) ([e81d2ba](https://github.com/rivet-gg/rivet/commit/e81d2ba6e72ed51ca8f604045d5e5163f82ffe83))
45+
* update lockfile ([d8a5d93](https://github.com/rivet-gg/rivet/commit/d8a5d9321eb1e19a845e43a3aae78a2273cd63ce))
46+
* updated guide to print servers to json ([#2316](https://github.com/rivet-gg/rivet/issues/2316)) ([2e061d1](https://github.com/rivet-gg/rivet/commit/2e061d1601cf47bcd21c5635517856d7dfc51beb))
47+
848
## [25.3.1](https://github.com/rivet-gg/rivet/compare/v25.3.0...v25.3.1) (2025-04-02)
949

1050

0 commit comments

Comments
 (0)