Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: withastro/astro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: astro@6.3.6
Choose a base ref
...
head repository: withastro/astro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: astro@6.3.7
Choose a head ref
  • 13 commits
  • 63 files changed
  • 9 contributors

Commits on May 20, 2026

  1. fix: support i18n on the client (#16804)

    * fix: allow astro:i18n in client scripts
    
    * test: cover client-side astro:i18n import
    
    * chore: add changeset
    jp-knj authored May 20, 2026
    Configuration menu
    Copy the full SHA
    90d2aca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    765896c View commit details
    Browse the repository at this point in the history
  3. [ci] format

    ematipico authored and astrobot-houston committed May 20, 2026
    Configuration menu
    Copy the full SHA
    f4fdb5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    847196e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2d2ec7 View commit details
    Browse the repository at this point in the history
  6. triage: add server bail-out rules to prevent timeout loops (#16802)

    * triage: add server bail-out rules to prevent timeout loops
    
    * triage: never use & to background servers, always use bgproc
    matthewp authored May 20, 2026
    Configuration menu
    Copy the full SHA
    7b4e642 View commit details
    Browse the repository at this point in the history
  7. Forward user optimizeDeps settings to SSR environments in Cloudflare …

    …adapter (#16769)
    
    * fix(cloudflare): forward user optimizeDeps to SSR/prerender environments
    
    * fix: update fake-data-pkg lockfile integrity checksum
    
    Agent-Logs-Url: https://github.com/withastro/astro/sessions/10530dff-b841-47c1-9cfe-eea3c489639a
    
    Co-authored-by: matthewp <361671+matthewp@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Matthew Phillips <matthewphillips@cloudflare.com>
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: matthewp <361671+matthewp@users.noreply.github.com>
    4 people authored May 20, 2026
    Configuration menu
    Copy the full SHA
    428cb1b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de96360 View commit details
    Browse the repository at this point in the history
  9. [ci] format

    matthewp authored and astrobot-houston committed May 20, 2026
    Configuration menu
    Copy the full SHA
    1c8dcc8 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2026

  1. Configuration menu
    Copy the full SHA
    b5dd8f1 View commit details
    Browse the repository at this point in the history
  2. [ci] format

    matthewp authored and astrobot-houston committed May 21, 2026
    Configuration menu
    Copy the full SHA
    bd755f8 View commit details
    Browse the repository at this point in the history
  3. fix(node): pass through Buffer and Uint8Array bodies in makeRequestBo…

    …dy instead of JSON-stringifying them (#16821)
    astrobot-houston authored May 21, 2026
    Configuration menu
    Copy the full SHA
    9c76b12 View commit details
    Browse the repository at this point in the history
  4. [ci] release (#16805)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    astrobot-houston and github-actions[bot] authored May 21, 2026
    Configuration menu
    Copy the full SHA
    c8e5a94 View commit details
    Browse the repository at this point in the history
Loading