github adonisjs/core v7.0.0-next.15
New encryption module, client manifest file generation and ability to add/configure multiple packages

pre-releaseone day ago

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

Don't miss a new core release

NewReleases is sending notifications on new releases.