Snapshot export and import now include file storage, and the import pipeline scales to handle gigabytes of data. Preview deployments gain data seeding so test environments start populated, and console.time() support helps profile function performance.
Product Release February 7, 2024
Convex 1.9
convex v1.9
Convex Team
Published on February 7, 2024
Overview
Included Features (5)
#41
File Storage in Snapshot Export/Import
Snapshot export and import now include file storage. Atomic import preserves id and creationTime for files.
Completed
#42
Scalable Import (Gigabytes Support)
Import pipeline revamped to handle gigabytes of documents and files with progress messages.
Completed
#43
Preview Deployment Data Seeding
'npx convex import --preview-name' allows seeding data in preview deployments.
Completed
#44
console.time() Support
console.time()/console.timeEnd() now works in all function types for measuring execution timing.
Completed
#45
npx convex logs --history
Print past logs from the CLI with optional count limit. All logs now include timestamps.
Completed