You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Breaking Change
If you use a custom converter or custom wrapper InternalResult body is now a ReadableStream instead of a string
External middleware when used with the new enableCacheInterception will need to have the correct permission (and environment variable) to access the incremental and tag cache as well as the queue (By default S3, DynamoDb, SQS )
Changes
b88ae13: Replace InternalResult body from string to ReadableStream
0558bf6: Add an optional external cache. More info here