Skip to content

Releases: adonisjs/core

Fix VineMultipartFile input types to accept File and Blob types

Choose a tag to compare

@github-actions github-actions released this 08 Jul 07:42
Immutable release. Only release title and notes can be modified.

7.3.5 (2026-07-08)

Bug Fixes

  • typing issues (6a7f3a2)
  • vine: accept File and Blob as input types for VineMultipartFile (0758f84)

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

Choose a tag to compare

@github-actions github-actions released this 05 Jun 05:02
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

Choose a tag to compare

@github-actions github-actions released this 19 May 11:03

7.3.3 (2026-05-19)

Full Changelog: v7.3.2...v7.3.3

Update dependencies

Choose a tag to compare

@github-actions github-actions released this 26 Apr 14:49

7.3.2 (2026-04-26)

Full Changelog: v7.3.1...v7.3.2

Preventing open-redirect vulnerabilities during referer based redirects

Choose a tag to compare

@github-actions github-actions released this 09 Apr 09:37

7.3.1 (2026-04-09)

Full Changelog: v7.3.0...v7.3.1

Allow make commands to override existing files via --force flag

Choose a tag to compare

@github-actions github-actions released this 28 Mar 09:53

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

Choose a tag to compare

@github-actions github-actions released this 26 Mar 16:30

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

New Contributors

Full Changelog: v7.1.1...v7.2.0

Fix indexEntities to create manifest file when `manifest.enabled` is true

Choose a tag to compare

@github-actions github-actions released this 18 Mar 10:58

7.1.1 (2026-03-18)

Bug Fixes

  • enable manifest explicitly (038fc87)

Full Changelog: v7.1.0...v7.1.1

Add JSONL route formatter for AI agents

Choose a tag to compare

@github-actions github-actions released this 18 Mar 10:43

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

Choose a tag to compare

@RomainLanz RomainLanz released this 04 Mar 13:43
v7.0.1
60ae7d2

Fixes

  • Removed hardcoded @next tags for AdonisJS packages.

Maintenances

  • Updated tests to keep CI stable.