Skip to content

Tags: fabiodalez-dev/Cimaise

Tags

v1.4.0

Toggle v1.4.0's commit message
Cimaise v1.4.0

v1.1.0

Toggle v1.1.0's commit message
chore: bump version to 1.1.0

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v1.0.2

Toggle v1.0.2's commit message
fix(mysql): remove CHECK constraint incompatible with MySQL 8.0.16+

MySQL 8.0.16+ doesn't allow CHECK constraints on columns that have
foreign keys with referential actions (ON DELETE SET NULL).
The business rule "only template_id OR custom_template_id can be set"
is now enforced in the application layer instead.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v1.0.1

Toggle v1.0.1's commit message
fix(updater): fail on incomplete update packages instead of warning

Package validation now throws exception when required files are missing
(version.json, app, public) instead of just logging a warning and
returning success. Prevents installing corrupted or incomplete updates.