Releases
This document outlines notable releases for the framework core and the ecosystem packages maintained by the AdonisJS core team.
| Package | Change | Released on | 
|---|---|---|
            
              @adonisjs/repl@v4.1.1
            
           | 
          Update dependencies. | Aug 15, 2025 | 
            
              @adonisjs/eslint-config@v2.1.2
            
           | 
          Remove @stylistic/eslint-plugin-ts in favor of @stylistic/eslint-plugin. | Aug 8, 2025 | 
            
              @adonisjs/lucid@v21.8.0
            
           | 
          Use natural sort when executing seeders and display migration filename during error in compact mode. | Jul 22, 2025 | 
            
              @adonisjs/cache@1.3.0
            
           | 
          `cache:prune` and database migration. | Jul 20, 2025 | 
            
              @adonisjs/i18n@2.2.2
            
           | 
          Resolve otherField from translations. | Jul 16, 2025 | 
            
              @adonisjs/auth@v9.4.2
            
           | 
          Update dependencies. | Jul 15, 2025 | 
            
              @adonisjs/core@v6.19.0
            
           | 
          Export VineMultipartClass for extending and fix multipart file serialization issue. | Jun 17, 2025 | 
            
              @adonisjs/http-server@v7.7.0
            
           | 
          Do not clone rich data types when creating original body copy. | Jun 17, 2025 | 
            
              @adonisjs/bouncer@3.1.6
            
           | 
          Fix types inference for policies wrapper `AuthorizerResponse` inside a `Promise`. | Jun 9, 2025 | 
            
              @adonisjs/tsconfig@v1.4.1
            
           | 
          Re-publish to overwrite release made from the tooling-config monorepo. | May 29, 2025 | 
            
              @adonisjs/application@v8.4.1
            
           | 
          Move Feature flags implementation to its own class. | May 15, 2025 | 
            
              @adonisjs/bodyparser@v10.1.0
            
           | 
          Allow merging multipart fields and files. | May 15, 2025 | 
            
              @adonisjs/hash@v9.1.1
            
           | 
          Explicitly support argon version 0.43.0. | May 14, 2025 | 
            
              @adonisjs/limiter@v2.4.0
            
           | 
          Add support for SQLite. | Apr 15, 2025 | 
            
              @adonisjs/shield@8.2.0
            
           | 
          Generate CSRF token even when the validation has failed. | Mar 25, 2025 | 
            
              @adonisjs/drive@v3.4.1
            
           | 
          Improvements to file.moveToDisk method. | Mar 19, 2025 | 
            
              @adonisjs/env@v6.2.0
            
           | 
          Introduce defineIdentifier and defineIdentifierIfMissing methods. | Mar 19, 2025 | 
            
              @adonisjs/inertia@3.1.1
            
           | 
          Update svelte starter kit + Fix callback props typing. | Mar 7, 2025 | 
            
              @adonisjs/ally@5.1.0
            
           | 
          Add LinkedIn openID connect driver. | Mar 2, 2025 | 
            
              @adonisjs/redis@v9.2.0
            
           | 
          Add support for defining multiple listeners on a pub-sub channel. | Feb 7, 2025 | 
            
              @adonisjs/session@v7.5.1
            
           | 
          Update dependencies. | Jan 16, 2025 | 
            
              @adonisjs/presets@v2.6.4
            
           | 
          Fix auth stub to import InferAuthenticators. | Dec 18, 2024 | 
            
              @adonisjs/vite@v4.0.0
            
           | 
          Vite 6 Support. | Dec 14, 2024 | 
            
              @adonisjs/ace@v13.3.0
            
           | 
          Allow exceptions to self handle themselves. | Oct 9, 2024 | 
            
              @adonisjs/transmit@v2.0.2
            
           | 
          Fix returning function on unsubscribe. | Sep 25, 2024 | 
            
              @adonisjs/core@v6.14.0
            
           | 
          Add support for dd and dump helpers. | Sep 21, 2024 | 
            
              @adonisjs/hash@v9.0.5
            
           | 
          Fix parameters order of Argon2 hash. | Sep 20, 2024 | 
            
              @adonisjs/core@v6.13.1
            
           | 
          Keep APP_KEY as an empty value within the .env.example file. | Sep 11, 2024 | 
            
              @adonisjs/presets@v2.6.3
            
           | 
          Generate SilentAuth middleware. | Sep 11, 2024 | 
            
              @adonisjs/core@v6.13.0
            
           | 
          Use Ace Kernel errorHandler when running commands. | Sep 5, 2024 | 
            
              @adonisjs/assembler@v7.8.2
            
           | 
          Bug fix after migrating execa. | Sep 3, 2024 | 
            
              @adonisjs/assembler@v7.8.0
            
           | 
          Add yarn berry and ts-node-maintained support. | Sep 1, 2024 | 
            
              @adonisjs/eslint-config@v2.0.0-beta.0
            
           | 
          Beta release of config preset for ESLint 9 and above. | Aug 21, 2024 | 
            
              @adonisjs/drive@v3.0.0
            
           | 
          Breaking - Rewrite to work with v6. | Aug 10, 2024 | 
            
              @adonisjs/lucid@v21.2.0
            
           | 
          Pin strtok3 and fix relationship query builder to apply constraints on subqueries. | Aug 8, 2024 | 
            
              @adonisjs/limiter@v2.3.2
            
           | 
          Fix X-RateLimit-Reset header to use ISO date time strings. | Aug 2, 2024 | 
            
              @adonisjs/lucid@v21.1.1
            
           | 
          Fix - Cleanup connection resources when using read replicas. | Jul 25, 2024 | 
            
              @adonisjs/lock@v1.1.1
            
           | 
          Allow to use latest version of Redis. | Jun 22, 2025 | 
            
              create-adonisjs@v2.4.0
            
           | 
          Remove installation prompt and always install packages by default. | Jun 22, 2024 | 
            
              @adonisjs/mail@v9.2.2
            
           | 
          Correct env variable access for SES in stubs. | Jun 21, 2024 | 
            
              @adonisjs/redis@v9.0.0
            
           | 
          Remove legacy health checks and add new health check classes. | Jun 20, 2024 | 
            
              create-adonisjs@v2.3.0
            
           | 
          Improve onboarding experience of creating a new application. | Jun 19, 2024 | 
            
              @adonisjs/health@v2.0.0
            
           | 
          Release health checks package. | Jun 19, 2024 | 
            
              @adonisjs/ace@v13.1.0
            
           | 
          Add kernel.hasCommand method. | Jun 19, 2024 | 
            
              @adonisjs/lucid@v21.0.0
            
           | 
          Support for libSQL and new health checks. | Jun 18, 2024 | 
            
              @adonisjs/session@v7.4.1
            
           | 
          Fix maxAge issue with the file driver. | Jun 5, 2024 | 
            
              @adonisjs/vite@v3.0.0
            
           | 
          Out of experimental phase. | Jun 2, 2024 | 
            
              @adonisjs/ace@v13.0.1
            
           | 
          Remove absoluteFilePath leaking in the commands metadata json file. | Jun 2, 2024 | 
            
              @adonisjs/http-server@v7.2.3
            
           | 
          Fix bug with defineConfig helper. | May 21, 2024 | 
            
              @adonisjs/lucid@v20.6.0
            
           | 
          Improvements to the DateTime comparison when using "orCreate" methods. | May 2, 2024 | 
            
              @adonisjs/core@v6.9.0
            
           | 
          Add `env:add` command to define environment variable and its validation rules. | Apr 30, 2024 | 
            
              @adonisjs/core@v6.8.0
            
           | 
          Moving HMR out of experimental phase. | Apr 22, 2024 | 
            
              @adonisjs/core@v6.7.0
            
           | 
          Experimental support for HMR. | Apr 15, 2024 | 
            
              @adonisjs/core@v6.6.0
            
           | 
          Upgrade to VineJS 2.0. | Apr 15, 2024 | 
            
              @adonisjs/auth@v9.2.0
            
           | 
          Configure basic auth guard and export authFinder mixin from its own subpath. | Apr 2, 2024 | 
            
              @adonisjs/application@v8.2.0
            
           | 
          Add onHttpServerMessage hook. | Mar 31, 2024 | 
            
              @adonisjs/env@v6.0.0
            
           | 
          Allow to add identifiers. | Mar 30, 2024 | 
            
              @adonisjs/http-server@v7.2.0
            
           | 
          Add response.onFinish method to listen when response is finished. | Mar 29, 2024 | 
            
              @adonisjs/mail@v9.2.1
            
           | 
          Fix mail assertion API to allow mail class constructor to accept arguments. | Mar 27, 2024 | 
            
              @adonisjs/lucid@v20.5.1
            
           | 
          Add clause variant to findBy method. | Mar 27, 2024 | 
            
              @adonisjs/lucid@v20.5.0
            
           | 
          Add step option to the migrator. | Mar 27, 2024 | 
            
              @adonisjs/session@v7.3.0
            
           | 
          Display validation error summary in flash messages errorsBag. | Mar 20, 2024 | 
            
              @adonisjs/session@v7.2.0
            
           | 
          Add @errors tag. | Mar 20, 2024 | 
            
              @adonisjs/lucid@v20.4.0
            
           | 
          Add support for pretty printing debug queries and findMany helper method. | Mar 13, 2024 | 
            
              @adonisjs/core@6.3.0
            
           | 
          Experimental hooks, `node ace add` and new Codemods APIs. | Feb 24, 2024 | 
            
              @adonisjs/mail@9.2.0
            
           | 
          Add support for defining multiple cc and bcc addresses. | Feb 10, 2024 | 
            
              @adonisjs/logger@4.1.6
            
           | 
          Support falsy value in sprintf substitution. | Feb 9, 2024 | 
            
              @adonisjs/limiter@2.1.0
            
           | 
          Breaking - Final release with v6 compatibility. | Feb 7, 2024 | 
            
              @adonisjs/core@6.2.3
            
           | 
          Respect singular CLI flag when creating a new controller. | Feb 5, 2024 | 
            
              @adonisjs/shield@8.1.1
            
           | 
          Fix shieldApiClient plugin export function. | Feb 2, 2024 | 
            
              @adonisjs/http-server@7.0.3
            
           | 
          Make Router class macroable Latest. | Feb 2, 2024 | 
            
              @vinejs/vine@1.7.1
            
           | 
          Bug fix and performance improvements. | Jan 29, 2024 | 
            
              @adonisjs/auth@9.1.0
            
           | 
          Add basic auth guard. | Jan 29, 2024 | 
            
              @adonisjs/application@8.0.3
            
           | 
          Fix stub exports parser and use dash-case for command names. | Jan 27, 2024 | 
            
              @adonisjs/presets@2.2.4
            
           | 
          Generate access tokens migration file during setup. | Jan 25, 2024 | 
            
              @adonisjs/auth@9.0.3
            
           | 
          Fix cross DB issues with the tokens and the users providers. | Jan 25, 2024 | 
            
              @adonisjs/lucid@20.0.0
            
           | 
          Switch default naming strategy to camelCase and add support for nulls treatment in order by clause. | Jan 25, 2024 | 
            
              @adonisjs/bouncer@3.1.0
            
           | 
          Update i18n error identifier and JSONAPI error code. | Jan 22, 2024 | 
            
              @adonisjs/shield@8.1.0
            
           | 
          Optionally read CSRF exception error message via i18n. | Jan 22, 2024 | 
            
              @adonisjs/http-server@7.0.1
            
           | 
          Use status pages return value and add new cookie options. | Jan 22, 2024 | 
            
              @adonisjs/assembler@7.1.0
            
           | 
          Disable experimental warnings. | Jan 19, 2024 | 
            
              @adonisjs/mail@9.1.0
            
           | 
          Add mjml component to convert mjml markup to HTML when sending emails. | Jan 9, 2024 | 
            
              @adonisjs/logger@6.0.0
            
           | 
          Allow disabling timestamps or custom timestamp via a function. | Jan 5, 2024 |