Skip to content

Releases: swift-cloud/Compute

v2.11.0 - JWT Algorithm

07 Feb 02:33
Compare
Choose a tag to compare
  • algorithm is now a stored property on JWT
  • 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

01 Feb 16:11
Compare
Choose a tag to compare
  • Fix default query items on a fetch request causing every url to end in ?

v2.10.0 - Improved Error Messages

31 Jan 18:13
f0ade18
Compare
Choose a tag to compare
  • Vastly improve error messages from failed Fastly host calls

v2.9.1 - Fix JWT Expires

27 Jan 04:34
Compare
Choose a tag to compare
  • Fix JWT expires check

v2.9.0 - Proxy Options

25 Jan 20:13
Compare
Choose a tag to compare
  • Allow overwriting any request options when proxying a request

v2.8.0 - Response Compression

19 Dec 17:11
Compare
Choose a tag to compare
  • Compress outgoing responses with the new res.compress().send() method on OutgoingResponse. The Fastly runtime will choose the appropriate compression based on the requests Accept-Encoding header

v2.7.0 - Fetch Timeouts

10 Dec 20:51
Compare
Choose a tag to compare
  • Support timeoutInterval on fetch requests

v2.6.0 - Multiple Decode Variations

05 Dec 10:46
Compare
Choose a tag to compare
  • Provide multiple variations of decode() to better match built in Swift API

v2.5.0 - Platform Refactor

05 Dec 10:27
Compare
Choose a tag to compare
  • Refactor ReadableBody and fetch to better support multi-platform builds

v2.4.1 - Fix Fetch Cache Key

29 Nov 15:15
Compare
Choose a tag to compare
  • Fixed custom cache keys on fetch requests which must be uppercase HEX characters