New Features
- Add support for node middleware
- add: s3 lite override for loading images in the image optimization server (use aws4fetch instead of the aws sdk) #750
- Introduce a new optional mode for the tag cache. See #706 for the differences between new and original tag cache mode.
FYI On dynamoDB it's usually better to stick with the original mode
Breaking Changes
- lastModified is moved to ALS as a number from a global map indexed by requestId #740
- MiddlewareResult now contains initialURL instead of initialPath #756
- waitUntil is passed around via ALS to fix #713 #733
- InternalEvent#url is now a full URL #752
Changes
- #740
6ff03ec8d50ada5eb04de11b14ae670382707f30
Thanks @vicb! - refactor: lastModified moved to ALS - #756
bfef3635a9a375fba43547007d2e27e7406c5910
- fix page router json data for next 15.2 - #725
096c2732cbb8a9e77a9f152d8aac87321fa335ae
- Add support for the node middleware - #733
b59027a5899d25dd5263d1a272b33ec23fb683d3
Thanks @vicb! - refactor:waitUntil
passed around via ALS andOpenNextHandler
signature has changed - #717
b0b1f7776b41612d2638a33e3c9ced8c42afab0a
- introduce a new optional mode for the tag cache - #750
c4b0a78eedf6d0e8011bdaade9603a64e5f29338
Thanks @sommeeeer! - add: s3 lite override for loading images in the image optimization server - #727
867defe3ceacdd1079594202eae1f82391bdcd89
Thanks @dario-piotrowicz! - add and expose newCachedFetchValue
type - #752
e48951fcb5882b536e67581feac489cd1689ffe9
Thanks @vicb! -InternalEvent#url
is now a full URL - #745
ab7466f443178f3e6e0df512fd990e526ea516e7
Thanks @sommeeeer! - fix: tagCache in initializationFunction