|
|
@@ -0,0 +1,87 @@ |
|
|
|
<!-- |
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more |
|
|
|
contributor license agreements. See the NOTICE file distributed with |
|
|
|
this work for additional information regarding copyright ownership. |
|
|
|
The ASF licenses this file to You under the Apache License, Version 2.0 |
|
|
|
(the "License"); you may not use this file except in compliance with |
|
|
|
the License. You may obtain a copy of the License at |
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0 |
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software |
|
|
|
distributed under the License is distributed on an "AS IS" BASIS, |
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
|
|
See the License for the specific language governing permissions and |
|
|
|
limitations under the License. |
|
|
|
--> |
|
|
|
|
|
|
|
### 1.0.4 |
|
|
|
|
|
|
|
<details> |
|
|
|
<summary><mark>Release notes</mark></summary> |
|
|
|
|
|
|
|
### Seata-go 1.0.4 |
|
|
|
|
|
|
|
Seata-go 1.0.4 Released. |
|
|
|
|
|
|
|
Seata-go is an easy-to-use, high-performance, open source distributed transaction solution. |
|
|
|
|
|
|
|
The version is updated as follows: |
|
|
|
|
|
|
|
### feature: |
|
|
|
|
|
|
|
- [[#477](https://github.com/seata/seata-go/pull/477)] add the use of undo log serialization and support the default json parser |
|
|
|
- [[#463](https://github.com/seata/seata-go/pull/463)] support xa connect proxy |
|
|
|
- [[#463](https://github.com/seata/seata-go/pull/463)] support xa resource manager |
|
|
|
- [[#462](https://github.com/seata/seata-go/pull/462)] support xa excutor |
|
|
|
- [[#446](https://github.com/seata/seata-go/pull/446)] support gorm |
|
|
|
- [[#444](https://github.com/seata/seata-go/pull/444)] support BZip2Compressor |
|
|
|
- [[#433](https://github.com/seata/seata-go/pull/433)] support xa connect manager |
|
|
|
|
|
|
|
### bugfix: |
|
|
|
- [[#487](https://github.com/seata/seata-go/pull/487)] fix at bug when execute |
|
|
|
- [[#472](https://github.com/seata/seata-go/pull/472)] fix missing value of context When using global transactions |
|
|
|
- [[#466](https://github.com/seata/seata-go/pull/466)] fix some typo |
|
|
|
- [[#461](https://github.com/seata/seata-go/pull/461)] fix the problem of error_code_test |
|
|
|
- [[#459](https://github.com/seata/seata-go/pull/459)] fix the rollback error log |
|
|
|
- [[#452](https://github.com/seata/seata-go/pull/452)] fix autoincrement insert panic |
|
|
|
|
|
|
|
|
|
|
|
### optimize: |
|
|
|
- [[#481](https://github.com/seata/seata-go/pull/481)] refactor logic of multiple update sql in at mode |
|
|
|
- [[#478](https://github.com/seata/seata-go/pull/478)] refactor logic of select for update sql |
|
|
|
- [[#456](https://github.com/seata/seata-go/pull/456)] refactor logic of insert on update sql |
|
|
|
- [[#453](https://github.com/seata/seata-go/pull/453)] optimize the messageType and transactionErrorCode |
|
|
|
- [[#447](https://github.com/seata/seata-go/pull/447)] optimize the datasource init |
|
|
|
- [[#430](https://github.com/seata/seata-go/pull/430)] Optimize getty config |
|
|
|
- [[#436](https://github.com/seata/seata-go/pull/436)] use the config to refactor the project |
|
|
|
|
|
|
|
|
|
|
|
### test: |
|
|
|
- [[#445](https://github.com/seata/seata-go/pull/445)] add unit test for TransactionErrorCode and MessageType |
|
|
|
|
|
|
|
### doc: |
|
|
|
- [[#443](https://github.com/seata/seata-go/pull/443)] rename change-log to 1.0.3 |
|
|
|
- [[#431](https://github.com/seata/seata-go/pull/431)] add the changes log |
|
|
|
|
|
|
|
### contributors: |
|
|
|
|
|
|
|
Thanks to these contributors for their code commits. Please report an unintended omission. |
|
|
|
|
|
|
|
- [luky116](https://github.com/luky116) |
|
|
|
- [georgehao](https://github.com/georgehao) |
|
|
|
- [lxfeng1997](https://github.com/lxfeng1997) |
|
|
|
- [106umao](https://github.com/106umao) |
|
|
|
- [wang1309](https://github.com/wang1309) |
|
|
|
- [iSuperCoder](https://github.com/iSuperCoder) |
|
|
|
- [Charlie17Li](https://github.com/Charlie17Li) |
|
|
|
- [Code-Fight](https://github.com/Code-Fight) |
|
|
|
- [Kirhaku](https://github.com/Kirhaku) |
|
|
|
- [Vaderkai](https://github.com/VaderKai) |
|
|
|
- [springrain](https://github.com/springrain) |
|
|
|
- [Shaozhou Hu](https://github.com/raspberry-hu) |
|
|
|
- [finkyky](https://github.com/Finkyky) |
|
|
|
|
|
|
|
Also, we receive many valuable issues, questions and advices from our community. Thanks all. |
|
|
|
|
|
|
|
</detail> |