diff --git a/CHANGELOG.md b/CHANGELOG.md index c43f9be4..2ff744d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [3.0.0](https://github.com/netlify/angular-runtime/compare/v2.4.0...v3.0.0) (2025年08月14日) + + +### ⚠ POTENTIALLY BREAKING CHANGES + +* enable manual caching from edge ([#361](https://github.com/netlify/angular-runtime/issues/361)) ([efee061](https://github.com/netlify/angular-runtime/commit/efee061db0dd74d4e1c6afb506d7d7ec0cb61916)) + +You can now set cache headers on responses when using SSR. See https://docs.netlify.com/build/caching/caching-overview/ for the full set of features. + +This is marked as potentially breaking because previously, per [Netlify Edge Function caching behavior](https://docs.netlify.com/build/edge-functions/optional-configuration/#response-caching), cache response headers were ignored, and after this change they will be respected. It's unlikely this will affect you. + +### Features + +* enable manual caching from edge ([#361](https://github.com/netlify/angular-runtime/issues/361)) ([efee061](https://github.com/netlify/angular-runtime/commit/efee061db0dd74d4e1c6afb506d7d7ec0cb61916)) + ## [2.4.0](https://github.com/netlify/angular-runtime/compare/v2.3.1...v2.4.0) (2025年05月27日) diff --git a/package-lock.json b/package-lock.json index 683307c4..ee80454a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/angular-runtime", - "version": "2.4.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@netlify/angular-runtime", - "version": "2.4.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "fs-extra": "^11.1.1", diff --git a/package.json b/package.json index e91f9b27..3515ccb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/angular-runtime", - "version": "2.4.0", + "version": "3.0.0", "description": "Netlify Angular Runtime - Run Angular seamlessly on Netlify.", "main": "src/index.js", "files": [

AltStyle によって変換されたページ (->オリジナル) /