3.2.1
Changed 1
- Reject multiple tags filters on Sandbox.list() at the type level to catch unsupported multi-tag filtering at compile time instead of receiving a 400 API error
From Vercel Sandbox
Patch Changes
- Reject multiple
tagsfilters onSandbox.list()at the type level. The API supports filtering by a single tag, so passing more than one key intagsis now a compile-time error instead of a 400 from the API. (#312)