Releases: get-convex/convex-backend
Releases · get-convex/convex-backend
Precompiled 2025-03-27-5eaa77b
Add font-display: swap to docs font declarations (#35910) This PR adds the `font-display: swap` property to all GT America font-face declarations in the docs package's custom.css file. This change improves font loading behavior by displaying a fallback font immediately while the custom font is still loading, which improves perceived performance and prevents "invisible text" during page load. GitOrigin-RevId: 63e8080cf6fcbe17fc9afd59f9782e0451003215
Precompiled 2025-03-26-4a783fa
Add `mutation_queue_length` to log streams (#35826) Log `mutation_queue_length` in log streams to help folks debug high mutation latency due to lots of mutations in the queue. Co-Authored-By: [email protected] GitOrigin-RevId: ace6642d18fe1a80f6b42ed9a2ae1bc92671a0bc
Precompiled 2025-03-25-4d8a507
Merge Jest configs from dashboard and dashboard-common (#35821) Merge Jest configurations from `dashboard` and `dashboard-common` into a single configuration in the `dashboard` package. Having a single Jest root file is helpful when using the Jest VS Code extension. GitOrigin-RevId: ede2e8bbac5f63a80425e770bdf74a3af53df3f4
Precompiled 2025-03-24-9bab8b6
Update one more next location (#35794) GitOrigin-RevId: a40fa6f65b96239b2e740472ae43eff6cec8856b
Precompiled 2025-03-21-54b6736
precompiled-2025-03-21-54b6736 Update OSS precompile to also build an exported version of self-hoste…
Precompiled 2025-03-20-53ef6b2
use public ecr for bitnami postgres as well (#35681) GitOrigin-RevId: b74def6ed8bdc109d4c3479000b06266d34ad707
Precompiled 2025-03-19-0764757
Add #[must_use] to Subscription (#35616) GitOrigin-RevId: 771a32ff04284bbb0857a82749886ae7f9d0d54e
Precompiled 2025-03-18-8e05b5b
Update metrics on deploy key usage (#35518) We eventually want to fully deprecate legacy deploy keys. This metric previously grouped together system keys (which other Convex services use to talk to backends) with the legacy keys, so now these are split out. GitOrigin-RevId: 138866704b6a74e74578d1dadc3a01d24b6f25fa
Precompiled 2025-03-17-a90e5ad
Store WriteLog documents as a Vec<> instead of BTreeMap (#35496) this is a tiny optimization - BTreeMap is more expensive to construct & to iterate, and we don't ever need to do lookups GitOrigin-RevId: 18c551cc5ac55f22334f61b5d50f5dd67a9bfee6
Precompiled 2025-03-14-3b9d06d
Fix console warnings in `<UsageStackedBarChart />` (#35374) This dark magic fix was suggested by https://github.com/recharts/recharts/issues/1448#issuecomment-513480958 and it surprisingly works. GitOrigin-RevId: 039954c3afa354f7128e571157f8621272c9f460