Custom domains

image.png

You can now serve traffic from your own domains. If you’re a Pro customer and want to avoid sending requests to ascended-panda-420.convex.cloud every time, add a custom domain today by going to your Project Settings page.

Jamie recently talked about how he built his link shortener with custom domains.

Read the docs

New HTTP API endpoint to run functions

Sometimes, you may want to call an arbitrary function type in the path of a request URL as opposed to calling /api/query or /api/mutation.

Previously, your Convex API function names were only included in the request body and not the URL. You can now include them in the URLs with /api/run/{function}. This notably unblocks us to generate specs for you in the future… coming soon™

Read the docs

New project switcher UI

image.png

Small change to reduce the amount of misclicks in the project and deployment navigation.

Convex 1.14 released

We recently released Convex 1.14. Update by running: npm i convex@latest. Highlights:

Read the full update