Skip to content

Commit a89351f

Browse files
chore(main): release 25.3.0
1 parent 6ae3443 commit a89351f

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-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.2.0"
2+
".": "25.3.0"
33
}

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,58 @@ 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.3.0](https://github.com/rivet-gg/rivet/compare/v25.2.0...v25.3.0) (2025-03-15)
9+
10+
11+
### Features
12+
13+
* **cli:** add --version flag to `deploy`, `build publish`, and `actor create` ([#2202](https://github.com/rivet-gg/rivet/issues/2202)) ([a0f0b66](https://github.com/rivet-gg/rivet/commit/a0f0b66b03d57e2ce4dc6bcf69b2b4298e73d8f0))
14+
* **cli:** add `RIVET_ENDPOINT` and `RIVET_CLOUD_TOKEN` env vars for auth ([#2203](https://github.com/rivet-gg/rivet/issues/2203)) ([6ae4dc1](https://github.com/rivet-gg/rivet/commit/6ae4dc1a8fa7fe2551f6504971b5b54cddaf3dc3))
15+
* **cli:** publish to npm ([#2039](https://github.com/rivet-gg/rivet/issues/2039)) ([9ccee01](https://github.com/rivet-gg/rivet/commit/9ccee01607f2e46a453076c77df3e0e712638dab))
16+
* **hub:** add actor-core inspector ([#2171](https://github.com/rivet-gg/rivet/issues/2171)) ([e6177fc](https://github.com/rivet-gg/rivet/commit/e6177fc1291cc28a9dc1b609c4b7551bc69e5b88))
17+
* **hub:** add name column to actor builds ([#2172](https://github.com/rivet-gg/rivet/issues/2172)) ([e83ba5b](https://github.com/rivet-gg/rivet/commit/e83ba5bad78a022c750a9053064ce3fb47090df7))
18+
19+
20+
### Bug Fixes
21+
22+
* container runner logs not working ([#2152](https://github.com/rivet-gg/rivet/issues/2152)) ([bf69be0](https://github.com/rivet-gg/rivet/commit/bf69be0a9b975ddbccff2a0bab398a65bc8d634b))
23+
* core features alignment ([#2186](https://github.com/rivet-gg/rivet/issues/2186)) ([34b52da](https://github.com/rivet-gg/rivet/commit/34b52da94a85274a150b53a05128497e0d700f18))
24+
* delete history for select wf, add actor start metric ([#2155](https://github.com/rivet-gg/rivet/issues/2155)) ([560bd20](https://github.com/rivet-gg/rivet/commit/560bd20a65ff64b84d2bebed1b03f542a45d7b22))
25+
* **hub:** add trailing slashes to urls when missing ([#2179](https://github.com/rivet-gg/rivet/issues/2179)) ([3cbbbfe](https://github.com/rivet-gg/rivet/commit/3cbbbfef02433b87dde0ef61ab04876d7d16cfbb))
26+
* **hub:** display error message only if there's nothing to show ([#2166](https://github.com/rivet-gg/rivet/issues/2166)) ([745fb32](https://github.com/rivet-gg/rivet/commit/745fb32010c3320ce696df0e43b26a45616e00cc))
27+
* **hub:** force context creation on lobbies page ([#2161](https://github.com/rivet-gg/rivet/issues/2161)) ([391708d](https://github.com/rivet-gg/rivet/commit/391708da0ffd16349f0ac3f3d1414757677e4d40))
28+
* remove landing animation ([#2189](https://github.com/rivet-gg/rivet/issues/2189)) ([51946bb](https://github.com/rivet-gg/rivet/commit/51946bbcc419e7eda53f2465a4f14e4e2c1fb508))
29+
* update cli image and wording ([#2193](https://github.com/rivet-gg/rivet/issues/2193)) ([a3ca882](https://github.com/rivet-gg/rivet/commit/a3ca8826dfcafdacf187fb0b0aeb0f39edbb3946))
30+
* **workflows:** fix dupe wf run bug, signal idx bug, add wake condition property to get wf ([#2163](https://github.com/rivet-gg/rivet/issues/2163)) ([c42cc71](https://github.com/rivet-gg/rivet/commit/c42cc718750d3f97b1beadcd7b4b1b31870efdd2))
31+
32+
33+
### Documentation
34+
35+
* **cli:** add docs for all remaining commands ([#2207](https://github.com/rivet-gg/rivet/issues/2207)) ([76b2fb5](https://github.com/rivet-gg/rivet/commit/76b2fb5ebe61ac92c9db1cf92fc592de92febbf6))
36+
* document runtime ([#2211](https://github.com/rivet-gg/rivet/issues/2211)) ([6ae3443](https://github.com/rivet-gg/rivet/commit/6ae344361498392c2d416109199f422d8542e97d))
37+
* revamp docs ([#2164](https://github.com/rivet-gg/rivet/issues/2164)) ([6cf3bcf](https://github.com/rivet-gg/rivet/commit/6cf3bcf0343dffa48d44249339b66188e54efb38))
38+
39+
40+
### Chores
41+
42+
* add config validation command ([#2195](https://github.com/rivet-gg/rivet/issues/2195)) ([6bd1a60](https://github.com/rivet-gg/rivet/commit/6bd1a60cedbd629bd8c985be1a3417e51394c6c8))
43+
* add sandboxed-code-execution demo for js & container ([#2165](https://github.com/rivet-gg/rivet/issues/2165)) ([9d90db3](https://github.com/rivet-gg/rivet/commit/9d90db3a7d71e96c5bcc2a7beac77a8f976c59c5))
44+
* **api-status:** add container status check ([#2159](https://github.com/rivet-gg/rivet/issues/2159)) ([d1f57f4](https://github.com/rivet-gg/rivet/commit/d1f57f4a43f34e72065713c41f70a5f8b6aa8838))
45+
* changelog cli ([#2191](https://github.com/rivet-gg/rivet/issues/2191)) ([ef51dc2](https://github.com/rivet-gg/rivet/commit/ef51dc218fda20f6c9ad8ff5b190dd607d7fb40e))
46+
* **cli:** remove `BuildAccess` config ([#2208](https://github.com/rivet-gg/rivet/issues/2208)) ([81c62b5](https://github.com/rivet-gg/rivet/commit/81c62b5824929faee6f97513f1f3020aa3559cb3))
47+
* disable durable lifecycle in system test ([#2157](https://github.com/rivet-gg/rivet/issues/2157)) ([aa1ecc9](https://github.com/rivet-gg/rivet/commit/aa1ecc9496b255a79a204354b890e5f806a76ee5))
48+
* **examples:** remove old configs ([#2206](https://github.com/rivet-gg/rivet/issues/2206)) ([f2a0bb4](https://github.com/rivet-gg/rivet/commit/f2a0bb48b237522e4284191ff025f9b5c85d4a4d))
49+
* fix api docs ([#2209](https://github.com/rivet-gg/rivet/issues/2209)) ([7363327](https://github.com/rivet-gg/rivet/commit/73633276170a43ea5f67c21907ba416dff1feeac))
50+
* flatten examples ([#2181](https://github.com/rivet-gg/rivet/issues/2181)) ([76a3602](https://github.com/rivet-gg/rivet/commit/76a3602fc118627c7717468da62ce8c6caff953a))
51+
* manifesto and changelog update ([#2200](https://github.com/rivet-gg/rivet/issues/2200)) ([688eed1](https://github.com/rivet-gg/rivet/commit/688eed1a21e073784452b44ea9a7f6ad758b1dcf))
52+
* remove actors sdk in favor of actorcore ([#2199](https://github.com/rivet-gg/rivet/issues/2199)) ([ee7693b](https://github.com/rivet-gg/rivet/commit/ee7693ba7fb93b6a648f7e9e71586ad83eb6f786))
53+
* remove init command ([#2198](https://github.com/rivet-gg/rivet/issues/2198)) ([b215811](https://github.com/rivet-gg/rivet/commit/b21581181f35f86f1ef8a1a0cd14c13f89038da6))
54+
* rename actor -> actors in sdk for consistency ([#2197](https://github.com/rivet-gg/rivet/issues/2197)) ([479ac9a](https://github.com/rivet-gg/rivet/commit/479ac9a5be2b4fb77ac7a3a889fd97185e4a1cb1))
55+
* rename actor.regions.resolve to actor.regions.recommend ([#2196](https://github.com/rivet-gg/rivet/issues/2196)) ([b28003d](https://github.com/rivet-gg/rivet/commit/b28003dca4f7a7701414ee7920e07fa133512fd1))
56+
* updated oss friends ([#2212](https://github.com/rivet-gg/rivet/issues/2212)) ([c04db5c](https://github.com/rivet-gg/rivet/commit/c04db5c02be6d19787ee29fc57ea3068f6c779e1))
57+
* updated site font ([#2204](https://github.com/rivet-gg/rivet/issues/2204)) ([37cce55](https://github.com/rivet-gg/rivet/commit/37cce55f9605638ca51e5060b2aa171b971db0b3))
58+
* website redesign ([#2170](https://github.com/rivet-gg/rivet/issues/2170)) ([fd7fdf2](https://github.com/rivet-gg/rivet/commit/fd7fdf2d8946999c6b953820c868c348ddf1f9ee))
59+
860
## [25.2.0](https://github.com/rivet-gg/rivet/compare/v5.1.2...v25.2.0) (2025-03-07)
961

1062

0 commit comments

Comments
 (0)