October 27, 2022 — Code bundle editor and encoding module updates
about 2 years ago by skotyck@akamai.com
We've made the following updates to the code bundle editor and the encoding module:
-
A diff tool is now available as part of the code bundle editor. You can compare files from two versions of an EdgeWorker ID in a side-by-side view. This can help troubleshoot your code bundle by viewing the additions, removals, and changes to your code.
-
You can save a draft of an EdgeWorkers code bundle so that you can can continue editing files that contain validation errors.
-
The encoding module now supports the
base16
,base64
, andbase64url
encoding methods.