Releases: adonisjs/application
Releases · adonisjs/application
Helpers to detect AI agent controlled process, tracing channels, and revamped assembler hooks
Helpers to detect AI agent controlled process, tracing channels, and revamped assembler hooks
Latest
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_assemblerproperty. Was deprecated a long time back. - Remove
assetsBundlerproperty. It's not used for a long time because of bundled Vite integration. - Rename assembler hooks names. They are now defined within the
@adonisjs/assemblerpackage and sourced directly from the package. See https://github.com/adonisjs/assembler/releases/tag/v8.0.0-next.0 - Remove
shutdownInReverseOrderexperimental 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
- feat: preset system by @Julien-R44 in #35
- feat: add tracing channels support for preload files by @densetsuuu in #39
New Contributors
- @densetsuuu made their first contribution in #39
Full Changelog: v8.4.1...v9.0.0
Tracing channels for preload files and generators for inertia page generation
Pre-release
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
- @densetsuuu made their first contribution in #39
Full Changelog: v9.0.0-next.15...v9.0.0-next.16
Add support for replacing stubs content with rawContents
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
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
9.0.0-next.13 (2026-01-06)
Full Changelog: v9.0.0-next.12...v9.0.0-next.13
Update dependencies
9.0.0-next.12 (2025-12-15)
Full Changelog: v9.0.0-next.11...v9.0.0-next.12
Update dependencies
9.0.0-next.11 (2025-12-14)
Full Changelog: v9.0.0-next.10...v9.0.0-next.11
Allow scannedRoutes hook
9.0.0-next.10 (2025-10-23)
Bug Fixes
- allow routesScanned hook during rcFile validation (d7c6018)
Features
- use Node 24 (35796a7)
Full Changelog: v9.0.0-next.9...v9.0.0-next.10
Add hooks helpers to define assembler hooks without doing types gymnastics
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
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