Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
[skip ci]

## [6.0.0](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](#108)) ([ae327fa](ae327fa))

### Bug Fixes

* use master branch ([758877d](758877d))
  • Loading branch information
semantic-release-bot committed Jun 3, 2023
1 parent 758877d commit ee88542
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ali-rds",
"version": "5.1.2",
"version": "6.0.0",
"description": "Aliyun RDS client",
"main": "lib/client.js",
"files": [
Expand Down

0 comments on commit ee88542

Please sign in to comment.