Skip to content

v3.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 17:29
87b59e5

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