github cloudflare/workers-sdk @cloudflare/workers-auth@0.9.2

Patch Changes

  • #15838 15799d4 Thanks @oddharsh! - Update smol-toml to 1.9.0 to fix slow parsing of very large TOML files

    Parse time for TOML config files now grows linearly with their size, instead of with its square: a 40,000-line file that took 259 ms to parse now takes 17 ms, while typical wrangler.toml files parse in the same time as before. This addresses the GHSA-r4xh-jqrq-34v2 advisory against earlier versions of the parser.

    Some TOML syntax errors now point at the character that caused them. For example, a wrangler.toml containing INVALID "FILE is now reported as illegal character in key at the ", rather than incomplete key-value at the start of the line.

  • Updated dependencies [479e1e8, 15799d4, bdda4c3, fc3cbaa]:

    • @cloudflare/workers-utils@0.42.0

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.