Skip to content

v25.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 07:28
f5b8089

25.1.0 (2025-02-04)

Features

Bug Fixes

  • actors-sdk: use proper binary fromat when receiving cbor data (#1743) (acd927e)
  • add missing space in README tagline (#1968) (3a9c065)
  • add website image to header (#1900) (cb2ce1e)
  • adjust release scripts to new workflow (#1863) (cf7f7b6)
  • build: fix fetching build by id with null tags (#1991) (4e2619c)
  • ci: fix building toolchain (#1996) (94a3bf2)
  • cli: make esbuild portable (#1917) (e674c16)
  • cluster: create new cluster server wf with stateful loop (#1940) (82c0290)
  • correct package name in icons rebuild command (#1963) (f8336c0)
  • docker: auto-build sdk & hub in build.rs (#1972) (36f37cc)
  • docker: update base-runner deiban to 12.1 to fix ca-certificates install error (#1903) (c5adb1e)
  • docs button (#1858) (2b20094)
  • frontend/packages/icons: fix failling to install @rivet-gg/icons when fontawesome token is not provided (#1982) (d264645)
  • hub: allow clicking continue button with only one project in local dev (#1973) (7f3697a)
  • hub: build with rivet gives 404s (#1855) (62fde8e)
  • hub: fix actors overflowing with long state (#1979) (5667155)
  • hub: use https to create manager url (#1907) (5ea3608)
  • improve default export error message (#1895) (8dc418b)
  • links for pricing and sales (#1845) (010d367)
  • pegboard: fix query in get_client_from_dc (#1897) (ba82622)
  • periodically pull ats addr (#1814) (dd65e86)
  • promo image (#1847) (55e7b20)
  • release scripts (#1932) (057e98b)
  • release scripts (#1934) (4733bf0)
  • remove react scan (#1862) (2871f2b)
  • remove source hash from cache (#1843) (86e5238)
  • rename resolvePromise to promise in ActorHandleRaw (#1957) (a54ddc9)
  • reset recent team redirection when leaving a group (#1873) (1a80f92)
  • revert upsert query in pegboard ws (#1831) (e4256d9)
  • sdks/actor/client: enable @rivet-gg/actor-client/test to run in node env (#1912) (d1176c9)
  • sdks/actor/manager: fix cors to allow more origins (#1910) (9a7d71b)
  • sdks/actor/manager: fix manager builds with new workspaces (#1890) (0d41cc8)
  • sdks/actor/runtime: fix internal errors not getting logged & make UserError public (#1958) (c02af68)
  • sdks/actor/runtime: work around typescript bug inferring ConnParams with ExtractActorConnParams (#1951) (070af03)
  • select styles and build base url (#1867) (2dbead7)
  • site: auto-generate unframer components on dev (#1970) (572d1ae)
  • site: remove use of assert { type: ... } for better nodejs compat (#1962) (b44278c)
  • toolchain: correctly handle current tag with multiple builds with the same name (#1992) (b1cfd2d)
  • toolchain: fix vergen_git2 -> vergen dependency (#1983) (ec17c12)

Documentation

Chores