Skip to content

Releases: fastly/js-compute-runtime

v1.3.0

26 Jan 10:27
5e071e4
Compare
Choose a tag to compare

1.3.0 (2023-01-24)

Features

  • implement SubtleCrypto.prototype.digest method (#372) (bbe1754)

v1.2.0

17 Jan 18:00
56ca008
Compare
Choose a tag to compare

1.2.0 (2023-01-17)

Features

  • implement Request.prototype.clone (3f3a671)

v1.1.0

06 Jan 19:28
5a43183
Compare
Choose a tag to compare

1.1.0 (2023-01-06)

Features

  • add crypto.randomUUID function (2c32b42)

Bug Fixes

  • check that setTimeout/setInterval handler is an object before casting to an object (62476f5)
  • ensure retrieving the property definitions of ObjectStoreEntry.prototype.body and ObjectStoreEntry.bodyUsed do not cause panics by ensuring we have a valid entry in their Slots (311b84c)
  • error message is latin1, we need to use JS_ReportErrorLatin1 to convert the message from latin1 to UTF8CharsZ, otherwise a panic occurs (f1a22a4)

v1.0.1

17 Dec 00:09
Compare
Choose a tag to compare

1.0.1 (2022-12-16)

Bug Fixes

  • do not free the method_str.ptr as we still require the memory (17c5049), closes #352

v1.0.0

15 Dec 17:59
Compare
Choose a tag to compare

1.0.0 (2022-12-14)

Features

  • implement validation for backend cipher definitions (157be64)

v0.7.0

10 Dec 01:02
Compare
Choose a tag to compare

0.7.0 (2022-12-10)

⚠ BREAKING CHANGES

  • compute runtime component build (#326)

Features

Bug Fixes

  • Limit to node 16/17/18 as some dependencies do not work on node19 yet (0d48f77)

v0.6.0

09 Dec 17:44
Compare
Choose a tag to compare

0.6.0 (2022-12-09)

⚠ BREAKING CHANGES

  • Disable JS iterator helpers as the feature is at Stage 3 and we should only enable by default Stage 4 features

Features

  • Disable JS iterator helpers as the feature is at Stage 3 and we should only enable by default Stage 4 features (c90c145)

Bug Fixes

  • Throw TypeErrors in config-store if supplied with invalid parameters or the config-store does not exist (6b70180)

v0.5.15

08 Dec 14:48
Compare
Choose a tag to compare

0.5.15 (2022-12-08)

Features

  • add allowDynamicBackends function to fastly:experimental module (83a003e)

v0.5.14

07 Dec 13:46
Compare
Choose a tag to compare

0.5.14 (2022-12-07)

Bug Fixes

  • when appending headers, if the set if set-cookie then make sure that each value is sent as a separate header to the host (f6cf559)

v0.5.13

02 Dec 18:09
Compare
Choose a tag to compare

0.5.13 (2022-12-02)

Bug Fixes

  • implement validation for Dictionary names and keys (c0b0822)