Skip to content

1.6.4-beta

Latest

Choose a tag to compare

@Uanela Uanela released this 12 Jun 08:26
· 8 commits to main since this release

New Features

  • Build-time server validation: arkos build now briefly starts your server after building to catch startup errors (e.g. missing required env vars) before declaring the build successful. Failed builds now exit with a clear error.
  • Custom permission error messages: set a custom errorMessage per auth action/resource; permission-denied responses use your custom message, with an improved default fallback (e.g. "You cannot perform create for users").

Fixes

  • Swagger/OpenAPI custom server URLs are now only prioritized in production.
  • Fixed file upload URL matching to correctly handle special characters in upload routes/filenames.
  • Email service now correctly passes through all custom email configuration options to the mail transport.
  • Fixed an issue where NODE_ENV=test could be unintentionally overwritten during builds.

Dependency Updates

  • Updated nitro, Docusaurus, nodemailer, multer, and various other dependencies to their latest versions.