Releases: get-convex/convex-backend
Releases · get-convex/convex-backend
Precompiled 2025-02-13-b3920c4
precompiled-2025-02-13-b3920c4 dashboard: show an overlay when self-hosted dashboard is offline (#34…
Precompiled 2025-02-12-2bf4932
precompiled-2025-02-12-2bf4932 validate `previous_revisions` timestamp is within document retention …
Precompiled 2025-02-11-2ed5fe1
precompiled-2025-02-11-2ed5fe1 support self-host env variables and flags in regular `npx convex dev|…
Precompiled 2025-02-10-5aedcf9
Docs: Cookie banner fix (#34163) Fixes a bug with the cookie banner. GitOrigin-RevId: ab6ec931d34683e7374788656c58962f78afc6dc
Precompiled 2025-02-07-54050ec
Local dev docs (#33477) These are *not yet accurate* because disable-local-dev, --local being semi-permanent, and opt-in at new project have not landed. GitOrigin-RevId: bab451cff1e71cce6a056a920ad7f522fce416ff
Precompiled 2025-02-06-f900492
Update self hosting docs to include running docker w/postgres (#34122) GitOrigin-RevId: 147be320be8499e9466d3220431b9fb5b50ef152
Precompiled 2025-02-05-1d36eee
Disable PostHog debug mode (#34066) Prevents debug logging for analytics from appearing in the console. GitOrigin-RevId: c1da182f43e2c564bbfcbcf81265a9490ebad63c
Precompiled 2025-02-04-7d6e1db
Improve local_backend and self-hosted readmes (#34006) Reorder / change tone / encourage self-hosting and docker GitOrigin-RevId: 24770f3eb7dca96d45eb7565d1671a61393385e2
Precompiled 2025-02-03-2da5268
Update lingoes (#33873) GitOrigin-RevId: cb2eaf56d0e95f8763d66f6e464fa0d5a60e2846
Precompiled 2025-01-31-e52353b
proof of concept for `npx convex self-host` (#33831) create a proof of concept for an `npx convex self-host` subcommand, with `npx convex self-host dev` beneath it. eventually we should put lots of other commands beneath it too. To avoid code duplication, move the deployment-agnostic code to `devAgainstDeployment`, and deployment-agnostic CLI options to our `Command.prototype` override, and deployment-agnostic CLI option validation to `validateDevOptions`. Thus all of the shared functionality can use shared code. GitOrigin-RevId: 0a0f330c35e306f631cd9fae4fcff77b1625963e