v1.3.0
Release notes (since v1.2.3)
- Docker Compose deployment is reworked to split the stack into two services:
fastcve(API/CLI) andfastcve-db(PostgreSQL). - Added
fastcve-dbhealth check and updated startup flow so the app runs a prestart step before launching the API. - Database backup/restore workflow is now container-native via a host-mounted
./backupdirectory (/backupin the DB container), with updated documentation and commands. - Fixed version range filtering logic for searches using
version-start/version-end(correct inclusive/exclusive comparisons).
Full Changelog: v1.2.3...v1.3.0