Releases: adonisjs/core
Releases · adonisjs/core
Allow make commands to override existing files via --force flag
7.3.0 (2026-03-28)
Features
- add --force flag to all make commands (bb90a45)
Full Changelog: v7.2.0...v7.3.0
Safe timing helpers, vine.create usage in validator stub and create building using custom tsconfig file
7.2.0 (2026-03-26)
Bug Fixes
- replace vine.compile with vine.create in validator stub (#5082) (487246a)
- update validator test to use vine.create (9d7c8fc)
Features
- allow passing custom tsconfig path to the build command (7e12fa4), closes #5083
- allow passing custom ui instance to codemods (8cbb2c1)
- safe timing helper (#5080) (5793b1f)
What's Changed
- fix: replace vine.compile with vine.create in validator stub by @FlorianV85 in #5082
- feat: safe timing helper by @Julien-R44 in #5080
New Contributors
- @FlorianV85 made their first contribution in #5082
Full Changelog: v7.1.1...v7.2.0
Fix indexEntities to create manifest file when `manifest.enabled` is true
Add JSONL route formatter for AI agents
7.1.0 (2026-03-18)
Bug Fixes
- linting and formatting issues (936b778)
Features
- add JSONL route formatter for AI agents and improve command descriptions (b59a82b)
- auto-select JSON output for list command when running in AI agent (f8d58a0)
Full Changelog: v7.0.1...v7.1.0
Drop hardcoded @next package tags
Fixes
- Removed hardcoded @next tags for AdonisJS packages.
Maintenances
- Updated tests to keep CI stable.
Type-safe URL builder, barrel files, tooling for e2e type-safety and much more 🚀
7.0.0 (2026-02-25)
Features
- add comments to auto-generated files (9ce40a3)
- export http helpers (0f84231)
- index entities allow custom path for inertia middleware (cbf4516)
What's Changed
- feat: add skipSegments option + default values for indexers by @Julien-R44 in #5020
- feat: add support for multiple packages in add by @Julien-R44 in #5021
- feat: add tryValidateUsing to HttpRequest by @ThisIsMissEm in #5034
- fix: register terminating() callback before command exec by @Julien-R44 in #5038
- feat(encryption): add AES-SIV support and legacy blind-index errors by @RomainLanz in #5044
- Index entities custom inertia middleware by @tom-brulin in #5048
New Contributors
- @ThisIsMissEm made their first contribution in #5034
- @tom-brulin made their first contribution in #5048
Full Changelog: v6.19.0...v7.0.0
Add AES-SIV encryption and formAttributes helper works without the form method
Pre-release
7.0.0-next.29 (2026-02-14)
Features
- allow formAttributes method to work without accepting a method (cfa5e88)
- encryption: add AES-SIV support and legacy blind-index errors (#5044) (b85978c)
What's Changed
- feat(encryption): add AES-SIV support and legacy blind-index errors by @RomainLanz in #5044
Full Changelog: v7.0.0-next.28...v7.0.0-next.29
Security update
7.0.0-next.28 (2026-02-05)
Security update for CVE-2026-25754 (GHSA-f5x2-vj4h-vg4c) & CVE-2026-25762 (GHSA-xx9g-fh25-4q64).
Security update
6.20.0 (2026-02-05)
Security update for CVE-2026-25754 (GHSA-f5x2-vj4h-vg4c) & CVE-2026-25762 (GHSA-xx9g-fh25-4q64).
Features
Add tryValidateUsing to not throw an error on validation exception
7.0.0-next.27 (2026-02-01)
Bug Fixes
Features
What's Changed
- feat: add tryValidateUsing to HttpRequest by @ThisIsMissEm in #5034
- fix: register terminating() callback before command exec by @Julien-R44 in #5038
New Contributors
- @ThisIsMissEm made their first contribution in #5034
Full Changelog: v7.0.0-next.26...v7.0.0-next.27