Releases: get-convex/convex-backend
Releases · get-convex/convex-backend
Precompiled 2025-11-13-93422a0
Get rid of TableNamespace::TODO() (#42990) GitOrigin-RevId: 61760db83b4ffbabcc6a6729bd13e43083cae62b
Precompiled 2025-11-13-0126dc9
Get rid of TableNamespace::TODO() (#42990) GitOrigin-RevId: 61760db83b4ffbabcc6a6729bd13e43083cae62b
Precompiled 2025-11-12-0c77fb5
[Components] Remove the non-components push path (#42972) We put out a release ~2 weeks ago that moved all customers to the new push path. The rollout has gone smoothly, so we can delete the old path now. We will only have to maintain one path now! GitOrigin-RevId: 62a1841a97cfd5005da6176f774986ae402b93ff
Precompiled 2025-11-11-dcae54b
precompiled-2025-11-11-dcae54b Add a smoke test for preventing deletion of large indexes on deploy (…
Precompiled 2025-11-10-da4713e
precompiled-2025-11-10-da4713e dashboard: UI for configuring including storage in cloud backups (#42…
Precompiled 2025-11-10-d16c77d
Update changelog (#42925) GitOrigin-RevId: a8a1ac10ae68729802bfe03c08edb62a1d6e0aad
Precompiled 2025-11-08-74d18f9
Lower document retention from 80 days to 79 days (#42911) GitOrigin-RevId: 72f9095d90cdbe3432ef74b021d3c203ddb93b9b
Precompiled 2025-11-08-348f49e
Make SchedulerModel::list test only (#42872) GitOrigin-RevId: 1480faa5e85921b4d153d637f796da9afc6d581c
Precompiled 2025-11-07-5396eba
Move ConductorState->AppState conversion to an extractor (#42840) Introduces a new extractor `MtState`, which acts like the `State` extractor but is overridable. Also, use it in the actions middleware using `middleware::from_fn_with_state` rather than attaching the state using an extension. This is more typesafe than using extensions. GitOrigin-RevId: bee2c9bee725774ca9c8b3765474c13cdf0fe423
Precompiled 2025-11-07-05edb8d
precompiled-2025-11-07-05edb8d support configuring whether cloud backups include storage in big brai…