<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Changelog | Workers KV</title><description>Updates to Workers KV</description><link>https://developers.cloudflare.com/kv/platform/release-notes</link><item><title>Workers KV - Workers KV REST API bulk operations provide granular errors</title><link>https://developers.cloudflare.com/kv/platform/release-notes/#workers-kv-rest-api-bulk-operations-provide-granular-errors</link><guid isPermaLink="true">https://developers.cloudflare.com/kv/platform/release-notes/#workers-kv-rest-api-bulk-operations-provide-granular-errors</guid><description>&lt;p&gt;The REST API endpoints for bulk operations (&lt;a href=&quot;https://developers.cloudflare.com/api/resources/kv/subresources/namespaces/subresources/keys/methods/bulk_update/&quot;&gt;write&lt;/a&gt;, &lt;a href=&quot;https://developers.cloudflare.com/api/resources/kv/subresources/namespaces/subresources/keys/methods/bulk_delete/&quot;&gt;delete&lt;/a&gt;) now return the keys of operations that failed during the bulk operation. The updated response bodies are documented in the &lt;a href=&quot;https://developers.cloudflare.com/api/resources/kv/subresources/namespaces/methods/list/&quot;&gt;REST API documentation&lt;/a&gt; and contain the following information in the &lt;code&gt;result&lt;/code&gt; field:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;{
  &amp;quot;successful_key_count&amp;quot;: number,
  &amp;quot;unsuccessful_keys&amp;quot;: string[]
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The unsuccessful keys are an array of keys that were not written successfully to all storage backends and therefore should be retried.&lt;/p&gt;
</description><pubDate>Thu, 14 Nov 2024 00:00:00 GMT</pubDate></item><item><title>Workers KV - New KV Analytics API</title><link>https://developers.cloudflare.com/kv/platform/release-notes/#new-kv-analytics-api</link><guid isPermaLink="true">https://developers.cloudflare.com/kv/platform/release-notes/#new-kv-analytics-api</guid><description>&lt;p&gt;Workers KV now has a new &lt;a href=&quot;https://developers.cloudflare.com/kv/observability/metrics-analytics/#view-metrics-in-the-dashboard&quot;&gt;metrics dashboard&lt;/a&gt; and &lt;a href=&quot;https://developers.cloudflare.com/kv/observability/metrics-analytics/#query-via-the-graphql-api&quot;&gt;analytics API&lt;/a&gt; that leverages the &lt;a href=&quot;https://developers.cloudflare.com/analytics/graphql-api/&quot;&gt;GraphQL Analytics API&lt;/a&gt; used by many other Cloudflare products. The new analytics API provides per-account and per-namespace metrics for both operations and storage, including latency metrics for read and write operations to Workers KV.&lt;/p&gt;
&lt;p&gt;The legacy Workers KV analytics REST API will be turned off as of January 31st, 2025.
Developers using this API will receive a series of email notifications prior to the shutdown of the legacy API.&lt;/p&gt;
</description><pubDate>Thu, 08 Aug 2024 00:00:00 GMT</pubDate></item></channel></rss>