@neondatabase/serverless
Advanced tools
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.
Changelog
0.9.0 (2024-02-27)
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).