Skip to content

Releases: get-convex/convex-backend

Precompiled 2025-11-26-8c66bd2

26 Nov 02:55

Choose a tag to compare

Pre-release
dashboard: show webhook log streaming hmac secret (#43417)

GitOrigin-RevId: 3d6c6c1e910ca6c95d53cf9f042520777b5e3e35

Precompiled 2025-11-26-6a2fac1

26 Nov 00:20

Choose a tag to compare

Pre-release
Add suggestion to use --replace-all in case of table conflicts (#43557)

I suspect that some people are using `--replace` to import backups when they really want `--replace-all`.
This can lead to table conflict errors that would not happen in ReplaceAll mode.

GitOrigin-RevId: ba0fd7686c509c2b965a1e5068fbb6a8592158dd

Precompiled 2025-11-25-f765835

25 Nov 22:44

Choose a tag to compare

Pre-release
Use plain FORCE INDEX in PREV_REV_CHUNK_QUERIES (#43551)

GitOrigin-RevId: 1fb6b66e1d07b24a714a50a5d81e9feacc132a61

Precompiled 2025-11-25-4c81e5f

25 Nov 04:55

Choose a tag to compare

Pre-release
Only use CACHE_BREAKER_ARGS for componentQuery (#43522)

GitOrigin-RevId: f6125828933b2f643d470a0c161c757f34669750

Precompiled 2025-11-25-109abc7

25 Nov 01:42

Choose a tag to compare

Pre-release
dashboard: revert experimental pagination changes (#43502)

GitOrigin-RevId: a882bbacf247e4054daeb7483cc3287687f4cb2e

Precompiled 2025-11-25-049493b

25 Nov 04:00

Choose a tag to compare

Pre-release
load generator: fix scenarios (#43517)

GitOrigin-RevId: ebac0d547d08638b426ebc86fdd1068e24990813

Precompiled 2025-11-24-e50aa0a

24 Nov 22:04

Choose a tag to compare

Pre-release
codemod: fix build process to handle import alias (#43476)

GitOrigin-RevId: f27ab9257d98d43e8689a401b9aa3276fda8e46e

Precompiled 2025-11-22-73af2f4

22 Nov 01:06

Choose a tag to compare

Pre-release
Stop using a FollowerRetentionManager in database bootstrap (#43443)

Using FollowerRetentionManager needlessly makes database initialization (`DatabaseSnapshot::load`)
and retention workers slower because they repeatedly query persistence globals to get the
current snapshot timestamps, even though we hold the lease and are the only writer.

We can instead make everything use LeaderRetentionManager by splitting up its initialization into
two parts - one that reads the initial snapshot bounds & returns a usable RetentionValidator,
then a second part that actually launches the retention workers.

GitOrigin-RevId: cb8aef3f6349eafdd0efd73115b6bffcf242689e

Precompiled 2025-11-21-717fe22

21 Nov 02:37

Choose a tag to compare

Pre-release
Classify invalid component path errors. (#43409)

This classifies them as user errors - to propagate error back to client

GitOrigin-RevId: 79e7565ca24bc5e2eb85c55edd461d16e5e3f0a2

Precompiled 2025-11-21-4cadbb2

21 Nov 06:12

Choose a tag to compare

Pre-release
Up the retries for aws storage (#43432)

GitOrigin-RevId: a7b347f83c0d35916a05f159db96897c1307df48