Skip to content

v1.3.0

Choose a tag to compare

@binareio binareio released this 02 Jan 17:08
· 1 commit to main since this release

Release notes (since v1.2.3)

  • Docker Compose deployment is reworked to split the stack into two services: fastcve (API/CLI) and fastcve-db (PostgreSQL).
  • Added fastcve-db health 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 ./backup directory (/backup in 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