diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ad952..ee2d992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [6.0.0](https://github.com/ali-sdk/ali-rds/compare/v5.1.2...v6.0.0) (2023-06-03) + + +### ⚠ BREAKING CHANGES + +* In `Promise.all` case, Parallel beginTransactionScope will create isolated transactions. + +### Features + +* use AsyncLocalStorage to refactor transaction, to make it more safe ([#108](https://github.com/ali-sdk/ali-rds/issues/108)) ([ae327fa](https://github.com/ali-sdk/ali-rds/commit/ae327fa5a350b48c4e1f56c2769524c5786e1152)) + + +### Bug Fixes + +* use master branch ([758877d](https://github.com/ali-sdk/ali-rds/commit/758877d9e01df74b9df12c65b7f625275996656b)) + ## [5.1.2](https://github.com/ali-sdk/ali-rds/compare/v5.1.1...v5.1.2) (2023-03-06) diff --git a/package.json b/package.json index c3d8ad7..3ff2c94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ali-rds", - "version": "5.1.2", + "version": "6.0.0", "description": "Aliyun RDS client", "main": "lib/client.js", "files": [