Nov 17, 2023 — Update to Standard TLS support

You no longer need to contact your Akamai representative to opt-in to this feature.

Oct 6, 2023 — Flexible Composition Beta

Flexible composition lets different development teams within an organization work separately to create and deploy multiple EdgeWorkers for the same website.

Sept 12, 2023 — get Headers() event handler support

The getHeaders() method for the Request Object now supports all EdgeWorkers event handlers.

Aug 28, 2023 — New watermarking and cwt built-in modules

A built-in watermarking module is now available to use in your EdgeWorkers functions. You can use it to watermark Over-The-Top (OTT) content delivered in an Adaptive Bitrate (ABR) format. This watermarking solution currently doesn’t support interoperability with partial object caching. Please reach out to your account team if you require partial object caching.

Aug 22, 2023 — mPulse error reports for EdgeWorkers

You can now view EdgeWorkers error reports in the mPulse App Error List and App Error Summary dashboards. These reports include data about EdgeWorkers errors generated due to JavaScript errors. You can also find additional information in the form of a JavaScript stack trace. To learn more, go to the Integrate mPulse reports section in this guide.

July 19, 2023 — Support for the sign() method in the crypto module

The built-in crypto module now supports the sign() method that you can use to generate digital signatures.

July 11, 2023 — Run EdgeWorkers Code Profiler on cold start

You can now configure the Code Profiler to run the EdgeWorkers initialization code first.

June 29, 2023 — New character constraints for Request and Response Object methods

There are new character constraints for the Request Object and Response Object addHeaderandsetHeader methods.

June 16, 2023 — Update to streaming request size

We've increased the maximum streaming request size back to its original value of 1 MB when request.body is called in the responseProvider event handler.

April 26, 2023 — jwt external module

The jwt module is now available to verify JWT tokens using digital signatures.