From c99383dd0d3e8f28cc3c7606f3a4a35acc825922 Mon Sep 17 00:00:00 2001 From: Satoshi Tagomori Date: Sat, 24 Jan 2026 16:32:55 +0900 Subject: [PATCH] v1.2.0 --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c559c95..6761422 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,8 @@ Attributes of opts [object] are: * fetch query info (execution statistics) for success callback, or not (default false) * headers [object :optional] * additional headers to be included in the request, check the full list for [Trino](https://trino.io/docs/current/develop/client-protocol.html#client-request-headers) and [Presto](https://prestodb.io/docs/current/develop/client-protocol.html#client-request-headers) engines +* authorization [string: optional] + * AUTHORIZATION header value, which overrides the client's configuration per request * timeout [integer :optional] * cancel [function() :optional] * client stops fetch of query results if this callback returns `true` diff --git a/package.json b/package.json index e3c22b0..ac50568 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "presto-client", - "version": "1.1.0", + "version": "1.2.0", "description": "Distributed query engine Presto/Trino client library for node.js", "main": "index.js", "scripts": {