<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Devpebe Radar — Astro</title><description>Release changes in Astro, with links to original sources.</description><link>https://devpebe.com/</link><item><title>Astro — 2026-08</title><link>https://devpebe.com/radar/2026-08/#astro/</link><guid isPermaLink="true">https://devpebe.com/radar/2026-08/#astro/</guid><description>Changes in Astro for 2026-08.</description><pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;astro720--aug-6-2026&quot;&gt;&lt;a href=&quot;https://github.com/withastro/astro/releases/tag/astro%407.2.0&quot;&gt;astro@7.2.0&lt;/a&gt; — Aug 6, 2026&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Experimental incremental static builds&lt;/strong&gt; (&lt;code&gt;experimental.incrementalBuild&lt;/code&gt;):
pages from &lt;code&gt;getStaticPaths()&lt;/code&gt; that return a &lt;code&gt;cacheKey&lt;/code&gt; are skipped when
neither their modules nor their data changed — persist &lt;code&gt;node_modules/.astro/&lt;/code&gt;
in CI and large static sites stop paying full rebuild cost. Content
collection entries get an optional &lt;code&gt;digest&lt;/code&gt; to use as that key.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;session: false&lt;/code&gt;&lt;/strong&gt; opts out of session support and tree-shakes the session
runtime (and &lt;code&gt;unstorage&lt;/code&gt;) out of the SSR bundle.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;astro preview --background&lt;/code&gt; with &lt;code&gt;status / logs / stop&lt;/code&gt; subcommands —
preview servers get the same background treatment dev servers got in 7.0,
auto-enabled for AI coding agents.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;logger.entrypoint&lt;/code&gt; now accepts project-relative paths (&lt;code&gt;&apos;./src/logger.js&apos;&lt;/code&gt;)
instead of requiring a hand-built &lt;code&gt;URL&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Astro — 2026-06</title><link>https://devpebe.com/radar/2026-06/#astro/</link><guid isPermaLink="true">https://devpebe.com/radar/2026-06/#astro/</guid><description>Changes in Astro for 2026-06.</description><pubDate>Tue, 30 Jun 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;astro700--jun-22-2026&quot;&gt;&lt;a href=&quot;https://github.com/withastro/astro/releases/tag/astro%407.0.0&quot;&gt;astro@7.0.0&lt;/a&gt; — Jun 22, 2026&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;⚠ &lt;strong&gt;Astro 7 is stable&lt;/strong&gt; — the second major this year (v6 was March).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Background dev server support&lt;/strong&gt;: &lt;code&gt;astro dev --background&lt;/code&gt;
plus &lt;code&gt;astro dev stop / status / logs --follow&lt;/code&gt;; background mode turns on
automatically when an AI coding agent is detected.&lt;/li&gt;
&lt;li&gt;The notes point &lt;code&gt;@astrojs/db&lt;/code&gt; users to alternatives — Node’s built-in
&lt;code&gt;node:sqlite&lt;/code&gt;, Drizzle directly, or a hosted database.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Astro — 2026-03</title><link>https://devpebe.com/radar/2026-03/#astro/</link><guid isPermaLink="true">https://devpebe.com/radar/2026-03/#astro/</guid><description>Changes in Astro for 2026-03.</description><pubDate>Tue, 31 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;astro600--mar-10-2026&quot;&gt;&lt;a href=&quot;https://github.com/withastro/astro/releases/tag/astro%406.0.0&quot;&gt;astro@6.0.0&lt;/a&gt; — Mar 10, 2026&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;⚠ &lt;strong&gt;Astro 6 is stable.&lt;/strong&gt; From the notes: a reworked adapter entrypoint
contract (&lt;code&gt;entryType: &apos;self&apos; | &apos;legacy-dynamic&apos;&lt;/code&gt;), a new
&lt;code&gt;prerenderConflictBehavior&lt;/code&gt; option (&lt;code&gt;warn&lt;/code&gt; by default, &lt;code&gt;error&lt;/code&gt; to fail the
build), and cache-control helpers with &lt;code&gt;maxAge&lt;/code&gt; and &lt;code&gt;swr&lt;/code&gt;
(stale-while-revalidate) windows.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Astro — 2025-11</title><link>https://devpebe.com/radar/2025-11/#astro/</link><guid isPermaLink="true">https://devpebe.com/radar/2025-11/#astro/</guid><description>Changes in Astro for 2025-11.</description><pubDate>Sun, 30 Nov 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;astro5160--nov-20-2025&quot;&gt;&lt;a href=&quot;https://github.com/withastro/astro/releases/tag/astro%405.16.0&quot;&gt;astro@5.16.0&lt;/a&gt; — Nov 20, 2025&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Preview server keyboard shortcuts: &lt;code&gt;o&lt;/code&gt; opens the site in the browser, &lt;code&gt;q&lt;/code&gt;
quits, &lt;code&gt;h&lt;/code&gt; lists all shortcuts.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Astro — 2025-06</title><link>https://devpebe.com/radar/2025-06/#astro/</link><guid isPermaLink="true">https://devpebe.com/radar/2025-06/#astro/</guid><description>Changes in Astro for 2025-06.</description><pubDate>Mon, 30 Jun 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;astro5100--jun-19-2025&quot;&gt;&lt;a href=&quot;https://github.com/withastro/astro/releases/tag/astro%405.10.0&quot;&gt;astro@5.10.0&lt;/a&gt; — Jun 19, 2025&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Image attributes &lt;code&gt;loading=&quot;eager&quot;&lt;/code&gt;, &lt;code&gt;decoding=&quot;sync&quot;&lt;/code&gt;,
&lt;code&gt;fetchpriority=&quot;high&quot;&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Astro — 2025-04</title><link>https://devpebe.com/radar/2025-04/#astro/</link><guid isPermaLink="true">https://devpebe.com/radar/2025-04/#astro/</guid><description>Changes in Astro for 2025-04.</description><pubDate>Wed, 30 Apr 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;astro570--apr-15-2025&quot;&gt;&lt;a href=&quot;https://github.com/withastro/astro/releases/tag/astro%405.7.0&quot;&gt;astro@5.7.0&lt;/a&gt; — Apr 15, 2025&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;astro:config/client&lt;/code&gt; and &lt;code&gt;astro:config/server&lt;/code&gt; virtual modules expose
environment-safe config information.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Astro — 2025-02</title><link>https://devpebe.com/radar/2025-02/#astro/</link><guid isPermaLink="true">https://devpebe.com/radar/2025-02/#astro/</guid><description>Changes in Astro for 2025-02.</description><pubDate>Fri, 28 Feb 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;astro540--feb-27-2025&quot;&gt;&lt;a href=&quot;https://github.com/withastro/astro/releases/tag/astro%405.4.0&quot;&gt;astro@5.4.0&lt;/a&gt; — Feb 27, 2025&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;mergeConfig&lt;/code&gt; and &lt;code&gt;validateConfig&lt;/code&gt; for programmatic Astro configuration.&lt;/li&gt;
&lt;li&gt;New build options: &lt;code&gt;devOutput&lt;/code&gt; (development-style build) and
&lt;code&gt;teardownCompiler&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Astro — 2025-01</title><link>https://devpebe.com/radar/2025-01/#astro/</link><guid isPermaLink="true">https://devpebe.com/radar/2025-01/#astro/</guid><description>Changes in Astro for 2025-01.</description><pubDate>Fri, 31 Jan 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;astro520--jan-30-2025&quot;&gt;&lt;a href=&quot;https://github.com/withastro/astro/releases/tag/astro%405.2.0&quot;&gt;astro@5.2.0&lt;/a&gt; — Jan 30, 2025&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;New virtual modules: &lt;code&gt;astro:config/client&lt;/code&gt; and &lt;code&gt;astro:config/server&lt;/code&gt;
expose config information safe for each environment.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item></channel></rss>