Skip to content

Commit c18dcdb

Browse files
chore(main): release 25.9.0
1 parent 2d8e465 commit c18dcdb

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-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.8.0"
2+
".": "25.9.0"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ 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.9.0](https://github.com/rivet-dev/engine/compare/v25.8.0...v25.9.0) (2025-10-18)
9+
10+
11+
### Features
12+
13+
* **engine:** add RocksDB engine run script ([#3220](https://github.com/rivet-dev/engine/issues/3220)) ([1d59170](https://github.com/rivet-dev/engine/commit/1d5917072a20bd45a30694b4f1864b71a8a74b52))
14+
15+
16+
### Bug Fixes
17+
18+
* **cache:** fix recursive cache purges ([#3221](https://github.com/rivet-dev/engine/issues/3221)) ([2b53da9](https://github.com/rivet-dev/engine/commit/2b53da90ce5a73c666250e70a3c99828e7e70232))
19+
* fix epoxy replica ids ([#3223](https://github.com/rivet-dev/engine/issues/3223)) ([eef5ea6](https://github.com/rivet-dev/engine/commit/eef5ea65a927159dbd774cfe2160d5540def0656))
20+
* metadata auth ([#3224](https://github.com/rivet-dev/engine/issues/3224)) ([62152a5](https://github.com/rivet-dev/engine/commit/62152a5540f31a5506d15e2defce28d32fc1bccf))
21+
* **udb:** fix rocksdb conflict tracker ([#3225](https://github.com/rivet-dev/engine/issues/3225)) ([1fd5f93](https://github.com/rivet-dev/engine/commit/1fd5f938419a85125a47cf4d0e7ab0defbf32c9a))
22+
23+
24+
### Chores
25+
26+
* **pegboard:** only refresh serverless runner metadata when new or udpated endpoint ([#3227](https://github.com/rivet-dev/engine/issues/3227)) ([2d8e465](https://github.com/rivet-dev/engine/commit/2d8e465b64d519163a085eb8750a826d4391abf7))
27+
* re-enable fluid compute ([2aa6a51](https://github.com/rivet-dev/engine/commit/2aa6a51232f66a64943847730fecd136002cbb52))
28+
* remove timeout config ([a321360](https://github.com/rivet-dev/engine/commit/a321360608d34ffb4e5693f80d49b41e237b14ca))
29+
* **site:** fix timeout in next examples ([f8e7b2a](https://github.com/rivet-dev/engine/commit/f8e7b2a7cea5faabb1673edbe335d0c8eb03d07c))
30+
* **site:** tweak launch post ([ae290d1](https://github.com/rivet-dev/engine/commit/ae290d19fbc5e8f1c5ba84deadfced22e673f851))
31+
* **site:** vercel support ([#3190](https://github.com/rivet-dev/engine/issues/3190)) ([32a716f](https://github.com/rivet-dev/engine/commit/32a716f31edddfc02fffabca3fa60205bee57021))
32+
833
## [25.8.0](https://github.com/rivet-dev/engine/compare/v25.7.3...v25.8.0) (2025-10-17)
934

1035

0 commit comments

Comments
 (0)