Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
Loading