Skip to content

Commit 8eb2b1c

Browse files
committed
chore(release): publish
- gaussdb-cursor@0.2.2 - gaussdb-esm-test@0.2.2 - gaussdb-node@0.2.2 - gaussdb-protocol@0.2.2 - gaussdb-query-stream@0.2.2
1 parent 7a322fc commit 8eb2b1c

10 files changed

Lines changed: 77 additions & 13 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.2.2](https://github.com/HuaweiCloudDeveloper/gaussdb-node/compare/gaussdb-cursor@0.2.1...gaussdb-cursor@0.2.2) (2026-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **test:** Adapt tests for GaussDB ([f5b9989](https://github.com/HuaweiCloudDeveloper/gaussdb-node/commit/f5b9989402ba5ac940c9b917a6ede92bb397b29d))
12+
* **test:** Fix Serial-related tests for temp table ([#18](https://github.com/HuaweiCloudDeveloper/gaussdb-node/issues/18)) ([c6dec4e](https://github.com/HuaweiCloudDeveloper/gaussdb-node/commit/c6dec4e2cd679216f1c06442191e1480215c404b))

packages/gaussdb-cursor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gaussdb-cursor",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Query cursor extension for GaussDB",
55
"main": "index.js",
66
"exports": {
@@ -24,7 +24,7 @@
2424
"author": "Brian M. Carlson",
2525
"license": "MIT",
2626
"devDependencies": {
27-
"gaussdb-node": "^0.2.1",
27+
"gaussdb-node": "^0.2.2",
2828
"mocha": "^10.5.2"
2929
},
3030
"peerDependencies": {
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.2.2](https://github.com/HuaweiCloudDeveloper/gaussdb-node/compare/gaussdb-esm-test@0.2.1...gaussdb-esm-test@0.2.2) (2026-01-24)
7+
8+
**Note:** Version bump only for package gaussdb-esm-test

packages/gaussdb-esm-test/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gaussdb-esm-test",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A test module for GaussDB with ESM support",
55
"main": "index.js",
66
"type": "module",
@@ -14,11 +14,11 @@
1414
],
1515
"devDependencies": {
1616
"gaussdb-cloudflare": "^0.2.1",
17-
"gaussdb-cursor": "^0.2.1",
18-
"gaussdb-node": "^0.2.1",
17+
"gaussdb-cursor": "^0.2.2",
18+
"gaussdb-node": "^0.2.2",
1919
"gaussdb-pool": "^0.2.1",
20-
"gaussdb-protocol": "^0.2.1",
21-
"gaussdb-query-stream": "^0.2.1"
20+
"gaussdb-protocol": "^0.2.2",
21+
"gaussdb-query-stream": "^0.2.2"
2222
},
2323
"author": "Brian M. Carlson <brian.m.carlson@gmail.com>",
2424
"license": "MIT"

packages/gaussdb-node/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.2.2](https://github.com/HuaweiCloudDeveloper/gaussdb-node/compare/gaussdb-node@0.2.1...gaussdb-node@0.2.2) (2026-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **client:** properly clean up connection on errors ([ed88cf6](https://github.com/HuaweiCloudDeveloper/gaussdb-node/commit/ed88cf655585cae24d88b67cbff17b252a97c721))
12+
* **test:** Adapt tests for GaussDB ([f5b9989](https://github.com/HuaweiCloudDeveloper/gaussdb-node/commit/f5b9989402ba5ac940c9b917a6ede92bb397b29d))
13+
* **test:** Adapt tests for GaussDB and OpenGauss ([cf7e8a2](https://github.com/HuaweiCloudDeveloper/gaussdb-node/commit/cf7e8a2fb4d89f90ff3dddec534f3c9f2316fa3b))
14+
* **test:** Fix Serial-related tests for temp table ([#18](https://github.com/HuaweiCloudDeveloper/gaussdb-node/issues/18)) ([c6dec4e](https://github.com/HuaweiCloudDeveloper/gaussdb-node/commit/c6dec4e2cd679216f1c06442191e1480215c404b))
15+
16+
17+
### Features
18+
19+
* export LogicalReplicationService and MppdbDecodingPlugin ([ad9c8d8](https://github.com/HuaweiCloudDeveloper/gaussdb-node/commit/ad9c8d89f6c3c96b73449cd77a05139fb91692a3))
20+
* **gaussdb-node:** add LogicalReplicationService for OpenGauss ([8d0a1de](https://github.com/HuaweiCloudDeveloper/gaussdb-node/commit/8d0a1de51ba953e9e1087e5899776b108f1d4fb4))

packages/gaussdb-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gaussdb-node",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "GaussDB client - pure javascript implementation",
55
"keywords": [
66
"database",
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"gaussdb-connection-string": "^0.2.1",
3232
"gaussdb-pool": "^0.2.1",
33-
"gaussdb-protocol": "^0.2.1",
33+
"gaussdb-protocol": "^0.2.2",
3434
"pg-types": "2.2.0",
3535
"pgpass": "1.0.5"
3636
},
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.2.2](https://github.com/HuaweiCloudDeveloper/gaussdb-node/compare/gaussdb-protocol@0.2.1...gaussdb-protocol@0.2.2) (2026-01-24)
7+
8+
9+
### Features
10+
11+
* **protocol:** extend BufferReader with configurable endianness ([d96943a](https://github.com/HuaweiCloudDeveloper/gaussdb-node/commit/d96943ab65b3cf4a88225c3c9f91f6c9ff5d97d2))

packages/gaussdb-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gaussdb-protocol",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "The GaussDB client/server binary protocol, implemented in TypeScript",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.2.2](https://github.com/HuaweiCloudDeveloper/gaussdb-node/compare/gaussdb-query-stream@0.2.1...gaussdb-query-stream@0.2.2) (2026-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **test:** Adapt tests for GaussDB ([f5b9989](https://github.com/HuaweiCloudDeveloper/gaussdb-node/commit/f5b9989402ba5ac940c9b917a6ede92bb397b29d))
12+
* **test:** Fix Serial-related tests for temp table ([#18](https://github.com/HuaweiCloudDeveloper/gaussdb-node/issues/18)) ([c6dec4e](https://github.com/HuaweiCloudDeveloper/gaussdb-node/commit/c6dec4e2cd679216f1c06442191e1480215c404b))
13+
* **test:** Fix test for error recovery ([#17](https://github.com/HuaweiCloudDeveloper/gaussdb-node/issues/17)) ([d68ead0](https://github.com/HuaweiCloudDeveloper/gaussdb-node/commit/d68ead0537f52fcc25c8db790755cd27da4a3c74))

packages/gaussdb-query-stream/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gaussdb-query-stream",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "GaussDB query result returned as readable stream",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -43,7 +43,7 @@
4343
"JSONStream": "~1.3.5",
4444
"concat-stream": "~1.0.1",
4545
"eslint-plugin-promise": "^6.0.1",
46-
"gaussdb-node": "^0.2.1",
46+
"gaussdb-node": "^0.2.2",
4747
"mocha": "^10.5.2",
4848
"stream-spec": "~0.3.5",
4949
"ts-node": "^8.5.4",
@@ -53,6 +53,6 @@
5353
"gaussdb-node": "^0.2.0"
5454
},
5555
"dependencies": {
56-
"gaussdb-cursor": "^0.2.1"
56+
"gaussdb-cursor": "^0.2.2"
5757
}
5858
}

0 commit comments

Comments
 (0)