Never miss a release that matters

AI-powered summaries of every GitHub release.

AI Summaries

Changelogs condensed into clear, actionable insights.

Always Free

Track up to 5 packages at no cost, forever.

Weekly Digest

A curated summary of every release, delivered weekly.

Get Started Free
adonis-frameworkv7.x
9 releases

TL;DR

This release updates core dependencies, improving stability and security for AdonisJS applications.

Fixes Worth Knowing

  • Updated underlying packages to address potential security vulnerabilities.
  • Dependency updates resolve reported issues with compatibility and performance.
adonis-frameworkv7.xprerelease
30 releases

TL;DR

Adonis now supports AES-SIV encryption (symmetric encryption) for enhanced data security, and form helpers are more flexible.

New

  • AES-SIV Encryption: Adds a new encryption algorithm for secure data handling.
  • Flexible Form Helpers: The formAttributes helper now works without requiring a specified form method.

Fixes Worth Knowing

None.

Before You Upgrade

No specific action is needed for this upgrade.

v7.0.0-next.28Security update
Feb 5, 2026
v7.0.0-next.22Update dependencies
Jan 10, 2026
v7.0.0-next.21Update dependencies
Jan 7, 2026
Jan 7, 2026
v7.0.0-next.19Release 7.0.0-next.19
Jan 3, 2026
v7.0.0-next.18Security update
Jan 2, 2026
v7.0.0-next.17Update packages
Dec 29, 2025
v7.0.0-next.10Update dependencies
Nov 8, 2025
Oct 19, 2025
adonis-frameworkv6.x
36 releases

TL;DR

Adonis applications must be updated to address critical security vulnerabilities (CVE-2026-25754 & CVE-2026-25762) that could allow for remote code execution.

Breaking

  • No breaking changes.

New

  • i18n (Internationalization): A new command simplifies publishing localization (translation) templates for multi-language support.

Fixes Worth Knowing

  • No fixes worth knowing.

Before You Upgrade

  • Immediately upgrade to this version to mitigate the identified security risks.
Feb 5, 2026
Jan 10, 2026
Jan 2, 2026
Oct 31, 2025
Feb 13, 2025
Jan 12, 2025
Dec 1, 2024
Nov 28, 2024
Oct 9, 2024
Jun 2, 2024
Apr 16, 2024
Apr 15, 2024
Mar 31, 2024
Feb 26, 2024
Jan 26, 2024
v6.2.0
Jan 8, 2024
adonis-frameworkv6.xprerelease
45 releases

TL;DR

AdonisJS now includes importAll (REPL helper) and isCuid (CUID validation) for improved development workflows.

Breaking

  • installPackages and listPackagesToInstall methods have moved from ConfigureCommand to Codemods (package configuration).
  • The container:resolved event has been renamed to container_binding:resolved (event naming).

New

  • importAll (REPL tool) allows importing all TypeScript files from a directory.
  • isCuid (validation function) checks if a string is a valid CUID.

Fixes Worth Knowing

  • Import paths in generated files now use Unix-style slashes, resolving potential issues on Windows.
  • make:middleware now correctly registers nested middleware.

Before You Upgrade

  • Update any packages that directly use installPackages or listPackagesToInstall from ConfigureCommand.
  • Update event listeners using the old container:resolved event name to container_binding:resolved.
Dec 25, 2023
Oct 19, 2023
Oct 19, 2023
Oct 18, 2023
Sep 6, 2023
Aug 23, 2023
Aug 22, 2023
v6.1.5-22Bug fixes
Aug 22, 2023
Aug 22, 2023
Aug 21, 2023
Aug 1, 2023
Aug 1, 2023
Jul 22, 2023
Jul 20, 2023
Jul 12, 2023
Mar 10, 2023
Feb 20, 2023
Feb 20, 2023
adonis-frameworkv5.x
50 releases

TL;DR

Adonis now supports Vite (a build tool) as an asset manager driver, offering a faster and more modern approach to front-end compilation.

New

  • Vite Support: Integrate Vite for improved asset bundling and development experience.

Fixes Worth Knowing

None.

Before You Upgrade

No action needed. The Vite driver is functional but still under development.

Nov 10, 2022
Oct 17, 2022
Oct 7, 2022
Aug 9, 2022
Jun 24, 2022
May 26, 2022
May 18, 2022
Apr 14, 2022
Apr 13, 2022
Apr 10, 2022
Apr 8, 2022
Mar 26, 2022
Mar 26, 2022
Mar 4, 2022
Dec 7, 2021
Oct 11, 2021
Aug 30, 2021
v5.3.0Add drive
Aug 29, 2021
Jul 29, 2021
Jul 23, 2021
Jul 3, 2021
Mar 25, 2021
Mar 25, 2021
adonis-frameworkv-1.x
26 releases

TL;DR

Adonis now exports the Exception class as a standalone module, simplifying error handling and allowing for more flexible integrations with external tools.

Breaking

  • Exception class is now exported from a standalone module (requires updating import statements).

New

  • Static file serving now correctly flushes headers (improves web server compatibility).

Fixes Worth Knowing

  • Correctly handles cancelled prompts (prevents unexpected behavior in CLI tools).

Before You Upgrade

  • Update your import statements to reflect the new standalone Exception module.
Feb 15, 2021
Feb 14, 2021
Nov 28, 2020
v5.0.4-preview-rc-2Publish under alpha tag
Oct 24, 2020
Oct 21, 2020
Oct 20, 2020
Oct 14, 2020
Oct 13, 2020
v5.0.2-beta-rc-4Fixing types
Oct 11, 2020
Oct 10, 2020
v5.0.0-preview-rc-1.12Updating underlying packages
Aug 28, 2020
v5.0.0-preview-rc-1.11Fix for v5.0.0-preview-rc-1.10
Jul 27, 2020
Jul 27, 2020
v5.0.0-preview-rc-1.9Updating validator version
Jun 22, 2020
v5.0.0-preview-rc-1.8Fix for env caching issue
Jun 22, 2020
Jun 19, 2020
May 14, 2020
Apr 29, 2020
vv5.0.0-preview-rc-1.4Updating underlying dependencies
Apr 27, 2020
vv5.0.0-preview-rc-1.2Fixes to adonisjs instructions
Apr 18, 2020
v5.0.0-preview-rc-1.1Fixing path to stub files
Apr 18, 2020
adonis-frameworkv5.xprerelease
5 releases

TL;DR

AdonisJS applications must now use the updated validator package, as the request.validate method has been corrected to align with its changes.

Breaking

  • request.validate (input validation) – Requires updating the validator package to function correctly.

Fixes Worth Knowing

  • Input validation using request.validate now functions as expected with the latest validator package.

Before You Upgrade

  • Update your project’s validator package to the latest version before upgrading AdonisJS.
adonis-frameworkv2.x
49 releases

TL;DR

Adonis now includes built-in health checks (system status monitoring) and a command to generate application keys, improving application observability and security.

Breaking

  • dontReport renamed to ignoreCodes (configuration property change).

New

  • Health Checks: New base checkers provide a starting point for monitoring application health.
  • Key Generation: The generate:key command simplifies creating a secure application key.

Fixes Worth Knowing

  • Improved error messages when using the assembler (build tool) without installation.
  • Content negotiation in HTTP exception handling is more robust.

Before You Upgrade

  • Update any configuration files using the old dontReport property to use ignoreCodes instead.
Feb 14, 2020
Feb 6, 2020
Nov 25, 2019
Nov 22, 2019
Oct 18, 2019
Sep 10, 2019
Sep 10, 2019
Aug 17, 2019
Jul 27, 2019
Jul 12, 2019