Releases: adonisjs/core
Releases · adonisjs/core
Release list
Fix VineMultipartFile input types to accept File and Blob types
Immutable
release. Only release title and notes can be modified.
7.3.5 (2026-07-08)
Bug Fixes
What's Changed
- chore(deps): bump pnpm/action-setup from 4 to 6 by @dependabot[bot] in #5116
- chore(deps): bump actions/setup-node from 4.4.0 to 6.4.0 by @dependabot[bot] in #5117
- chore(deps): bump actions/stale from 9 to 10 by @dependabot[bot] in #5118
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #5119
- chore(deps): bump adonisjs/core/.github/workflows/test.yml from 7.3.3 to 7.3.4 by @dependabot[bot] in #5120
Full Changelog: v7.3.4...v7.3.5
Fix legacy encryption driver iv encoding issue
Immutable
release. Only release title and notes can be modified.
7.3.4 (2026-06-05)
Bug Fixes
- encryption: make Legacy driver a true drop-in for old encrypter (9c3523f)
What's Changed
- chore: harden release workflow for supply-chain security by @thetutlage in #5113
Full Changelog: v7.3.3...v7.3.4
Update dependencies
7.3.3 (2026-05-19)
Full Changelog: v7.3.2...v7.3.3
Update dependencies
7.3.2 (2026-04-26)
Full Changelog: v7.3.1...v7.3.2
Preventing open-redirect vulnerabilities during referer based redirects
7.3.1 (2026-04-09)
Full Changelog: v7.3.0...v7.3.1
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.