Skip to content

Commit 5ad628d

Browse files
chore(main): release 3.0.0 (#379)
* chore(main): release 3.0.0 * docs(changelog): improve v3 description --------- Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>
1 parent f951ed8 commit 5ad628d

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/netlify/angular-runtime/compare/v2.4.0...v3.0.0) (2025-08-14)
4+
5+
6+
### ⚠ POTENTIALLY BREAKING CHANGES
7+
8+
* enable manual caching from edge ([#361](https://github.com/netlify/angular-runtime/issues/361)) ([efee061](https://github.com/netlify/angular-runtime/commit/efee061db0dd74d4e1c6afb506d7d7ec0cb61916))
9+
10+
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.
11+
12+
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.
13+
14+
### Features
15+
16+
* enable manual caching from edge ([#361](https://github.com/netlify/angular-runtime/issues/361)) ([efee061](https://github.com/netlify/angular-runtime/commit/efee061db0dd74d4e1c6afb506d7d7ec0cb61916))
17+
318
## [2.4.0](https://github.com/netlify/angular-runtime/compare/v2.3.1...v2.4.0) (2025-05-27)
419

520

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/angular-runtime",
3-
"version": "2.4.0",
3+
"version": "3.0.0",
44
"description": "Netlify Angular Runtime - Run Angular seamlessly on Netlify.",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)