Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

💪 1.10.2

Choose a tag to compare

@github-actions github-actions released this 22 Jun 22:14
0b5d5f3
  • Fixes

    • Fixes bug preventing wrangler publish from deleting over 10000 keys - ashleymichal, issue/1398 pull/1400

      In 1.10.0 we removed the limit on bulk KV PUT and DELETE operations by batching the values but missed batched deletes for Workers Sites. Now with some refactoring all batched operations use the same logic and have the same behavior.