Download Latest Version v10.2.2 source code.tar.gz (184.5 kB)
Email in envelope

Get an email when there's a new version of ArangoDB JavaScript Driver

Home / v10.2.1
Name Modified Size InfoDownloads / 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, or edgeExists. 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 ECONNRESET errors in NextJS 15 production builds when using next/cookies by explicitly setting the Content-Length header for all fixed-size request bodies. The driver now calculates and sets Content-Length for 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)

Source: README.md, updated 2026-01-23