Feb 15, 2023 — Workflow and debugging improvements
almost 2 years ago by skotyck@akamai.com
-
You can now use the EdgeWorkers Code Profiler to gain insight about the memory usage consumed by your EdgeWorkers code.
-
The EdgeWorkers API and CLI now support a JSON Web Token (JWT) to use for authentication when adding enhanced debug headers to your requests or profiling your code.
-
To tell the browser to delete a cookie immediately, you can now set the
maxAge
to zero. -
The maximum streaming request size is currently 16 KB when
request.body
is called in theresponseProvider
event handler. We'll increase this limit to its previous value of 1 MB in the near future. -
You can now set default properties for the
config
commands in the EdgeWorkers CLI. To learn more, see Provide Default Config Properties.