Skip to content

Latest commit

 

History

History
184 lines (81 loc) · 8.38 KB

CHANGELOG.md

File metadata and controls

184 lines (81 loc) · 8.38 KB

Changelog

1.2.10 (2024-05-02)

Bug Fixes

1.2.9 (2024-03-22)

Bug Fixes

  • remove trailing slash from .netlify excluded path (#76) (63b6d91)

1.2.8 (2024-03-11)

Bug Fixes

  • missing leading space before user-supplied value (#73) (f30f961)

1.2.7 (2024-03-11)

Bug Fixes

  • use functions-internal to ensure frameworks do not remove edge function we generate (#70) (0da8536)

1.2.6 (2024-01-16)

Bug Fixes

  • mangled script-src-elem directive (#63) (3c3f5fb)

1.2.5 (2023-11-01)

Bug Fixes

1.2.4 (2023-10-26)

Bug Fixes

1.2.3 (2023-10-23)

Bug Fixes

1.2.2 (2023-08-25)

Bug Fixes

  • join excluded extensions into one regex instead of spreading into multiple regexes (#49) (f053d5a)
  • perf: use HTMLRewriter instead of regex for html transformation (#48) (c48daad)

1.2.1 (2023-06-15)

Bug Fixes

  • change header key if distribution below threshold, rather than skipping (#42) (30ef477)

1.2.0 (2023-06-14)

Features

  • support controlled rollouts by environment variable (#41) (64b285b)

Bug Fixes

1.1.4 (2023-06-14)

Bug Fixes

  • add more logging to determine unnecessary invocations (#37) (684a01b)

1.1.3 (2023-06-13)

Bug Fixes

1.1.2 (2023-06-06)

Bug Fixes

1.1.1 (2023-06-05)

Bug Fixes

1.1.0 (2023-06-05)

Features

1.0.8 (2023-06-05)

Bug Fixes

1.0.7 (2023-06-02)

Bug Fixes

  • add input for unsafe-eval, defaulting to true (#25) (eebf608)
  • allow curl to receive the nonce (#22) (b27d029)

1.0.6 (2023-06-01)

Bug Fixes

  • fix bug related to missing script tag (#18) (7746bff)

1.0.5 (2023-06-01)

Bug Fixes

  • remove style-src directive checks (#15) (42a2109)

1.0.4 (2023-05-31)

Bug Fixes

1.0.3 (2023-05-31)

Bug Fixes

  • change base path based on SITE_ID (#11) (590df27)

1.0.2 (2023-05-31)

Bug Fixes

  • typo with manifest.yaml instead of manifest.yml (#9) (ba60aea)

1.0.1 (2023-05-31)

Bug Fixes

  • use npm instead of yarn so that npm ci works (#7) (069f2b8)

1.0.0 (2023-05-31)

Bug Fixes