Releases: swift-cloud/Compute
Releases · swift-cloud/Compute
v2.11.0 - JWT Algorithm
algorithm
is now a stored property onJWT
- The parsed algorithm will always be used when verifying the token
- Started work on supporting ECDSA (ex. ES256) style JWTs
v2.10.1 - Fix Default Query Items
- Fix default query items on a fetch request causing every url to end in
?
v2.10.0 - Improved Error Messages
- Vastly improve error messages from failed Fastly host calls
v2.9.1 - Fix JWT Expires
- Fix JWT expires check
v2.9.0 - Proxy Options
- Allow overwriting any request options when proxying a request
v2.8.0 - Response Compression
- Compress outgoing responses with the new
res.compress().send()
method onOutgoingResponse
. The Fastly runtime will choose the appropriate compression based on the requestsAccept-Encoding
header
v2.7.0 - Fetch Timeouts
- Support
timeoutInterval
on fetch requests
v2.6.0 - Multiple Decode Variations
- Provide multiple variations of
decode()
to better match built in Swift API
v2.5.0 - Platform Refactor
- Refactor
ReadableBody
andfetch
to better support multi-platform builds
v2.4.1 - Fix Fetch Cache Key
- Fixed custom cache keys on fetch requests which must be uppercase HEX characters