Skip to content

Commit 1208637

Browse files
chore(main): release 25.6.1
1 parent 5b7101b commit 1208637

File tree

2 files changed

+92
-1
lines changed

2 files changed

+92
-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.6.0"
2+
".": "25.6.1"
33
}

CHANGELOG.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,97 @@ 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.6.1](https://github.com/rivet-dev/engine/compare/v25.6.0...v25.6.1) (2025-09-16)
9+
10+
11+
### Features
12+
13+
* add telemetry via sentry ([#2865](https://github.com/rivet-dev/engine/issues/2865)) ([8a60a1f](https://github.com/rivet-dev/engine/commit/8a60a1ff35a9c21a86f4ae0a9784d9c39447eab3))
14+
* **ns:** implement namespace updates, global cache purge ([#2883](https://github.com/rivet-dev/engine/issues/2883)) ([a7bc0bc](https://github.com/rivet-dev/engine/commit/a7bc0bce0094030808c7eeec1542e0e421e3816c))
15+
* **pegboard:** outbound runners ([#2873](https://github.com/rivet-dev/engine/issues/2873)) ([8a4097f](https://github.com/rivet-dev/engine/commit/8a4097f78e876c7d9be977abc24553aeb262bae6))
16+
* **runner:** add pino logger ([#2917](https://github.com/rivet-dev/engine/issues/2917)) ([2abab1a](https://github.com/rivet-dev/engine/commit/2abab1a6d347c37ab44edced918971373882e68f))
17+
18+
19+
### Bug Fixes
20+
21+
* **api:** fix creating actors in other dcs ([#2914](https://github.com/rivet-dev/engine/issues/2914)) ([43dfd64](https://github.com/rivet-dev/engine/commit/43dfd6412c5b0fc0f70022b9d8efcbf3eb79e5d1))
22+
* **api:** fix query serialization for remote req ([#2909](https://github.com/rivet-dev/engine/issues/2909)) ([469979a](https://github.com/rivet-dev/engine/commit/469979aa3549b36e779640fddb58330c31d25b36))
23+
* **ci:** get binaries uploading ([#2866](https://github.com/rivet-dev/engine/issues/2866)) ([1c5dbe6](https://github.com/rivet-dev/engine/commit/1c5dbe6b5de8a996ac51ae233e795fd571ea269f))
24+
* configure runner config per runner name ([#2891](https://github.com/rivet-dev/engine/issues/2891)) ([a78e100](https://github.com/rivet-dev/engine/commit/a78e10030503335897781bc15226801fa1086ff6))
25+
* **engine/fe:** remove addresses ([#2900](https://github.com/rivet-dev/engine/issues/2900)) ([eadcfcb](https://github.com/rivet-dev/engine/commit/eadcfcb6a372543a7fd9fbe55a9824ae3343f436))
26+
* **epoxy:** fix Any quorum type not reaching any node ([#2910](https://github.com/rivet-dev/engine/issues/2910)) ([2e35736](https://github.com/rivet-dev/engine/commit/2e357364bfc5f2ee0aab1527c1267dd95b48b507))
27+
* **epoxy:** fix sending msgs to self ([#2913](https://github.com/rivet-dev/engine/issues/2913)) ([eee75ee](https://github.com/rivet-dev/engine/commit/eee75ee685f3aa69ec7dd7db79ff3fcb12e83f61))
28+
* **guard:** remove incorrect connectability check ([#2856](https://github.com/rivet-dev/engine/issues/2856)) ([12b2e1a](https://github.com/rivet-dev/engine/commit/12b2e1a524f65051c9985e87ebbbd54375d68723))
29+
* **inspector:** use proper status indicator ([#2849](https://github.com/rivet-dev/engine/issues/2849)) ([e0d3cc0](https://github.com/rivet-dev/engine/commit/e0d3cc0cb19b9fc5b986e0b0d672bd74a21ebfdb))
30+
* **pegboard:** fix actor names not reserving on first reservation ([#2861](https://github.com/rivet-dev/engine/issues/2861)) ([fe6d7a9](https://github.com/rivet-dev/engine/commit/fe6d7a919763d30153f975793a3df87a5a49aa36))
31+
* proper turbo ([#2852](https://github.com/rivet-dev/engine/issues/2852)) ([e3ba990](https://github.com/rivet-dev/engine/commit/e3ba990dff34c48082b39bc34d48fcc8ba4bf5f6))
32+
* **release:** fix broken version updates ([23e3171](https://github.com/rivet-dev/engine/commit/23e31719c40aa899b3413bfd3f59a2433763bdb8))
33+
* **release:** fix reading r2 tokens ([8d9ce9c](https://github.com/rivet-dev/engine/commit/8d9ce9c3bce9c319787f42317c05864971697fe0))
34+
* **release:** fix update version ([7ccbd3e](https://github.com/rivet-dev/engine/commit/7ccbd3e5a07070e5fda30419a0ba87e0415843f4))
35+
* **runner:** remove top level await ([#2848](https://github.com/rivet-dev/engine/issues/2848)) ([c7919fa](https://github.com/rivet-dev/engine/commit/c7919faa8da6aca61c03bb2f7707af0b78f118a8))
36+
* **tunnel:** fix ups race condition ([#2858](https://github.com/rivet-dev/engine/issues/2858)) ([c0b1dd2](https://github.com/rivet-dev/engine/commit/c0b1dd293f7c965ba0ccc2c0b72057aaccc8ad72))
37+
* **udb:** revamp udb api ([#2898](https://github.com/rivet-dev/engine/issues/2898)) ([7f0b72a](https://github.com/rivet-dev/engine/commit/7f0b72abc18acf497109dd1e1d185ef66c816ebb))
38+
* **universalpubsub:** fix pg driver ([#2857](https://github.com/rivet-dev/engine/issues/2857)) ([9ce6721](https://github.com/rivet-dev/engine/commit/9ce6721467975e922bd3601953ca0eb73bf70eef))
39+
* **ups:** fix comp errors ([#2924](https://github.com/rivet-dev/engine/issues/2924)) ([26f9766](https://github.com/rivet-dev/engine/commit/26f976615253cfa268196bc9454b40a1a9534124))
40+
41+
42+
### Documentation
43+
44+
* update imports from @rivetkit/actor to rivetkit ([#2916](https://github.com/rivet-dev/engine/issues/2916)) ([bf38cb9](https://github.com/rivet-dev/engine/commit/bf38cb9dc5ad94b3811baabda88cd1090d442d81))
45+
46+
47+
### Continuous Integration
48+
49+
* fix release finish step ([056b1f0](https://github.com/rivet-dev/engine/commit/056b1f0e08082174be57b2859e6f423e8f6dfc2e))
50+
* run pkg-pr-new on main ([1df3ef5](https://github.com/rivet-dev/engine/commit/1df3ef5f381de02ddf26539f1e5fba94e069cc53))
51+
52+
53+
### Chores
54+
55+
* add docker build justfile ([bc302dd](https://github.com/rivet-dev/engine/commit/bc302ddc26516bc12ed08ff196a8b8c9246f6be1))
56+
* add justfile ([33c980a](https://github.com/rivet-dev/engine/commit/33c980a0f28e907c73c87b782b2115d32d408819))
57+
* changelog Rivet v2.0 ([#2870](https://github.com/rivet-dev/engine/issues/2870)) ([e03d55f](https://github.com/rivet-dev/engine/commit/e03d55f0b5e2dafa0288a806e07b4bc9712e5b53))
58+
* cleanup, move ee changes ([#2901](https://github.com/rivet-dev/engine/issues/2901)) ([8f9d944](https://github.com/rivet-dev/engine/commit/8f9d9448e4b036aa6afef41e2646ae33febcef17))
59+
* **docker:** force docker platform to amd64 ([eb67d5d](https://github.com/rivet-dev/engine/commit/eb67d5de5431ca4b77070e6dd1810f81a6ec4bc0))
60+
* document noWelcome ([#2918](https://github.com/rivet-dev/engine/issues/2918)) ([f841bef](https://github.com/rivet-dev/engine/commit/f841befe1286003270c8a07f6ee5a703094f12a9))
61+
* fix api gen ([#2921](https://github.com/rivet-dev/engine/issues/2921)) ([4d3726e](https://github.com/rivet-dev/engine/commit/4d3726e67b4a91cc09418aabbb6ce1dfad5f8862))
62+
* fix docker tag ([02ff409](https://github.com/rivet-dev/engine/commit/02ff409af8c295dfbcf0de0d4f117d28267f4c06))
63+
* fix linguist-generated for sdks ([eb510d1](https://github.com/rivet-dev/engine/commit/eb510d1b1e61890a227fd5889d7784de09375c8f))
64+
* fix twitter handle ([42a3aa1](https://github.com/rivet-dev/engine/commit/42a3aa1b968ec868176d66f4d5b656bdfd8a7340))
65+
* only exclude ts & js from site ([4f489eb](https://github.com/rivet-dev/engine/commit/4f489eb41f50a03a46f8fc3c4bb219cbd7de00f1))
66+
* **pegboard:** consolidate to single subscriber per gateway ([#2879](https://github.com/rivet-dev/engine/issues/2879)) ([2916549](https://github.com/rivet-dev/engine/commit/291654936d1aa80f437e2511b8a47cbd6e704dd2))
67+
* release 25.6.1 ([4d05113](https://github.com/rivet-dev/engine/commit/4d051133d549e1ef1ada5582cc43447ea4b7b9a4))
68+
* release 25.6.1 ([a150d68](https://github.com/rivet-dev/engine/commit/a150d68bd751428126d8df4f9bdc87120d8cd692))
69+
* release 25.6.1 ([b7b4728](https://github.com/rivet-dev/engine/commit/b7b47280626ade9a95abda28e6cccea7d1de265b))
70+
* release 25.6.1 ([0feded6](https://github.com/rivet-dev/engine/commit/0feded6d7364d5feedc17a9817778b515f104bd8))
71+
* **release:** disable publishing npm packages ([4118094](https://github.com/rivet-dev/engine/commit/4118094f15c4bd2e047ac997b70a403914167923))
72+
* **release:** update version to 25.6.1 ([5538ecc](https://github.com/rivet-dev/engine/commit/5538ecc863c50adb4ec7ee5f9acb92d9c6e8e1d5))
73+
* **release:** update version to 25.6.1 ([c53d228](https://github.com/rivet-dev/engine/commit/c53d2283edb47761e885ae6198b717bffecf713d))
74+
* **release:** update version to 25.6.1 ([f53be13](https://github.com/rivet-dev/engine/commit/f53be1363c557b913fba1a4453580b8863024b47))
75+
* **release:** update version to 25.6.1 ([662465f](https://github.com/rivet-dev/engine/commit/662465fa4fe673da707ad78702e7e93cbe8f7c03))
76+
* remove frontend from linguist count ([bb521b1](https://github.com/rivet-dev/engine/commit/bb521b11b7dff5f3f8a83e57fe61c19d982c9f7b))
77+
* remove port name ([#2897](https://github.com/rivet-dev/engine/issues/2897)) ([3e0b3e8](https://github.com/rivet-dev/engine/commit/3e0b3e88895affb168c4c4562438f010906888d2))
78+
* remove site jsx from linguist ([febe657](https://github.com/rivet-dev/engine/commit/febe657f1a8693980c271d444e54cd4d7a9e53da))
79+
* **runner:** add ability to disable auto-shutdown ([#2859](https://github.com/rivet-dev/engine/issues/2859)) ([76488fd](https://github.com/rivet-dev/engine/commit/76488fd099975e2807f3a61f62f82f69be7797d4))
80+
* **runner:** add alarms api ([#2919](https://github.com/rivet-dev/engine/issues/2919)) ([2bcaf13](https://github.com/rivet-dev/engine/commit/2bcaf137a9b6ed2184088ebc35630b64d9d5ec8a))
81+
* **runner:** connect tunnel before connecting pb ws ([#2872](https://github.com/rivet-dev/engine/issues/2872)) ([c86e501](https://github.com/rivet-dev/engine/commit/c86e501a995edcfd52c7b366dd0d221f31bd297d))
82+
* **runner:** disable default logs ([#2862](https://github.com/rivet-dev/engine/issues/2862)) ([32eb1e0](https://github.com/rivet-dev/engine/commit/32eb1e0b8bd0e1d290e4338cce0a4f46b524cc74))
83+
* **runner:** handle async actor stop ([#2895](https://github.com/rivet-dev/engine/issues/2895)) ([9ea99a0](https://github.com/rivet-dev/engine/commit/9ea99a0b4bf9e86f278ae71a58e5f91cc66efb15))
84+
* **site:** doc pino ([#2915](https://github.com/rivet-dev/engine/issues/2915)) ([0efed00](https://github.com/rivet-dev/engine/commit/0efed00a3a6a7404519eca0c1a111abd3e84fadb))
85+
* **site:** document self-hosting ([#2854](https://github.com/rivet-dev/engine/issues/2854)) ([f1c054d](https://github.com/rivet-dev/engine/commit/f1c054db74707f06454ea6072da81cfbdc31873d))
86+
* throw the site in there too why not ([750e2c2](https://github.com/rivet-dev/engine/commit/750e2c27284bb2451eb9f5e17dc96a39c287b8ab))
87+
* update imge ([#2907](https://github.com/rivet-dev/engine/issues/2907)) ([911fd90](https://github.com/rivet-dev/engine/commit/911fd90c7877470fc70ea3b50ae10289e1af2a93))
88+
* update postgres and railway logo ([#2876](https://github.com/rivet-dev/engine/issues/2876)) ([b9309a2](https://github.com/rivet-dev/engine/commit/b9309a2205515272a3d7a3f8654816b25358c385))
89+
* updated region list ([#2867](https://github.com/rivet-dev/engine/issues/2867)) ([91e1c25](https://github.com/rivet-dev/engine/commit/91e1c25359293eb396af54a62bbc0f5f8e84ec87))
90+
* **ups:** add benches ([#2878](https://github.com/rivet-dev/engine/issues/2878)) ([ca5490e](https://github.com/rivet-dev/engine/commit/ca5490ee79a8c315cf12b8658c664cbc0b16d420))
91+
* **ups:** add message chunking & ups protocol ([#2874](https://github.com/rivet-dev/engine/issues/2874)) ([0977209](https://github.com/rivet-dev/engine/commit/0977209400cdad8642c7f5334a05b50d8fab1e55))
92+
* **ups:** add postgres auto-reconnect ([#2892](https://github.com/rivet-dev/engine/issues/2892)) ([32e2e01](https://github.com/rivet-dev/engine/commit/32e2e01edeef7a60c7f7e8cce32af387af5b009c))
93+
* **ups:** handle edge cases with postgres listen/unlisten/notify when disconnected/reconnecting ([#2893](https://github.com/rivet-dev/engine/issues/2893)) ([506246c](https://github.com/rivet-dev/engine/commit/506246ccec74b2c57616599a5e06a56e1d774288))
94+
* **ups:** remove no responders ([#2863](https://github.com/rivet-dev/engine/issues/2863)) ([6b4c00b](https://github.com/rivet-dev/engine/commit/6b4c00b17641cecdb2a11b17976e0e1182b3c472))
95+
* **util:** increase max ident len ([#2911](https://github.com/rivet-dev/engine/issues/2911)) ([1c246b7](https://github.com/rivet-dev/engine/commit/1c246b7b8c5e6b7eb72c8c8b0ca6c2a8c1adf967))
96+
* website language update ([#2860](https://github.com/rivet-dev/engine/issues/2860)) ([bdccba7](https://github.com/rivet-dev/engine/commit/bdccba7065d61e792e6f5dcefe90bd1551e0dc1c))
97+
* weekly release september 7th ([#2903](https://github.com/rivet-dev/engine/issues/2903)) ([6c99016](https://github.com/rivet-dev/engine/commit/6c99016e1b4c1426ff99556d76c522a1770c2428))
98+
899
## [25.6.0](https://github.com/rivet-gg/rivet/compare/v25.5.2...v25.6.0) (2025-09-02)
9100

10101

0 commit comments

Comments
 (0)