Astro: @astrojs/db@0.19.0 Release

Release date:
January 22, 2026
Previous version:
@astrojs/db@0.19.0-beta.4 (released February 16, 2026)
Magnitude:
10,369 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

55 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored December 18, 2025
Authored November 4, 2025
Authored December 8, 2025
Authored December 12, 2025
Authored December 10, 2025
Authored September 24, 2025
Authored December 10, 2025
Authored January 5, 2026
Authored January 21, 2026
Authored January 9, 2026
Authored December 22, 2025
Authored December 17, 2025
Authored January 13, 2026

Top Contributors in @astrojs/db@0.19.0

ematipico
trueberryless
Princesseuh
sarah11918
HiDeoo

Directory Browser for @astrojs/db@0.19.0

All files are compared to previous version, @astrojs/db@0.19.0-beta.4. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Minor Changes

  • #15069 d14dfc2 Thanks @webstackdev! - Adds a --db-app-token CLI flag to astro db commands execute, push, query, and verify

    The new Astro DB CLI flags allow you to provide a remote database app token directly instead of ASTRO_DB_APP_TOKEN. This ensures that no untrusted code (e.g. CI / CD workflows) has access to the secret that is only needed by the astro db commands.

    The following command can be used to safely push database configuration changes to your project database:

    astro db push --db-app-token <token>
    

    See the Astro DB integration documentation for more information.