Skip to content

Releases: adonisjs/application

Helpers to detect AI agent controlled process, tracing channels, and revamped assembler hooks

25 Feb 05:30

Choose a tag to compare

9.0.0 (2026-02-25)

Check 9.0.0 pre-releases to get a better sense of changes

BREAKING CHANGES

  • Assembler hooks are now defined inside the assembler package and the application
    package just exposes its types as it is. Also, the hooks have been renamed
  • Remove unstable_assembler property. Was deprecated a long time back.
  • Remove assetsBundler property. It's not used for a long time because of bundled Vite integration.
  • Rename assembler hooks names. They are now defined within the @adonisjs/assembler package and sourced directly from the package. See https://github.com/adonisjs/assembler/releases/tag/v8.0.0-next.0
  • Remove shutdownInReverseOrder experimental flag. As shutdown hooks are now always executed in reverse order.

Features

  • cleanup assembler hooks related code (a656453)
  • remove shutdownInReverseOrder experimental flag, as it is the default behavior (4e6304c)

What's Changed

New Contributors

Full Changelog: v8.4.1...v9.0.0

Tracing channels for preload files and generators for inertia page generation

24 Feb 04:56

Choose a tag to compare

9.0.0-next.16 (2026-02-24)

Features

  • add inertia page name and file name generators (8ab853f)
  • add tracing channels support for preload files (#39) (d0ebd77)
  • convert entity path segments using an overridable helper (0a655ed)

What's Changed

  • feat: add tracing channels support for preload files by @densetsuuu in #39

New Contributors

Full Changelog: v9.0.0-next.15...v9.0.0-next.16

Add support for replacing stubs content with rawContents

23 Jan 05:18

Choose a tag to compare

9.0.0-next.15 (2026-01-23)

Features

  • add support for replacing stub output with rawContents (f338790)

Full Changelog: v9.0.0-next.14...v9.0.0-next.15

Add supporting for detecting if the process is controlled by an AI agent

06 Jan 16:33

Choose a tag to compare

9.0.0-next.14 (2026-01-06)

Features

  • add AI coding agent detection properties (c632969)

Full Changelog: v9.0.0-next.13...v9.0.0-next.14

Update dependencies

06 Jan 09:30

Choose a tag to compare

Update dependencies Pre-release
Pre-release

9.0.0-next.13 (2026-01-06)

Full Changelog: v9.0.0-next.12...v9.0.0-next.13

Update dependencies

15 Dec 04:31

Choose a tag to compare

Update dependencies Pre-release
Pre-release

9.0.0-next.12 (2025-12-15)

Full Changelog: v9.0.0-next.11...v9.0.0-next.12

Update dependencies

14 Dec 15:55

Choose a tag to compare

Update dependencies Pre-release
Pre-release

9.0.0-next.11 (2025-12-14)

Full Changelog: v9.0.0-next.10...v9.0.0-next.11

Allow scannedRoutes hook

23 Oct 18:49

Choose a tag to compare

Pre-release

9.0.0-next.10 (2025-10-23)

Bug Fixes

  • allow routesScanned hook during rcFile validation (d7c6018)

Features

Full Changelog: v9.0.0-next.9...v9.0.0-next.10

Add hooks helpers to define assembler hooks without doing types gymnastics

26 Sep 13:02

Choose a tag to compare

9.0.0-next.9 (2025-09-26)

Features

  • add hooks helpers to define assembler hooks without doing types gymnastics (958925a)

Full Changelog: v9.0.0-next.8...v9.0.0-next.9

Add transformers to the list of directories

19 Sep 10:40

Choose a tag to compare

9.0.0-next.8 (2025-09-19)

Features

  • add transformers to the list of directories (accde3e)

Full Changelog: v9.0.0-next.7...v9.0.0-next.8