|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!--
- 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.
- -->
-
- ### Development notes
-
- ### dev version
-
- Seata-go is an easy-to-use, high-performance, open source distributed transaction solution.
-
- The version is updated as follows:
-
- ### feature:
-
- - [[#123](https://github.com/apache/incubator-seata-go/pull/123)] add two phase and dubbo
-
- ### bugfix:
-
- - [[#130](https://github.com/apache/incubator-seata-go/pull/130)] getty session auto close bug
-
- ### optimize:
-
- - [[#125](https://github.com/apache/incubator-seata-go/pull/125)] optimize named for the resource manager api and tcc resource
-
- ### test:
-
- - [[#xxx](https://github.com/apache/incubator-seata-go/pull/xxx)] test case for xxx
-
- ### contributors:
-
- Thanks to these contributors for their code commits. Please report an unintended omission.
-
- - [slievrly](https://github.com/slievrly)
-
- Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.
|