teradatasql 20.0.51 → 20.0.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2130,6 +2130,12 @@ SQL requests can be executed after a database connection is established.
2130
2130
 
2131
2131
  ### Change Log
2132
2132
 
2133
+ `20.0.53` - March 10, 2026
2134
+ * GOSQL-327 Switch to Go 1.26.1
2135
+
2136
+ `20.0.52` - Febuary 12, 2026
2137
+ * GOSQL-318 Switch to Go 1.26.0
2138
+
2133
2139
  `20.0.51` - Febuary 12, 2026
2134
2140
  * GOSQL-317 Update README.md for connection parameters reconnect_count, reconnect_interval, redrive
2135
2141
  * NJSD-39 Provide asynchronous connect and close connection
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teradatasql",
3
- "version": "20.0.51",
3
+ "version": "20.0.53",
4
4
  "description": "Teradata SQL Driver for Node.js",
5
5
  "main": "lib/index.js",
6
6
  "bin": {