-
Fixes
-
Fixes bug preventing
wrangler publish
from deleting over 10000 keys - ashleymichal, issue/1398 pull/1400In 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.
-