2 Replies
It's mostly internal changes improving stability and data flow. We've started with a baseline refactor with hopefully no noticeable user-facing changes. This will pave the way for faster debugging, bug fixes and feature development in the future!
Hopefully it'll improve KV communications...
I've had very bad inconsistencies between the wrangler dev binding to a KV or deploying the project (Pages with Functions) to Cloudflare (and binding via wrangler.toml as well).
I literally call the KV on my local wrangler and I have almost no keys. But if I deploy to CF the function reads (almost) all keys. And this isn't about the 1m default caching... even 24h later it's not available 🤷♂️
Anyway, I already reported in #kv and even opened a ticket via Support too.