Skip to content

Releases: rivet-dev/rivet

2.3.0-rc.12

09 Jun 01:05

Choose a tag to compare

2.3.0-rc.12 Pre-release
Pre-release

What's Changed

  • chore: update comment by @MasterPtato in #4966
  • chore(rivetkit): rewrite work registry + fix waituntil not preventing sleep by @NathanFlurry in #4990
  • chore(envoy-client): add envoy key tracing context by @NathanFlurry in #5002
  • fix(rivetkit): use unbounded actor channels by @NathanFlurry in #5003
  • refactor(metrics): split server metrics crate by @NathanFlurry in #5004
  • fix(sqlite): quiet startup database miss by @NathanFlurry in #5005
  • fix(rivetkit): preserve internal bridge errors by @NathanFlurry in #4993
  • fix(depot-client): only fatal sqlite vfs on fence mismatch by @NathanFlurry in #5007
  • fix(rivetkit): preserve query gateway skip ready wait by @NathanFlurry in #5008
  • chore(engine): roxiproxi tests by @NathanFlurry in #4864
  • feat(envoy-client): add ping health check by @MasterPtato in #5001
  • fix(rivetkit): remove async drizzle db proxy by @abcxff in #4984
  • chore(rivetkit): log inspector errors + standardize pino errorKey error by @abcxff in #4986
  • fix(pegboard): validate drain_grace_period < request_lifespan by @abcxff in #4998
  • fix(rivetkit-core): chunk apply_batch puts/deletes at 128 by @abcxff in #5046
  • feat(rivetkit): add ConnectionMap readonly Map wrapper for actor connections by @abcxff in #5047
  • fix: wasm-pack build by @abcxff in #5048
  • fix(rivetkit): decode bridge errors with actor: null by @abcxff in #5056
  • feat(frontend): add serverless check when editing the runner config by @jog1t in #4961
  • fix(frontend): navigate only by using actor ids by @jog1t in #5023
  • fix(frontend): ns aware navigation by @jog1t in #5024
  • fix(frontend): 404 navigation issues by @jog1t in #5025
  • feat(frontend): improve runners errors ui by @jog1t in #5026
  • fix(frontend): build ladle correctly by @jog1t in #5027
  • feat(frontend): rbac token notice for the engine by @jog1t in #5028
  • refactor(frontend): better gateway errors by @jog1t in #5029
  • feat(frontend): allow local->staging tunnel in dev by @jog1t in #5030
  • refactor(frontend): datacenter aware provider configuration by @jog1t in #5031
  • fix(frontend): missing provider configuration right after adding it by @jog1t in #5032
  • refactor(forntend): improve providers table by @jog1t in #5033
  • feat(frontend): add provider icons by @jog1t in #5034
  • feat(frontend): allow creating serverfull instances during onboarding by @jog1t in #5035
  • chore: regenerate sdk by @jog1t in #5036
  • [slop]feat(frontend): enable compute, add historical logs by @abcxff in #5059
  • fix(frontend): entry deduplication by @jog1t in #5061
  • chore: regenerate sdk by @jog1t in #4964
  • feat(website): reposition landing around the agentic era + on-prem story by @NicholasKissel in #4968
  • fix(rivetkit): remove client-side connection request size check by @abcxff in #5057
  • fix(rivetkit): bind methods through createWriteThroughProxy by @abcxff in #4987
  • fix(workflow-engine): only commit step state after success by @abcxff in #5010
  • feat(frontend): redesign hub navigation, org creation, and project NUX by @NicholasKissel in #5064
  • fix(frontend): fix changelog display by @jog1t in #5076
  • fix(frontend): ensure onboarding checks are only for production namespace, improve caching by @jog1t in #5077
  • fix(frontend): missing skeleton view for actor names by @jog1t in #5078
  • fix(frontend): hover animation on project cards not moving billing badge by @jog1t in #5079
  • fix(frontend): navigation during open popover breaks closing animation by @jog1t in #5080
  • fix(frontend): re-layout members screen by @jog1t in #5081
  • refactor(frontend): unify settings pages by @jog1t in #5082
  • fix(frontend): custom actor icons not displaying by @jog1t in #5083
  • fix(frontend): dark mode issues on health check monitor by @jog1t in #5088
  • fix(frontend): remove create actor from context switcher by @jog1t in #5090
  • refactor(frontend): bring back the billing gauge by @jog1t in #5091
  • refactor(frontend): sleep/schedule/wake actions on actors by @jog1t in #5092
  • chore(website): add dashboard redesign changelog post by @NicholasKissel in #5094
  • feat(frontend): compute ui by @abcxff in #5084
  • chore: enable rivet compute docs by @abcxff in #5095
  • docs: prep for site by @abcxff in #5096
  • feat(frontend): feature flag compute by @abcxff in #5098
  • feat(website): add compute to sitemap by @abcxff in #5099
  • feat(frontend): rename profile to account and drop members from user dropdown by @NicholasKissel in #5101
  • fix(frontend): meaningful serverless metadata errors by @jog1t in #5102
  • fix(fontend): less monoscaped by @jog1t in #5103
  • fix(frontend): clickable namespaces in deployments table by @jog1t in #5104
  • fix(frontend): align log region column and disable selection on metadata by @jog1t in #5105
  • refactor(frontend): modify onboarding for rivet compute by @jog1t in #5106
  • refactor(frontend): runner_pool -> rivet_pool by @jog1t in #5107
  • feat(compute): add hello-world image and docker hub publish by @abcxff in #5108
  • chore: upgrade compute deploy to v1.1.1 by @abcxff in #5110
  • fix(frontend): compute ui tweaks by @abcxff in #5111
  • fix(frontend): compute deployments and onboarding polish by @abcxff in #5113
  • fix(frontend): group envoys versions by the pool name by @jog1t in #5117
  • fix(frontend): catch gateway errors in a correct format by @jog1t in #5118
  • fix(actions): compute hello world wf by @abcxff in #5109
  • 2.3.0 rc by @NathanFlurry in #5114
  • fix(rivetkit): fix BigInt serialization in inspector workflow history and state deserialization by @abcxff in #5058
  • fix(rivetkit): wire CancellationToken through waitForNamesAvailable to eliminate KV busy-polling by @abcxff in #5063
  • feat(workflow-engine): add retryOnTimeout opt-in for step timeout retries by @abcxff in #5089
  • chore(wasm-pack): upgrade wasm-pack to now-functioning v0.15.0 by @abcxff in #5125
  • fix(rivetkit): infer T from step/tryStep config object in workflow context wrapper by @abcxff in #5124
  • chore: add agent formatting hooks by @NathanFlurry in #5126
  • chore: remove tracked agent working files by @NathanFlurry in #5128
  • chore: remove graphite skill by @NathanFlurry in #5127
  • chore(website): add runtime capabilities to on-prem Enterprise Edition pricing by @NicholasKissel in #5129
  • chore: upstream ee by @NathanFlurry in #5130
  • fix(types): restore repo check-types by @NathanFlurry in #5131
  • fix(rivetkit): preserve connected actor action types by @NathanFlurry in #5134
  • feat(frontend): redesign onboarding wizard by @NicholasKissel in #5116
  • fix(frontend): fix compute rivet run url by @abcxff in #5121
  • fix(frontend): onboarding ...
