Releases: adonisjs/core
Add legacy encryption driver for backward compatibility
Adds a new legacy encryption driver that maintains compatibility with the AdonisJS v6 encryption format.
Usage:
import { defineConfig, drivers } from '@adonisjs/core/encryption'
export default defineConfig({
default: 'legacy',
list: {
legacy: drivers.legacy({
keys: [env.get('APP_KEY')],
}),
},
})Migration path:
Use this driver to decrypt existing encrypted values from AdonisJS v6, then re-encrypt them with a modern driver (aes256gcm recommended) for improved security.
Update dependencies and allow encryption keys to include empty strings
7.0.0-next.24 (2026-01-17)
Features
- allow encryption keys to be empty strings within the array (539bd18)
Full Changelog: v7.0.0-next.23...v7.0.0-next.24
Breaking - Remove serialize method from HTTP context
7.0.0-next.23 (2026-01-10)
Since most of the projects building APIs would like to reformat the response returned by the API, we cannot ship with a static serialize method from the core. Instead, the starter kit will include an APISerializer with some defaults that can be overridden within the user-land.
Full Changelog: v7.0.0-next.22...v7.0.0-next.23
Update dependencies
7.0.0-next.22 (2026-01-10)
Full Changelog: v7.0.0-next.21...v7.0.0-next.22
Update dependencies
6.19.3 (2026-01-10)
Update dependencies
7.0.0-next.21 (2026-01-07)
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