Mar 4, 2021 — Improvements to the helper library

To improve the EdgeKV developer experience we’ve made the following improvements to our helper library.

  • Validation messages now display the range of accepted response timeout values. You can set the wait time between 1 and 1000 milliseconds.
  • When null is passed in for a namespace, group, or item we now provide a JavaScript error inside the EdgeWorkers function.
  • We added more details in cases where origin sends a JSON exception message in a response.
  • An error message now appears if you attempt to create an EdgeWorker bundle that contains an expired or invalid EdgeKV access token.
  • We now provide a warning message if an access token is due to expire.