Skip to content

Commit 49b2194

Browse files
author
GitHub Actions Bot
committed
chore(release): 1.7.0
1 parent 3979631 commit 49b2194

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.7.0](https://github.com/firebolt-db/firebolt-node-sdk/compare/v1.6.0...v1.7.0) (2024-07-22)
6+
7+
8+
### Features
9+
10+
* Fir 33388 cache account id and system engine url in node sdk ([#102](https://github.com/firebolt-db/firebolt-node-sdk/issues/102)) ([5bf24b1](https://github.com/firebolt-db/firebolt-node-sdk/commit/5bf24b1a6a2fa5199e7320de08892b3a1657b812))
11+
* Fir 33645 replace i s databases with i s catalogs in drivers for node sdk ([#108](https://github.com/firebolt-db/firebolt-node-sdk/issues/108)) ([e84787a](https://github.com/firebolt-db/firebolt-node-sdk/commit/e84787a95a25af9a1a90a0df47abe0a94ac67c57))
12+
* **FIR-33628:** Parsing composite error from response body ([#105](https://github.com/firebolt-db/firebolt-node-sdk/issues/105)) ([47eb762](https://github.com/firebolt-db/firebolt-node-sdk/commit/47eb762f5eb12f8644f357f7ba3af4f039604600))
13+
14+
15+
### Bug Fixes
16+
17+
* **FIR-34534:** Properly parsing bigint ([#111](https://github.com/firebolt-db/firebolt-node-sdk/issues/111)) ([4ffd909](https://github.com/firebolt-db/firebolt-node-sdk/commit/4ffd9094d79fb310778e7e0d3abf624f18f52ab6))
18+
519
## [1.6.0](https://github.com/firebolt-db/firebolt-node-sdk/compare/v1.5.0...v1.6.0) (2024-06-04)
620

721

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebolt-sdk",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Official firebolt Node.JS sdk",
55
"main": "./build/src/index.js",
66
"types": "./build/src/index.d.ts",

0 commit comments

Comments
 (0)