| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-23 | 978 Bytes | |
| v10.2.1 source code.tar.gz | 2026-01-23 | 184.1 kB | |
| v10.2.1 source code.zip | 2026-01-23 | 225.6 kB | |
| Totals: 3 Items | 410.7 kB | 0 | |
Fixed
-
Fixed a JSON Parse error: Unexpected EOF occurring in the Bun runtime when using
documentExists,vertexExists, oredgeExists. The driver now correctly skips response body parsing for HEAD requests, which must not include a body per RFC 7231. This fix also applies to all HEAD requests made via Route.head(), ensuring consistent behavior and compatibility across all fetch implementations. (#821) -
Fixed
ECONNRESETerrors in NextJS 15 production builds when usingnext/cookiesby explicitly setting theContent-Lengthheader for all fixed-size request bodies. The driver now calculates and setsContent-Lengthfor strings (JSON and plain text), Blobs, Buffers, FormData, and empty bodies, ensuring compatibility with NextJS 15 dynamic routes and other environments that don't automatically set this header. (#831)