Read more

2.3.0-rc.11

03 Jun 08:15

Choose a tag to compare

2.3.0-rc.11 Pre-release
Pre-release

What's Changed

  • chore: update comment by @MasterPtato in #4966
  • chore(rivetkit): rewrite work registry + fix waituntil not preventing sleep by @NathanFlurry in #4990
  • chore(envoy-client): add envoy key tracing context by @NathanFlurry in #5002
  • fix(rivetkit): use unbounded actor channels by @NathanFlurry in #5003
  • refactor(metrics): split server metrics crate by @NathanFlurry in #5004
  • fix(sqlite): quiet startup database miss by @NathanFlurry in #5005
  • fix(rivetkit): preserve internal bridge errors by @NathanFlurry in #4993
  • fix(depot-client): only fatal sqlite vfs on fence mismatch by @NathanFlurry in #5007
  • fix(rivetkit): preserve query gateway skip ready wait by @NathanFlurry in #5008
  • chore(engine): roxiproxi tests by @NathanFlurry in #4864
  • feat(envoy-client): add ping health check by @MasterPtato in #5001
  • fix(rivetkit): remove async drizzle db proxy by @abcxff in #4984
  • chore(rivetkit): log inspector errors + standardize pino errorKey error by @abcxff in #4986
  • fix(pegboard): validate drain_grace_period < request_lifespan by @abcxff in #4998
  • fix(rivetkit-core): chunk apply_batch puts/deletes at 128 by @abcxff in #5046
  • feat(rivetkit): add ConnectionMap readonly Map wrapper for actor connections by @abcxff in #5047
  • fix: wasm-pack build by @abcxff in #5048
  • fix(rivetkit): decode bridge errors with actor: null by @abcxff in #5056
  • feat(frontend): add serverless check when editing the runner config by @jog1t in #4961
  • fix(frontend): navigate only by using actor ids by @jog1t in #5023
  • fix(frontend): ns aware navigation by @jog1t in #5024
  • fix(frontend): 404 navigation issues by @jog1t in #5025
  • feat(frontend): improve runners errors ui by @jog1t in #5026
  • fix(frontend): build ladle correctly by @jog1t in #5027
  • feat(frontend): rbac token notice for the engine by @jog1t in #5028
  • refactor(frontend): better gateway errors by @jog1t in #5029
  • feat(frontend): allow local->staging tunnel in dev by @jog1t in #5030
  • refactor(frontend): datacenter aware provider configuration by @jog1t in #5031
  • fix(frontend): missing provider configuration right after adding it by @jog1t in #5032
  • refactor(forntend): improve providers table by @jog1t in #5033
  • feat(frontend): add provider icons by @jog1t in #5034
  • feat(frontend): allow creating serverfull instances during onboarding by @jog1t in #5035
  • chore: regenerate sdk by @jog1t in #5036
  • [slop]feat(frontend): enable compute, add historical logs by @abcxff in #5059
  • fix(frontend): entry deduplication by @jog1t in #5061
  • chore: regenerate sdk by @jog1t in #4964
  • feat(website): reposition landing around the agentic era + on-prem story by @NicholasKissel in #4968
  • fix(rivetkit): remove client-side connection request size check by @abcxff in #5057
  • fix(rivetkit): bind methods through createWriteThroughProxy by @abcxff in #4987
  • fix(workflow-engine): only commit step state after success by @abcxff in #5010
  • feat(frontend): redesign hub navigation, org creation, and project NUX by @NicholasKissel in #5064
  • fix(frontend): fix changelog display by @jog1t in #5076
  • fix(frontend): ensure onboarding checks are only for production namespace, improve caching by @jog1t in #5077
  • fix(frontend): missing skeleton view for actor names by @jog1t in #5078
  • fix(frontend): hover animation on project cards not moving billing badge by @jog1t in #5079
  • fix(frontend): navigation during open popover breaks closing animation by @jog1t in #5080
  • fix(frontend): re-layout members screen by @jog1t in #5081
  • refactor(frontend): unify settings pages by @jog1t in #5082
  • fix(frontend): custom actor icons not displaying by @jog1t in #5083
  • fix(frontend): dark mode issues on health check monitor by @jog1t in #5088
  • fix(frontend): remove create actor from context switcher by @jog1t in #5090
  • refactor(frontend): bring back the billing gauge by @jog1t in #5091
  • refactor(frontend): sleep/schedule/wake actions on actors by @jog1t in #5092
  • chore(website): add dashboard redesign changelog post by @NicholasKissel in #5094
  • feat(frontend): compute ui by @abcxff in #5084
  • chore: enable rivet compute docs by @abcxff in #5095
  • docs: prep for site by @abcxff in #5096
  • feat(frontend): feature flag compute by @abcxff in #5098
  • feat(website): add compute to sitemap by @abcxff in #5099
  • feat(frontend): rename profile to account and drop members from user dropdown by @NicholasKissel in #5101
  • fix(frontend): meaningful serverless metadata errors by @jog1t in #5102
  • fix(fontend): less monoscaped by @jog1t in #5103
  • fix(frontend): clickable namespaces in deployments table by @jog1t in #5104
  • fix(frontend): align log region column and disable selection on metadata by @jog1t in #5105
  • refactor(frontend): modify onboarding for rivet compute by @jog1t in #5106
  • refactor(frontend): runner_pool -> rivet_pool by @jog1t in #5107
  • feat(compute): add hello-world image and docker hub publish by @abcxff in #5108
  • chore: upgrade compute deploy to v1.1.1 by @abcxff in #5110
  • fix(frontend): compute ui tweaks by @abcxff in #5111
  • fix(frontend): compute deployments and onboarding polish by @abcxff in #5113
  • fix(frontend): group envoys versions by the pool name by @jog1t in #5117
  • fix(frontend): catch gateway errors in a correct format by @jog1t in #5118
  • fix(actions): compute hello world wf by @abcxff in #5109
  • 2.3.0 rc by @NathanFlurry in #5114
  • fix(rivetkit): fix BigInt serialization in inspector workflow history and state deserialization by @abcxff in #5058
  • fix(rivetkit): wire CancellationToken through waitForNamesAvailable to eliminate KV busy-polling by @abcxff in #5063
  • feat(workflow-engine): add retryOnTimeout opt-in for step timeout retries by @abcxff in #5089
  • chore(wasm-pack): upgrade wasm-pack to now-functioning v0.15.0 by @abcxff in #5125
  • fix(rivetkit): infer T from step/tryStep config object in workflow context wrapper by @abcxff in #5124
  • chore: add agent formatting hooks by @NathanFlurry in #5126
  • chore: remove tracked agent working files by @NathanFlurry in #5128
  • chore: remove graphite skill by @NathanFlurry in #5127
  • chore(website): add runtime capabilities to on-prem Enterprise Edition pricing by @NicholasKissel in #5129
  • chore: upstream ee by @NathanFlurry in #5130

