Skip to content

v0.5.1

Choose a tag to compare

@masoncfrancis masoncfrancis released this 25 Jul 22:23
039e73d

v0.5.1 — Import Resiliency

This release focuses on making backup imports more robust and user-friendly. It builds on features introduced in v0.5.0.

IMPORTANT: Please follow the breaking change instructions in the v0.5.0 release notes if you are upgrading from v0.4.x or earlier.

Added

  • Pre-import validation (structure, duplicate IDs) before any DB operations
  • Client-side UI feedback for import success/error states
  • Comprehensive test coverage for import validation, handler, DB logic, and legacy imports
  • OpenAPI spec updates for new import endpoints

Changed

  • Refactored import overlay into a reusable ImportOverlay component
  • Improved import file structure validation
  • Various dependency upgrades

Fixed

  • Various import edge cases and error handling paths
  • Import errors from sqlite to postgres instances