Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: adonisjs/core

Add legacy encryption driver for backward compatibility

17 Jan 15:13

Choose a tag to compare

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

17 Jan 10:39

Choose a tag to compare

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

10 Jan 07:14

Choose a tag to compare

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

10 Jan 00:23

Choose a tag to compare

Update dependencies Pre-release
Pre-release

7.0.0-next.22 (2026-01-10)

Full Changelog: v7.0.0-next.21...v7.0.0-next.22

Update dependencies

10 Jan 01:16

Choose a tag to compare

Update dependencies

07 Jan 19:29

Choose a tag to compare

Update dependencies Pre-release
Pre-release

7.0.0-next.21 (2026-01-07)

Update health checks templates

07 Jan 10:27

Choose a tag to compare

Pre-release

7.0.0-next.20 (2026-01-07)

Bug Fixes

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

03 Jan 17:41

Choose a tag to compare

Release 7.0.0-next.19 Pre-release
Pre-release

7.0.0-next.19 (2026-01-03)

Features

  • include most config files and maintain an exclude list (737c740)

Security update

02 Jan 15:11

Choose a tag to compare

Security update Pre-release
Pre-release

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

02 Jan 15:42

Choose a tag to compare

6.19.2 (2026-01-02)

Security update for CVE-2026-21440 (GHSA-gvq6-hvvp-h34h)

Full Changelog: v6.19.1...v6.19.2