diff options
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/four-tips-accept.md | 23 | ||||
-rw-r--r-- | .changeset/green-bulldogs-shout.md | 5 | ||||
-rw-r--r-- | .changeset/long-lemons-add.md | 5 | ||||
-rw-r--r-- | .changeset/nasty-dogs-sort.md | 5 |
4 files changed, 0 insertions, 38 deletions
diff --git a/.changeset/four-tips-accept.md b/.changeset/four-tips-accept.md deleted file mode 100644 index bfab50473..000000000 --- a/.changeset/four-tips-accept.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -'astro': patch ---- - -Allow passing a cryptography key via ASTRO_KEY - -For Server islands Astro creates a cryptography key in order to hash props for the islands, preventing accidental leakage of secrets. - -If you deploy to an environment with rolling updates then there could be multiple instances of your app with different keys, causing potential key mismatches. - -To fix this you can now pass the `ASTRO_KEY` environment variable to your build in order to reuse the same key. - -To generate a key use: - -``` -astro create-key -``` - -This will print out an environment variable to set like: - -``` -ASTRO_KEY=PIAuyPNn2aKU/bviapEuc/nVzdzZPizKNo3OqF/5PmQ= -``` diff --git a/.changeset/green-bulldogs-shout.md b/.changeset/green-bulldogs-shout.md deleted file mode 100644 index c58892b6c..000000000 --- a/.changeset/green-bulldogs-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes `astro add` not using the proper export point when adding certain adapters diff --git a/.changeset/long-lemons-add.md b/.changeset/long-lemons-add.md deleted file mode 100644 index 2ad0ecd20..000000000 --- a/.changeset/long-lemons-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/preact': patch ---- - -Preact components no longer throw an error if a property is null. diff --git a/.changeset/nasty-dogs-sort.md b/.changeset/nasty-dogs-sort.md deleted file mode 100644 index 792320403..000000000 --- a/.changeset/nasty-dogs-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': minor ---- - -Updates the default Astro config with `// @ts-check` if the Typescript preset is `strict` or `strictest` |