v0.15.15
@kitcn/resend
Published @kitcn/resend@0.15.15.
kitcn
Patch Changes
-
#297
4fba1b8Thanks @MikeyZhang75! - ## Patches- Fix
kitcn deployandkitcn aggregate backfill|rebuild|prunefailing withToo many documents read in a single function execution (limit: 32000)once a table with anaggregateIndex()grows past ~32k rows. Backfill kickoff now discovers removed aggregate indexes with bounded distinct-key index scans instead of reading every aggregate row. Clearing a removed index whose aggregate rows already exceed platform limits still requires a chunked prune. - Fix
backend=concavefailing to locate the Concave CLI with@concavejs/clireleases that do not export./package.json. - Pin
@concavejs/cliin concave scaffolds to the supported version instead oflatest.
- Fix