Closed renovate[bot] closed 8 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
builderai | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 29, 2024 9:31pm |
Deployment failed with the following error:
Resource is limited - try again in 12 hours (more than 100, code: "api-deployments-free-per-day").
This PR contains the following updates:
^0.6.0
->^0.9.0
Release Notes
neondatabase/serverless (@neondatabase/serverless)
### [`v0.9.0`](https://togithub.com/neondatabase/serverless/blob/HEAD/CHANGELOG.md#090-2024-02-27) [Compare Source](https://togithub.com/neondatabase/serverless/compare/c2c501093274b729b5179bff416a86473be7117c...ddc02e859b9d022cd801b794fda61c88e0188c0a) Deprecate `fetchConnectionCache` option, which is now always enabled. For `neon` http fetch queries, enable setting options on individual queries within a batch `transaction` (but note that the types still do not allow this). ### [`v0.8.1`](https://togithub.com/neondatabase/serverless/blob/HEAD/CHANGELOG.md#081-2024-02-07) [Compare Source](https://togithub.com/neondatabase/serverless/compare/eac7be63bdafed0d6edef48bfa161146e4bdab58...c2c501093274b729b5179bff416a86473be7117c) Revert single per-region domain for WebSockets. Fix treatment of -pooler connection hosts. ### [`v0.8.0`](https://togithub.com/neondatabase/serverless/blob/HEAD/CHANGELOG.md#080-2024-02-06) [Compare Source](https://togithub.com/neondatabase/serverless/compare/6382b3bc0b2752ee0b4ee9eb9bd159ea10e102d1...eac7be63bdafed0d6edef48bfa161146e4bdab58) Use a single (per-region) domain name for all connections to Neon databases. Intended to help with connection caching in V8. Passes the endpoint ID inside connection options for WebSocket connections. ### [`v0.7.2`](https://togithub.com/neondatabase/serverless/blob/HEAD/CHANGELOG.md#072-2024-01-10) [Compare Source](https://togithub.com/neondatabase/serverless/compare/22297dcf3674d1fb71cadf62cde6f5f8f6400826...6382b3bc0b2752ee0b4ee9eb9bd159ea10e102d1) Export a full ESM build to index.mjs -- don't just wrap the CJS code -- since no wrapping method seems reliable across bundlers and platforms. It's now important to only `require` or only `import` the package: if you mix, you'll get two copies of the code that don't share configuration changes. ### [`v0.7.1`](https://togithub.com/neondatabase/serverless/blob/HEAD/CHANGELOG.md#071-2024-01-09) [Compare Source](https://togithub.com/neondatabase/serverless/compare/f0a0b33ab0aef27c4b72510c48782bc038fbfc6b...22297dcf3674d1fb71cadf62cde6f5f8f6400826) Fixed index.d.mts. ### [`v0.7.0`](https://togithub.com/neondatabase/serverless/blob/HEAD/CHANGELOG.md#070-2024-01-08) [Compare Source](https://togithub.com/neondatabase/serverless/compare/97ecb75311bbdb26faf75d5c1d0312b8e1447938...f0a0b33ab0aef27c4b72510c48782bc038fbfc6b) Altered ESM re-export technique (in index.mjs) to work around WebPack issues. Added a re-export of TypeScript types (as index.d.mts) to fix the 'Masquerading as CJS' warning from https://arethetypeswrong.github.io/. ### [`v0.6.1`](https://togithub.com/neondatabase/serverless/blob/HEAD/CHANGELOG.md#061-2023-12-19) [Compare Source](https://togithub.com/neondatabase/serverless/compare/336b4e49ceaa47cdd6fedfed95b4066096eb8d34...97ecb75311bbdb26faf75d5c1d0312b8e1447938) WebSocket connection errors are now reported properly via `client.on('error', err => { /* ... */ })`.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.