What's Changed
Bug Fixes 🐛
- bump: versions by @gorillamoe in #922
Full Changelog: v6.9.1...v6.9.2
What's Changed in Kulala-Core
Bug Fixes 🐛
- fix(cookie-store): default port to 0 so upsert works by @gorillamoe in mistweaverco/kulala-core#84
Before this fix, multiple cookies with the same name would be sent to the server, because the upsert wasn't working on null value columns. We added migrations and regression tests for this.
Full Changelog: mistweaverco/kulala-core@v0.14.2...v0.14.3