Code-Fight commented on code in PR #752: URL: https://github.com/apache/incubator-seata-go/pull/752#discussion_r1900401121
########## changes/2.0.0.md: ########## @@ -0,0 +1,132 @@ +<!-- + 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. + --> + +### 2.0.0 + +<details> + <summary><mark>Release notes</mark></summary> + +### Seata-go 2.0.0 + +Seata-go 2.0.0 Released. + +Seata-go is an easy-to-use, high-performance, open source distributed transaction solution. + +The version is updated as follows: + +### feature: + +- [[#659](https://github.com/apache/incubator-seata-go/pull/659)] support compress for AT undo log +- [[#574](https://github.com/apache/incubator-seata-go/pull/574)] support file and nacos service registry +- [[#584](https://github.com/apache/incubator-seata-go/pull/584)] support the ConsistentHash load balancing strategy in the remoting module +- [[#585](https://github.com/apache/incubator-seata-go/pull/585)] support the LeastActive load balancing strategy in the remoting module +- [[#605](https://github.com/apache/incubator-seata-go/pull/605)] support the discovery service of Etcd +- [[#622](https://github.com/apache/incubator-seata-go/pull/622)] add round robin strategy of remote call +- [[#691](https://github.com/apache/incubator-seata-go/pull/691)] support protobuf undo log parser +- [[#738](https://github.com/apache/incubator-seata-go/pull/738)] remove session when send heart beat message failed +- [[#739](https://github.com/apache/incubator-seata-go/pull/739)] support automatic refresh functionality for table meta cache + +### bugfix: + +- [[#540](https://github.com/apache/incubator-seata-go/pull/540)] fix init xa panic bug Review Comment: xa要不要大写 我看下面都是大写 AT也是大写 ########## changes/2.0.0.md: ########## @@ -0,0 +1,132 @@ +<!-- + 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. + --> + +### 2.0.0 + +<details> + <summary><mark>Release notes</mark></summary> + +### Seata-go 2.0.0 + +Seata-go 2.0.0 Released. + +Seata-go is an easy-to-use, high-performance, open source distributed transaction solution. + +The version is updated as follows: + +### feature: + +- [[#659](https://github.com/apache/incubator-seata-go/pull/659)] support compress for AT undo log +- [[#574](https://github.com/apache/incubator-seata-go/pull/574)] support file and nacos service registry +- [[#584](https://github.com/apache/incubator-seata-go/pull/584)] support the ConsistentHash load balancing strategy in the remoting module +- [[#585](https://github.com/apache/incubator-seata-go/pull/585)] support the LeastActive load balancing strategy in the remoting module +- [[#605](https://github.com/apache/incubator-seata-go/pull/605)] support the discovery service of Etcd +- [[#622](https://github.com/apache/incubator-seata-go/pull/622)] add round robin strategy of remote call +- [[#691](https://github.com/apache/incubator-seata-go/pull/691)] support protobuf undo log parser +- [[#738](https://github.com/apache/incubator-seata-go/pull/738)] remove session when send heart beat message failed +- [[#739](https://github.com/apache/incubator-seata-go/pull/739)] support automatic refresh functionality for table meta cache + +### bugfix: + +- [[#540](https://github.com/apache/incubator-seata-go/pull/540)] fix init xa panic bug +- [[#590](https://github.com/apache/incubator-seata-go/pull/590)] fix some repo error +- [[#595](https://github.com/apache/incubator-seata-go/pull/595)] check the response error is nil for commit or rollback +- [[#607](https://github.com/apache/incubator-seata-go/pull/607)] fix the bug of jackson serialize +- [[#665](https://github.com/apache/incubator-seata-go/pull/665)] reclaim the heartbeat response message to avoid memory leakage of GettyRemoting.future +- [[#672](https://github.com/apache/incubator-seata-go/pull/672)] fix AT rollback bug +- [[#674](https://github.com/apache/incubator-seata-go/pull/674)] fix XA rollback bug +- [[#690](https://github.com/apache/incubator-seata-go/pull/690)] fix AT undo log jackson parser not found bug +- [[#701](https://github.com/apache/incubator-seata-go/pull/701)] fix the InsertOnDuplicateUpdate is an issue with bypassing modifying the primary key +- [[#717](https://github.com/apache/incubator-seata-go/pull/717)] support xa report state to TC Review Comment: xa要不要大写 我看下面都是大写 AT也是大写 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org