Skip to content

Releases: adonisjs/core

Update dependencies

Choose a tag to compare

@github-actions github-actions released this 10 Jan 01:16

6.19.3 (2026-01-10)

Update dependencies

Update dependencies Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Jan 19:29

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

Update health checks templates

Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Jan 10:27

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

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

Choose a tag to compare

@github-actions github-actions released this 03 Jan 17:41

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

Features

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

Security update

Security update Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jan 15:11

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

Choose a tag to compare

@github-actions github-actions released this 02 Jan 15:42

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

Update packages Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Dec 09:02

7.0.0-next.17 (2025-12-29)

Full Changelog: v7.0.0-next.16...v7.0.0-next.17

Add InferEncryptors type helper and repl helper to load urlBuilder

Choose a tag to compare

@github-actions github-actions released this 19 Dec 02:19

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

Choose a tag to compare

@github-actions github-actions released this 15 Dec 12:26

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

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

Make output types work seamless with projects following DDD folder structure

Choose a tag to compare

@github-actions github-actions released this 11 Dec 09:42

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

Features

  • add skipSegments option + default values for indexers (#5020) 337b233, closes #5020

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