Skip to content

Releases: SectorLabs/roughlyfront

v0.0.22

20 Apr 19:22
5dace8b

Choose a tag to compare

What's Changed

  • Cache evaluated lambda handler and serialize concurrent evaluations

Full Changelog: v0.0.21...v0.0.22

v0.0.21

27 Mar 13:47

Choose a tag to compare

What's Changed

  • Disable evaluation caching

Full Changelog: v0.0.20...v0.0.21

v0.0.20

16 Feb 21:34
442d9bd

Choose a tag to compare

What's Changed

  • Set content-length: 0 for responses without a body in 442d9bd

Full Changelog: v0.0.19...v0.0.20

v0.0.19

16 Feb 14:59
27ca449

Choose a tag to compare

What's Changed

  • Fix Set-Cookie headers being duplicated in 65f45ea
  • Mock JA3/JA4 fingerprint headers in 5a11099
  • Allow Cloudfront-Viewer-* headers to be overriden with mock request headers in 27ca449

Full Changelog: v0.0.18...v0.0.19

v0.0.18

08 Oct 07:45
602c7f5

Choose a tag to compare

What's Changed

  • Handle Content-Encoding when interacting with origin correctly in 602c7f5

Full Changelog: v0.0.17...v0.0.18

v0.0.17

02 Oct 08:28
66075ba

Choose a tag to compare

What's Changed

  • Use http.request instead of fetch for origin requests in 66075ba
  • Fix status code not being sent for generated responses in 249a041

Full Changelog: v0.0.16...v0.0.17

v0.0.16

01 Oct 20:08
c634e6d

Choose a tag to compare

What's Changed

  • Add support for handlers with a callback argument in f9d51c8
  • Correct canonical name for CloudFront-Viewer-Http-Version in c634e6d

Full Changelog: v0.0.15...v0.0.16

v0.0.15

08 Aug 07:40

Choose a tag to compare

What's Changed

  • Use polyfill for Headers because not all Node 18 versions have getSetCookie by @Photonios in #5

Full Changelog: v0.0.14...v0.0.15

v0.0.14

08 Aug 07:24

Choose a tag to compare

What's Changed

  • Upgrade to Node 18, native fetch by @Photonios in #2
  • Never merge multiple Set-Cookie headers into a single header by @Photonios in #3
  • Upgrade to Typescript 5.x by @Photonios in #4

Full Changelog: v0.0.13...v0.0.14

v0.0.13

15 Jan 11:15

Choose a tag to compare

What's Changed

  • ESM support

New Contributors

Full Changelog: v0.0.12...v0.0.13