Releases: adonisjs/core
Releases · adonisjs/core
Release list
Update dependencies
Update dependencies
Update health checks templates
7.0.0-next.20 (2026-01-07)
Bug Fixes
- types (c792727)
Features
- update health check stub to have handlers for livness and readiness (fe021ad)
Full Changelog: v7.0.0-next.19...v7.0.0-next.20
Release 7.0.0-next.19
7.0.0-next.19 (2026-01-03)
Features
- include most config files and maintain an exclude list (737c740)
Security update
7.0.0-next.18 (2026-01-02)
Security update for CVE-2026-21440 (GHSA-gvq6-hvvp-h34h)
Bug Fixes
- correct debug messages for aes256cbc and aes256gcm encryption drivers (886ea34)
Full Changelog: v7.0.0-next.17...v7.0.0-next.18
Security update
6.19.2 (2026-01-02)
Security update for CVE-2026-21440 (GHSA-gvq6-hvvp-h34h)
Full Changelog: v6.19.1...v6.19.2
Update packages
Add InferEncryptors type helper and repl helper to load urlBuilder
7.0.0-next.16 (2025-12-19)
Bug Fixes
Features
- add InferEncryptors type helper and cleanup types (9991c83)
- add repl helper for url builder (a73e9a7)
Full Changelog: v7.0.0-next.15...v7.0.0-next.16
New encryption module, client manifest file generation and ability to add/configure multiple packages
New encryption module, client manifest file generation and ability to add/configure multiple packages
Pre-release
Pre-release
7.0.0-next.15 (2025-12-15)
Bug Fixes
- test utils cookie client creation 30473d4
Features
- add support for multiple packages in
add(#5021) a4149ed, closes #5021 - data output file to reference client manifest 22ffa1f
- generate config and adonisrc.ts manifest file in frontend types 294266c
- integrate boringnode/encryption package c5f5e7f
- only include the auth file inside the frontend manifest a1202bf
BREAKING CHANGES
- The container binding encryption now returns an instance
of the EncryptionManager and not the Encryption class. This is because we now
allow for multiple Encryptors to exist in a project.
Also removed appKey in favor of dedicated config/encryption.ts file
What's Changed
- feat: add support for multiple packages in add by @Julien-R44 in #5021
Full Changelog: v7.0.0-next.14...v7.0.0-next.15
Make output types work seamless with projects following DDD folder structure
Pre-release
7.0.0-next.14 (2025-12-11)
Features
What's Changed
- feat: add skipSegments option + default values for indexers by @Julien-R44 in #5020
Full Changelog: v7.0.0-next.13...v7.0.0-next.14