Jan 11, 2022 — Support for new geoLocations

You can now use the geoLocation parameter to specify the storage location for data when creating a namespace on the production network. This can help optimize performance by storing data where most or all of your users are located. By default, the geoLocation is set to US (United States). The available geoLocations on the production network also include EU (Europe) and JP (Japan). For more information see the Namespace section in the EdgeKV data model documentation.

Nov 30, 2021 — Retry capability included in the helper library

The EdgeKV JavaScript helper library (version 0.5.0) now includes a retry capability. The num_retries_on_timeout parameter lets you specify the maximum number of retries to attempt when executing the getText() and getJson() methods. You can also specify the number of retries to attempt in the Constructor.

August 31, 2021 — API and CLI enhancements

We’ve made more enhancements to the administrative API and command-line interface (CLI) for EdgeKV.

Jun 3, 2021 — API and CLI enhancements and bug fixes

We've made several enhancements and bug fixes to the administrative API and command-line interface for EdgeKV.

Mar 4, 2021 — Improvements to the helper library

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