Full Changelog: v2.3.0-rc.5...v2.3.0-rc.11

2.3.0-rc.10

01 Jun 21:29

Choose a tag to compare

2.3.0-rc.10 Pre-release
Pre-release

2.3.0-rc.9

29 May 22:03

Choose a tag to compare

2.3.0-rc.9 Pre-release
Pre-release

2.3.0-rc.8

28 May 22:44

Choose a tag to compare

2.3.0-rc.8 Pre-release
Pre-release

2.3.0-rc.7

28 May 20:41

Choose a tag to compare

2.3.0-rc.7 Pre-release
Pre-release

What's Changed

  • chore: update comment by @MasterPtato in #4966
  • chore(rivetkit): rewrite work registry + fix waituntil not preventing sleep by @NathanFlurry in #4990
  • chore(envoy-client): add envoy key tracing context by @NathanFlurry in #5002
  • fix(rivetkit): use unbounded actor channels by @NathanFlurry in #5003
  • refactor(metrics): split server metrics crate by @NathanFlurry in #5004
  • fix(sqlite): quiet startup database miss by @NathanFlurry in #5005
  • fix(rivetkit): preserve internal bridge errors by @NathanFlurry in #4993
  • fix(depot-client): only fatal sqlite vfs on fence mismatch by @NathanFlurry in #5007
  • fix(rivetkit): preserve query gateway skip ready wait by @NathanFlurry in #5008
  • chore(engine): roxiproxi tests by @NathanFlurry in #4864
  • feat(envoy-client): add ping health check by @MasterPtato in #5001
  • fix(rivetkit): remove async drizzle db proxy by @abcxff in #4984
  • chore(rivetkit): log inspector errors + standardize pino errorKey error by @abcxff in #4986
  • fix(pegboard): validate drain_grace_period < request_lifespan by @abcxff in #4998
  • fix(rivetkit-core): chunk apply_batch puts/deletes at 128 by @abcxff in #5046
  • feat(rivetkit): add ConnectionMap readonly Map wrapper for actor connections by @abcxff in #5047
  • fix: wasm-pack build by @abcxff in #5048
  • fix(rivetkit): decode bridge errors with actor: null by @abcxff in #5056
  • feat(frontend): add serverless check when editing the runner config by @jog1t in #4961
  • fix(frontend): navigate only by using actor ids by @jog1t in #5023
  • fix(frontend): ns aware navigation by @jog1t in #5024
  • fix(frontend): 404 navigation issues by @jog1t in #5025
  • feat(frontend): improve runners errors ui by @jog1t in #5026
  • fix(frontend): build ladle correctly by @jog1t in #5027
  • feat(frontend): rbac token notice for the engine by @jog1t in #5028
  • refactor(frontend): better gateway errors by @jog1t in #5029
  • feat(frontend): allow local->staging tunnel in dev by @jog1t in #5030
  • refactor(frontend): datacenter aware provider configuration by @jog1t in #5031
  • fix(frontend): missing provider configuration right after adding it by @jog1t in #5032
  • refactor(forntend): improve providers table by @jog1t in #5033
  • feat(frontend): add provider icons by @jog1t in #5034
  • feat(frontend): allow creating serverfull instances during onboarding by @jog1t in #5035
  • chore: regenerate sdk by @jog1t in #5036
  • [slop]feat(frontend): enable compute, add historical logs by @abcxff in #5059
  • fix(frontend): entry deduplication by @jog1t in #5061
  • chore: regenerate sdk by @jog1t in #4964
  • feat(website): reposition landing around the agentic era + on-prem story by @NicholasKissel in #4968
  • fix(rivetkit): remove client-side connection request size check by @abcxff in #5057
  • fix(rivetkit): bind methods through createWriteThroughProxy by @abcxff in #4987
  • fix(workflow-engine): only commit step state after success by @abcxff in #5010
  • feat(frontend): redesign hub navigation, org creation, and project NUX by @NicholasKissel in #5064
  • fix(frontend): fix changelog display by @jog1t in #5076
  • fix(frontend): ensure onboarding checks are only for production namespace, improve caching by @jog1t in #5077
  • fix(frontend): missing skeleton view for actor names by @jog1t in #5078
  • fix(frontend): hover animation on project cards not moving billing badge by @jog1t in #5079
  • fix(frontend): navigation during open popover breaks closing animation by @jog1t in #5080
  • fix(frontend): re-layout members screen by @jog1t in #5081
  • refactor(frontend): unify settings pages by @jog1t in #5082
  • fix(frontend): custom actor icons not displaying by @jog1t in #5083
  • fix(frontend): dark mode issues on health check monitor by @jog1t in #5088
  • fix(frontend): remove create actor from context switcher by @jog1t in #5090
  • refactor(frontend): bring back the billing gauge by @jog1t in #5091
  • refactor(frontend): sleep/schedule/wake actions on actors by @jog1t in #5092
  • chore(website): add dashboard redesign changelog post by @NicholasKissel in #5094
  • feat(frontend): compute ui by @abcxff in #5084
  • chore: enable rivet compute docs by @abcxff in #5095
  • docs: prep for site by @abcxff in #5096
  • feat(frontend): feature flag compute by @abcxff in #5098
  • feat(website): add compute to sitemap by @abcxff in #5099

Full Changelog: v2.3.0-rc.5...v2.3.0-rc.7

2.3.0-rc.6

22 May 18:48

Choose a tag to compare

2.3.0-rc.6 Pre-release
Pre-release

What's Changed

Full Changelog: v2.3.0-rc.5...v2.3.0-rc.6

2.2.2-rc.1

06 May 01:14

Choose a tag to compare

2.2.2-rc.1 Pre-release
Pre-release

Full Changelog: v2.2.1...v2.2.2-rc.1

2.3.0-rc.5

05 May 16:19

Choose a tag to compare

2.3.0-rc.5 Pre-release
Pre-release

What's Changed

Read more

2.3.0-rc.4

12 Apr 22:48

Choose a tag to compare

2.3.0-rc.4 Pre-release
Pre-release