@neondatabase/serverless
Advanced tools
Changelog
0.10.4 (2024-11-25)
Fixes insert Buffer
/ArrayBuffer
values into BYTEA
fields when using HTTP fetch queries
Fixes only passing authToken
in the sql
HTTP request and not in the neon
connection setup.
Changelog
0.10.3 (2024-11-06)
Fixes authToken
overriding in sql
HTTP request.
Changelog
0.10.2 (2024-11-05)
Expose types
property on public HTTPQueryOptions type
Changelog
0.10.0 (2024-10-07)
Capture stack traces in NeonDbError
, if Error.captureStackTrace
is available.
Allow authentication through JWT
by adding a authToken
property to the neon
HTTP connection options.
Changelog
0.9.3 (2024-05-09)
Expose all error information fields on NeonDbError
objects thrown when using the http fetch transport.
Changelog
0.9.1 (2024-04-15)
Pass username (and database name) through URL decoder, so all usernames can successfully authorize.