Releases: apache/incubator-seata
Releases · apache/incubator-seata
v0.4.2
- [#704] add local file write ByteBuffer pool
- [#679] add registry close interface implementation, optimize RpcServer shutdown hook
- [#713] add local file writes enable compression for messages that exceed the configured size
- [#587] support for MySQL DDL statement
- [#717] add Nacos Initialization Configuration Script Configuration and Completion Program Configuration File
- [#726] support for DBCP, C3P0, BoneCP, HikariCP and Tomcat-JDBC connection pools
- [#744] add ZooKeeper disconnection re-registration and subscription when reconnected
- [#728] support for Consul Registration Center
- [#569] fix already jdk proxy and no target only traverses the first implementation interface problem
- [#721] fix ConfigFuture constructor timeout parameter does not work
- [#725] fix MergedSendRunnable channel is unexpectedly closed, and add fail-fast
- [#723] fix defaultServerMessageListener is not initialized
- [#746] fix the failure of the test module caused by the DataSourceManager SPI
- [#754] optimize Eureka registry
- [#750] fix undolog caused by DataSourceManager SPI cannot delete problem
- [#747] Delete MT mode, then will be replaced by TCC mode
- [#757] fix rollback caused by RPC exception when performing BranchRollback retry
- [#776] fix connection creation failure caused by toString exception when connection pool creates channel
v0.4.1(Not Apache release)
v0.4.0(Not Apache release)
v0.3.1(Not Apache release)
[#569] fix eureka renew url encode.
[#551] fix ConfigType NPE.
[#489] fix GlobalRollback request but not receive report.
[#525] add custom hook access point at each stage of the transaction process.
[#594] support Zookeeper Registration Center.
[#597] fix blocker and critical level issues scanned by p3c.
v0.3.0(Not Apache release)
[#510] Support eureka registry center.
[#498] Implement local transaction mode with global locks and resolve local transaction isolation issues.
[#459] Fix mysql keyword generating sql problem as table name and column name.
[#312] Fix the original business sql no where condition generation sql error problem.
[#522] Fix file path security vulnerability.
Remove useless, format, optimize import, javadoc, copyright for all module code
v0.2.3(Not Apache release)
v0.2.2(Not Apache release)
- Fixed several bugs
v0.2.1(Not Apache release)
- Support BETWEEN in update statement
- Add Random and RoundRobin LoadBalance
- Fix NettyClientConfig variable name isPoolFifo-> isPoolLifo
- Add dubbo-alibaba module support Alibaba Dubbo
- Fix fescar-dubbo filter SPI reference error
v0.2.0(Not Apache release)
- Support Nacos Service Registration and Configuration Center
- Add Fescar-Server automatic recovery from file unfinished transaction operations to memory when restarting
- Fix Fescar-Server restart may cause XID duplication
- Fix Windows startup script $EXTRA_JVM_ARGUMENTS parameter error
- Fix distributed transaction local nested inner transaction commit/rollback causes outer transaction exception problem
- Fix local transaction commit exception, local transaction does not rollback problem
v0.1.4(Not Apache release)
- Fixed several bugs
- Upgrade jdk version to 1.8