apache/incubator-seata
 Watch   
 Star   
 Fork   
2025-07-21 21:13:41
incubator-seata

V2.5.0

Apache Seata(incubating) 2.5.0 Released.

Apache Seata(incubating) is an easy-to-use, high-performance, open source distributed transaction solution.

The version is updated as follows:

feature:

  • [#7261] enforce account initialization and disable default credentials
  • [#7451] seata-server supports the HTTP/2 protocol
  • [#7496] add oceanbase oracle support

bugfix:

  • [#7349] Resolve NullPointerException in EtcdRegistryServiceImplMockTest
  • [#7354] fix the drivers in the libs folder cannot be loaded
  • [#7356] fix codecov bug
  • [#7370] fix ISSUE_TEMPLATE not work
  • [#7397] Resolve NullPointer and port binding errors
  • [#7502] remove extra dots and keep the naming style consistent with other tables
  • [#7498] fix the class name whitelist check issue in fury deserialization
  • [#7504] fix load driver class in Hikari
  • [#7529] fix the server does not send heartbeats when the namingserver is used with other registries
  • [#7546] fix client spring version compatible

optimize:

  • [#7270] enhance ci configuration
  • [#7282] optimize unexpected NullPointerException in lookup method in FileRegistryServiceImpl class
  • [#7310] Optimize minor issues in the naming-server
  • [#7329] upgrade tomcat to 9.0.100
  • [#7346] replace tomcat with netty-http on the server
  • [#7344] raft mode performs transaction size check in advance
  • [#7343] upgrade tomcat to 9.0.104
  • [#7337] Add ChannelEventListener support to prevent memory leaks
  • [#7344] raft mode performs transaction size check in advance
  • [#7345] add empty check and duplicate type check to RegistryFactory
  • [#7350] optimize codecov.yml
  • [#7360] Update resource cleanup logic for channel disconnection
  • [#7363] Upgrade npmjs dependencies
  • [#7372] optimize license ignore
  • [#7375] optimize close() logic of discovery module
  • [#7388] optimize binary packaging directory structure
  • [#7412] Helm template adapted to the new version of seata
  • [#7414] Remove the unused defaultEventExecutorGroup from the NettyClientBootstrap
  • [#7415] Use threadPool to asynchronously process server http requests
  • [#7418] add jackson notice
  • [#7419] Add maven profile to support packaging source code
  • [#7428] pmd-check log as ERROR level
  • [#7430] Add support for parsing RequestParam annotation in netty-http-server
  • [#7432] conditionally include test modules using Maven profiles
  • [#7445] separate the license from the server and namingserver
  • [#7426] add some license header
  • [#7450] Apply Spotless to the entire codebase
  • [#7456] Druid SQL parser throws ParserException for unsupported REPLACE statement
  • [#7466] add contribution intention check box to issue template
  • [#7478] metrics add retry status
  • [#7483] change the value of retryDeadThreshold to 70 seconds
  • [#7488] upgrade tomcat to 9.0.106
  • [#7518] avoid using unstable API in ChannelEventHandlerIntegrationTest
  • [#7530] optimize 1.2.12 test-druid CI
  • [#7391] optimize: upgrade tomcat to 9.0.105
  • [#7390] optimize: optimize license header check
  • [#7389] optimize: fix some js resource missing license header
  • [#7536] optimize: optimize druid 1.2.12 ci

test:

  • [#7092] fix the issue of NacosMockTest failing to run
  • [#7098] Add unit tests for the seata-common module
  • [#7160] Refactored tests in LowerCaseLinkHashMapTest to use parameterized unit testing
  • [#7167] Refactored tests in DurationUtilTest to simplify and use parameterized unit testing
  • [#7189] fix the runtime exception in the saga test case
  • [#7197] add some UT cases for config module
  • [#7199] add some UT cases for client processor
  • [#7203] Refactored tests in rm.datasource.sql.Druid and seata-sqlparser-druid module
  • [#7221] add UT for gRPC Encoder/Decode
  • [#7227] add mock test for seata-discovery-consul module
  • [#7233] add mock test for seata-discovery-etcd3
  • [#7243] add unit test for seata-discovery-eureka
  • [#7255] more unit tests for Discovery-Eureka
  • [#7286] Simplified complex test testMsgSerialize in RaftSyncMessageTest by separating it into two tests
  • [#7287] Refactored testGetErrorMsgWithValidCodeReturnsExpectedMsg to use parameterized unit testing
  • [#7288] Refactored testSetCodeAndMsgUpdatesValuesCorrectly to use parameterized unit testing
  • [#7294] improved test testGetInsertParamsValue in SqlServerInsertRecognizerTest by splitting and parameterizing
  • [#7295] updated 3 tests in StringUtilsTest to use parameterized unit testing
  • [#7205] add UT for namingserver module
  • [#7359] merge submodule test reports
  • [#7423] add UT for org.apache.seata.spring.annotation.scannercheckers
  • [#7420] add UT for RemotingFactoryBeanParser class
  • [#7379] add UT for TccAnnotationProcessor class
  • [#7422] add UT for seata-spring-boot-starter module
  • [#7433] add UT for GlobalTransactionScanner class
  • [#7436] fix namingserver ut error
  • [#7435] Add common test config for dynamic server port assignment in tests
  • [#7442] add some UT for saga compatible
  • [#7457] improve unit test coverage of seata-rm moudle
  • [#7464] improve unit test coverage of seata-gRPC moudle
  • [#7468] add UT for SupportSqlWhereMethod class
  • [#7501] add unit test case for fury serializer
  • [#7528] fix UT failed in spring-boot-starter
  • [#7275] test: add UT for rm datasource module
  • [#7321] test: add test for apm-seata-skywalking-plugin module
  • [#7400] test: add test for SpringProxyUtils and OrderUtils
  • [#7385] optimize: remove HttpServletRequest from the watch API

refactor:

  • [#7315] Refactor log testing to use ListAppender for more accurate and efficient log capture
  • [#7461] Refactor server netty config changed to use CONFIG format

Thanks to these contributors for their code commits. Please report an unintended omission.

Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.

2025-06-11 10:36:31
incubator-seata

V2.4.0

Apache Seata(incubating) 2.4.0 Released.

Apache Seata(incubating) is an easy-to-use, high-performance, open source distributed transaction solution.

The version is updated as follows:

feature:

  • [#7157] migrate the console to the naming server
  • [#7213] support kingbase xa mode
  • [#7024] add console transaction control

bugfix:

  • [#7104] fix impl of supportsSourceType is not defined
  • [#7116] fix prefix: seata.server.raft.ssl should not be null
  • [#7112] bugfix: remove the condition that IPv6 must start with fe80
  • [#7107] fix the issue of failing to parse annotations in TCC mode when the business object is a proxy object.
  • [#7124] bugfix: GlobalTransactionScanner.afterPropertiesSet need do scanner check
  • [#7135] treating a unique index conflict during rollback as a dirty write
  • [#7150] The time difference between the raft node and the follower node cannot synchronize data
  • [#7102] bugfix: modify XA mode pre commit transaction from commit phase to before close phase
  • [#7188] bugfix: Fix missing branchType in BusinessActionContext
  • [#7219] bugfix: NotSupportExc can't be thrown out in some cases
  • [#7241] upgrade tomcat-embed-core to 9.0.99 to fix CVE-2025-24813
  • [#7272] fix: fix transaction info not display
  • [#7277] Fix MySQL jdbc driver can't be found properly
  • [#7355] fix: the drivers in the lib folder cannot be loaded
  • [#7397] Resolve NullPointer and port binding errors

optimize:

  • [#6828] spring boot compatible with file.conf and registry.conf
  • [#7012] When the number of primary keys exceeds 1000, use union to concatenate the SQL
  • [#7075] fast fail when channel is null
  • [#7089] support instance registration to the registry center
  • [#7093] add a test workflow for JDK 21
  • [#7088] expand english abbreviations to full words
  • [#7064] remove unnecessary null checks
  • [#7130] Expose some keepalive-related configuration for Druid, Hikari, and DBCP
  • [#7131] Remove org.codehaus.jackson dependency
  • [#7134] upgrade tomcat-embed to 9.0.98
  • [#7138] Remove org.eclipse.jetty dependency
  • [#7139] upgrade xstream to 1.4.21
  • [#7141] remove unused dependencies
  • [#7142] upgrade commons-compress to 1.27.1
  • [#7149] Fix abnormal character display issues in ./distribution/NOTICE.md
  • [#7170] Optimize seata client I/O processing by adjusting thread count
  • [#7187] Add dependency-check-maven plugin to detect potential vulnerabilities
  • [#7179] Use shared EventLoop for TM and RM clients to reduce thread overhead and improve performance
  • [#7194] automatically skipping proxy for datasource of type AbstractRoutingDataSource
  • [#7215] intercept non-leader write requests of the console trx operation
  • [#7224] optimize changeGlobalStatus interface of console
  • [#7222] in raft mode add the vgroup field to global lock
  • [#7229] update Notice
  • [#7234] discover the raft leader node from the naming server
  • [#7242] optimize: optimize ratelimit bucketTokenNumPerSecond config
  • [#7259] transfer the logback appender configuration to the yml configuration
  • [#6998] skip sending some request if client-version is v0
  • [#7250] compatible for client_protocol_version > server_protocol_version
  • [#7242] optimize ratelimit bucketTokenNumPerSecond config
  • [#7232] add license header
  • [#7260] upgrade npmjs dependencies
  • [#7284] add dependency-check profile
  • [#7073] support virtual thread,replace the usages of synchronized with ReentrantLock
  • [#6756] feature: add single server rate limit
  • [#7037] support fury undolog parser
  • [#7069] Raft cluster mode supports address translation
  • [#7038] support fury serializer
  • [#7171] support EpollEventLoopGroup in client
  • [#7223] apply Spotless with Palantir java format
  • [#7114] support raft mode registry to namingserver
  • [#7133] Implement scheduled handling for end status transaction
  • [#7183] client discovers raft nodes through the naming server
  • [#7182] use the ip of the peerId as the host of the raft node
  • [#7181] raft implements domain name resolution and selects peerId
  • [#7283] optimize: use retry logic to end global trx
  • [#7287] fix some js resource missing license header
  • [#7392] upgrade npmjs dependencies
  • [#7394] optimize license header check
  • [#7395] upgrade tomcat to 9.0.105

security:

  • [#6069] Upgrade Guava dependencies to fix security vulnerabilities
  • [#6145] upgrade jettison to 1.5.4
  • [#6144] upgrade nacos client to 1.4.6
  • [#6147] upgrade kafka-clients to 3.6.1
  • [#6338] upgrade jackson version
  • [#7201] upgrade protobuf.version to 3.25.5
  • [#7214] upgrade jackson to 2.18.3
  • [#7249] upgrade axios to 1.8.2

test:

  • [#7092] fix the issue of NacosMockTest failing to run
  • [#7098] Add unit tests for the seata-common module
  • [#7160] Refactored tests in LowerCaseLinkHashMapTest to use parameterized unit testing
  • [#7167] Refactored tests in DurationUtilTest to simplify and use parameterized unit testing
  • [#7189] fix the runtime exception in the saga test case
  • [#7197] add some UT cases for config module
  • [#7199] add some UT cases for client processor
  • [#7203] Refactored tests in rm.datasource.sql.Druid and seata-sqlparser-druid module
  • [#7221] add UT for gRPC Encoder/Decode
  • [#7227] add mock test for seata-discovery-consul module
  • [[#7233][https://github.com/apache/incubator-seata/pull/7233]] add mock test for seata-discovery-etcd3
  • [#7243] add unit test for seata-discovery-eureka
  • [#7255] more unit tests for Discovery-Eureka [#7320] Refactor log testing to use ListAppender for more accurate and efficient log capture

refactor:

  • [#7145] refactor the code that does not comply with license requirements
  • [#7236] changed folder name in org.apache.seata.server.storage.raft.sore from sore to store

doc:

  • [#7226] write better docs for CONTRIBUTING.md

Thanks to these contributors for their code commits. Please report an unintended omission.

Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.

2025-05-21 17:06:40
incubator-seata

V2.4.0

Apache Seata(incubating) 2.4.0 Released.

Apache Seata(incubating) is an easy-to-use, high-performance, open source distributed transaction solution.

The version is updated as follows:

feature:

  • [#7157] migrate the console to the naming server
  • [#7213] support kingbase xa mode
  • [#7024] add console transaction control

bugfix:

  • [#7104] fix impl of supportsSourceType is not defined
  • [#7116] fix prefix: seata.server.raft.ssl should not be null
  • [#7112] bugfix: remove the condition that IPv6 must start with fe80
  • [#7107] fix the issue of failing to parse annotations in TCC mode when the business object is a proxy object.
  • [#7124] bugfix: GlobalTransactionScanner.afterPropertiesSet need do scanner check
  • [#7135] treating a unique index conflict during rollback as a dirty write
  • [#7150] The time difference between the raft node and the follower node cannot synchronize data
  • [#7102] bugfix: modify XA mode pre commit transaction from commit phase to before close phase
  • [#7188] bugfix: Fix missing branchType in BusinessActionContext
  • [#7219] bugfix: NotSupportExc can't be thrown out in some cases
  • [#7241] upgrade tomcat-embed-core to 9.0.99 to fix CVE-2025-24813
  • [#7272] fix: fix transaction info not display
  • [#7277] Fix MySQL jdbc driver can't be found properly
  • [#7355] fix: the drivers in the lib folder cannot be loaded

optimize:

  • [#6828] spring boot compatible with file.conf and registry.conf
  • [#7012] When the number of primary keys exceeds 1000, use union to concatenate the SQL
  • [#7075] fast fail when channel is null
  • [#7089] support instance registration to the registry center
  • [#7093] add a test workflow for JDK 21
  • [#7088] expand english abbreviations to full words
  • [#7064] remove unnecessary null checks
  • [#7130] Expose some keepalive-related configuration for Druid, Hikari, and DBCP
  • [#7131] Remove org.codehaus.jackson dependency
  • [#7134] upgrade tomcat-embed to 9.0.98
  • [#7138] Remove org.eclipse.jetty dependency
  • [#7139] upgrade xstream to 1.4.21
  • [#7141] remove unused dependencies
  • [#7142] upgrade commons-compress to 1.27.1
  • [#7149] Fix abnormal character display issues in ./distribution/NOTICE.md
  • [#7170] Optimize seata client I/O processing by adjusting thread count
  • [#7187] Add dependency-check-maven plugin to detect potential vulnerabilities
  • [#7179] Use shared EventLoop for TM and RM clients to reduce thread overhead and improve performance
  • [#7194] automatically skipping proxy for datasource of type AbstractRoutingDataSource
  • [#7215] intercept non-leader write requests of the console trx operation
  • [#7224] optimize changeGlobalStatus interface of console
  • [#7222] in raft mode add the vgroup field to global lock
  • [#7229] update Notice
  • [#7234] discover the raft leader node from the naming server
  • [#7242] optimize: optimize ratelimit bucketTokenNumPerSecond config
  • [#7259] transfer the logback appender configuration to the yml configuration
  • [#6998] skip sending some request if client-version is v0
  • [#7250] compatible for client_protocol_version > server_protocol_version
  • [#7242] optimize ratelimit bucketTokenNumPerSecond config
  • [#7232] add license header
  • [#7260] upgrade npmjs dependencies
  • [#7284] add dependency-check profile
  • [#7073] support virtual thread,replace the usages of synchronized with ReentrantLock
  • [#6756] feature: add single server rate limit
  • [#7037] support fury undolog parser
  • [#7069] Raft cluster mode supports address translation
  • [#7038] support fury serializer
  • [#7171] support EpollEventLoopGroup in client
  • [#7223] apply Spotless with Palantir java format
  • [#7114] support raft mode registry to namingserver
  • [#7133] Implement scheduled handling for end status transaction
  • [#7183] client discovers raft nodes through the naming server
  • [#7182] use the ip of the peerId as the host of the raft node
  • [#7181] raft implements domain name resolution and selects peerId
  • [#7283] optimize: use retry logic to end global trx

security:

  • [#6069] Upgrade Guava dependencies to fix security vulnerabilities
  • [#6145] upgrade jettison to 1.5.4
  • [#6144] upgrade nacos client to 1.4.6
  • [#6147] upgrade kafka-clients to 3.6.1
  • [#6338] upgrade jackson version
  • [#7201] upgrade protobuf.version to 3.25.5
  • [#7214] upgrade jackson to 2.18.3
  • [#7249] upgrade axios to 1.8.2

test:

  • [#7092] fix the issue of NacosMockTest failing to run
  • [#7098] Add unit tests for the seata-common module
  • [#7160] Refactored tests in LowerCaseLinkHashMapTest to use parameterized unit testing
  • [#7167] Refactored tests in DurationUtilTest to simplify and use parameterized unit testing
  • [#7189] fix the runtime exception in the saga test case
  • [#7197] add some UT cases for config module
  • [#7199] add some UT cases for client processor
  • [#7203] Refactored tests in rm.datasource.sql.Druid and seata-sqlparser-druid module
  • [#7221] add UT for gRPC Encoder/Decode
  • [#7227] add mock test for seata-discovery-consul module
  • [[#7233][https://github.com/apache/incubator-seata/pull/7233]] add mock test for seata-discovery-etcd3
  • [#7243] add unit test for seata-discovery-eureka
  • [#7255] more unit tests for Discovery-Eureka

refactor:

  • [#7145] refactor the code that does not comply with license requirements
  • [#7236] changed folder name in org.apache.seata.server.storage.raft.sore from sore to store

doc:

  • [#7226] write better docs for CONTRIBUTING.md

Thanks to these contributors for their code commits. Please report an unintended omission.

Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.

2025-05-17 12:39:04
incubator-seata

V2.4.0

Apache Seata(incubating) 2.4.0 Released.

Apache Seata(incubating) is an easy-to-use, high-performance, open source distributed transaction solution.

The version is updated as follows:

feature:

  • [#7157] migrate the console to the naming server
  • [#7213] support kingbase xa mode

bugfix:

  • [#7104] fix impl of supportsSourceType is not defined
  • [#7116] fix prefix: seata.server.raft.ssl should not be null
  • [#7112] bugfix: remove the condition that IPv6 must start with fe80
  • [#7107] fix the issue of failing to parse annotations in TCC mode when the business object is a proxy object.
  • [#7124] bugfix: GlobalTransactionScanner.afterPropertiesSet need do scanner check
  • [#7135] treating a unique index conflict during rollback as a dirty write
  • [#7150] The time difference between the raft node and the follower node cannot synchronize data
  • [#7102] bugfix: modify XA mode pre commit transaction from commit phase to before close phase
  • [#7188] bugfix: Fix missing branchType in BusinessActionContext
  • [#7219] bugfix: NotSupportExc can't be thrown out in some cases
  • [#7241] upgrade tomcat-embed-core to 9.0.99 to fix CVE-2025-24813
  • [#7272] fix: fix transaction info not display
  • [#7277] Fix MySQL jdbc driver can't be found properly

optimize:

  • [#6828] spring boot compatible with file.conf and registry.conf
  • [#7012] When the number of primary keys exceeds 1000, use union to concatenate the SQL
  • [#7075] fast fail when channel is null
  • [#7089] support instance registration to the registry center
  • [#7093] add a test workflow for JDK 21
  • [#7088] expand english abbreviations to full words
  • [#7064] remove unnecessary null checks
  • [#7130] Expose some keepalive-related configuration for Druid, Hikari, and DBCP
  • [#7131] Remove org.codehaus.jackson dependency
  • [#7134] upgrade tomcat-embed to 9.0.98
  • [#7138] Remove org.eclipse.jetty dependency
  • [#7139] upgrade xstream to 1.4.21
  • [#7141] remove unused dependencies
  • [#7142] upgrade commons-compress to 1.27.1
  • [#7149] Fix abnormal character display issues in ./distribution/NOTICE.md
  • [#7170] Optimize seata client I/O processing by adjusting thread count
  • [#7187] Add dependency-check-maven plugin to detect potential vulnerabilities
  • [#7179] Use shared EventLoop for TM and RM clients to reduce thread overhead and improve performance
  • [#7194] automatically skipping proxy for datasource of type AbstractRoutingDataSource
  • [#7215] intercept non-leader write requests of the console trx operation
  • [#7224] optimize changeGlobalStatus interface of console
  • [#7222] in raft mode add the vgroup field to global lock
  • [#7229] update Notice
  • [#7234] discover the raft leader node from the naming server
  • [#7242] optimize: optimize ratelimit bucketTokenNumPerSecond config
  • [#7259] transfer the logback appender configuration to the yml configuration
  • [#6998] skip sending some request if client-version is v0
  • [#7250] compatible for client_protocol_version > server_protocol_version
  • [#7242] optimize ratelimit bucketTokenNumPerSecond config
  • [#7232] add license header
  • [#7260] upgrade npmjs dependencies
  • [#7284] add dependency-check profile
  • [#7073] support virtual thread,replace the usages of synchronized with ReentrantLock
  • [#6756] feature: add single server rate limit
  • [#7037] support fury undolog parser
  • [#7069] Raft cluster mode supports address translation
  • [#7038] support fury serializer
  • [#7171] support EpollEventLoopGroup in client
  • [#7223] apply Spotless with Palantir java format
  • [#7114] support raft mode registry to namingserver
  • [#7133] Implement scheduled handling for end status transaction
  • [#7183] client discovers raft nodes through the naming server
  • [#7182] use the ip of the peerId as the host of the raft node
  • [#7181] raft implements domain name resolution and selects peerId
  • [#7283] optimize: use retry logic to end global trx

security:

  • [#6069] Upgrade Guava dependencies to fix security vulnerabilities
  • [#6145] upgrade jettison to 1.5.4
  • [#6144] upgrade nacos client to 1.4.6
  • [#6147] upgrade kafka-clients to 3.6.1
  • [#6338] upgrade jackson version
  • [#7201] upgrade protobuf.version to 3.25.5
  • [#7214] upgrade jackson to 2.18.3
  • [#7249] upgrade axios to 1.8.2

test:

  • [#7092] fix the issue of NacosMockTest failing to run
  • [#7098] Add unit tests for the seata-common module
  • [#7160] Refactored tests in LowerCaseLinkHashMapTest to use parameterized unit testing
  • [#7167] Refactored tests in DurationUtilTest to simplify and use parameterized unit testing
  • [#7189] fix the runtime exception in the saga test case
  • [#7197] add some UT cases for config module
  • [#7199] add some UT cases for client processor
  • [#7203] Refactored tests in rm.datasource.sql.Druid and seata-sqlparser-druid module
  • [#7221] add UT for gRPC Encoder/Decode
  • [#7227] add mock test for seata-discovery-consul module
  • [[#7233][https://github.com/apache/incubator-seata/pull/7233]] add mock test for seata-discovery-etcd3
  • [#7243] add unit test for seata-discovery-eureka
  • [#7255] more unit tests for Discovery-Eureka

refactor:

  • [#7145] refactor the code that does not comply with license requirements
  • [#7236] changed folder name in org.apache.seata.server.storage.raft.sore from sore to store

doc:

  • [#7226] write better docs for CONTRIBUTING.md

Thanks to these contributors for their code commits. Please report an unintended omission.

Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.

2025-04-28 22:10:11
incubator-seata

V2.4.0

Apache Seata(incubating) 2.4.0 Released.

Apache Seata(incubating) is an easy-to-use, high-performance, open source distributed transaction solution.

The version is updated as follows:

feature:

  • [#7157] migrate the console to the naming server
  • [#7213] support kingbase xa mode

bugfix:

  • [#7104] fix impl of supportsSourceType is not defined
  • [#7116] fix prefix: seata.server.raft.ssl should not be null
  • [#7112] bugfix: remove the condition that IPv6 must start with fe80
  • [#7107] fix the issue of failing to parse annotations in TCC mode when the business object is a proxy object.
  • [#7124] bugfix: GlobalTransactionScanner.afterPropertiesSet need do scanner check
  • [#7135] treating a unique index conflict during rollback as a dirty write
  • [#7150] The time difference between the raft node and the follower node cannot synchronize data
  • [#7102] bugfix: modify XA mode pre commit transaction from commit phase to before close phase
  • [#7188] bugfix: Fix missing branchType in BusinessActionContext
  • [#7219] bugfix: NotSupportExc can't be thrown out in some cases
  • [#7241] upgrade tomcat-embed-core to 9.0.99 to fix CVE-2025-24813
  • [#7272] fix: fix transaction info not display
  • [#7277] Fix MySQL jdbc driver can't be found properly

optimize:

  • [#6828] spring boot compatible with file.conf and registry.conf
  • [#7012] When the number of primary keys exceeds 1000, use union to concatenate the SQL
  • [#7075] fast fail when channel is null
  • [#7089] support instance registration to the registry center
  • [#7093] add a test workflow for JDK 21
  • [#7088] expand english abbreviations to full words
  • [#7064] remove unnecessary null checks
  • [#7130] Expose some keepalive-related configuration for Druid, Hikari, and DBCP
  • [#7131] Remove org.codehaus.jackson dependency
  • [#7134] upgrade tomcat-embed to 9.0.98
  • [#7138] Remove org.eclipse.jetty dependency
  • [#7139] upgrade xstream to 1.4.21
  • [#7141] remove unused dependencies
  • [#7142] upgrade commons-compress to 1.27.1
  • [#7149] Fix abnormal character display issues in ./distribution/NOTICE.md
  • [#7170] Optimize seata client I/O processing by adjusting thread count
  • [#7187] Add dependency-check-maven plugin to detect potential vulnerabilities
  • [#7179] Use shared EventLoop for TM and RM clients to reduce thread overhead and improve performance
  • [#7194] automatically skipping proxy for datasource of type AbstractRoutingDataSource
  • [#7215] intercept non-leader write requests of the console trx operation
  • [#7224] optimize changeGlobalStatus interface of console
  • [#7222] in raft mode add the vgroup field to global lock
  • [#7229] update Notice
  • [#7234] discover the raft leader node from the naming server
  • [#7242] optimize: optimize ratelimit bucketTokenNumPerSecond config
  • [#7259] transfer the logback appender configuration to the yml configuration
  • [#6998] skip sending some request if client-version is v0
  • [#7250] compatible for client_protocol_version > server_protocol_version
  • [#7232] add license header
  • [#7260] upgrade npmjs dependencies
  • [#7284] add dependency-check profile
  • [#7114] support raft mode registry to namingserver
  • [#7133] Implement scheduled handling for end status transaction
  • [#7171] support EpollEventLoopGroup in client
  • [#7183] client discovers raft nodes through the naming server
  • [#7182] use the ip of the peerId as the host of the raft node
  • [#7181] raft implements domain name resolution and selects peerId
  • [#6756] feature: add single server rate limit
  • [#7073] support virtual thread,replace the usages of synchronized with ReentrantLock
  • [#7037] support fury undolog parser
  • [#7069] Raft cluster mode supports address translation
  • [#7038] support fury serializer

security:

  • [#6069] Upgrade Guava dependencies to fix security vulnerabilities
  • [#6145] upgrade jettison to 1.5.4
  • [#6144] upgrade nacos client to 1.4.6
  • [#6147] upgrade kafka-clients to 3.6.1
  • [#6338] upgrade jackson version
  • [#7201] upgrade protobuf.version to 3.25.5
  • [#7214] upgrade jackson to 2.18.3
  • [#7249] upgrade axios to 1.8.2

test:

  • [#7092] fix the issue of NacosMockTest failing to run
  • [#7098] Add unit tests for the seata-common module
  • [#7160] Refactored tests in LowerCaseLinkHashMapTest to use parameterized unit testing
  • [#7167] Refactored tests in DurationUtilTest to simplify and use parameterized unit testing
  • [#7189] fix the runtime exception in the saga test case
  • [#7197] add some UT cases for config module
  • [#7199] add some UT cases for client processor
  • [#7203] Refactored tests in rm.datasource.sql.Druid and seata-sqlparser-druid module
  • [#7221] add UT for gRPC Encoder/Decode
  • [#7227] add mock test for seata-discovery-consul module
  • [[#7233][https://github.com/apache/incubator-seata/pull/7233]] add mock test for seata-discovery-etcd3
  • [#7243] add unit test for seata-discovery-eureka
  • [#7255] more unit tests for Discovery-Eureka
  • [#7320] Refactor log testing to use ListAppender for more accurate and efficient log capture

refactor:

  • [#7145] refactor the code that does not comply with license requirements
  • [#7236] changed folder name in org.apache.seata.server.storage.raft.sore from sore to store

doc:

  • [#7226] write better docs for CONTRIBUTING.md

Thanks to these contributors for their code commits. Please report an unintended omission.

Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.

2025-04-18 16:43:04
incubator-seata

V2.4.0

Apache Seata(incubating) 2.4.0 Released.

Apache Seata(incubating) is an easy-to-use, high-performance, open source distributed transaction solution.

The version is updated as follows:

feature:

  • [#7157] migrate the console to the naming server
  • [#7213] support kingbase xa mode

bugfix:

  • [#7104] fix impl of supportsSourceType is not defined
  • [#7116] fix prefix: seata.server.raft.ssl should not be null
  • [#7112] bugfix: remove the condition that IPv6 must start with fe80
  • [#7107] fix the issue of failing to parse annotations in TCC mode when the business object is a proxy object.
  • [#7124] bugfix: GlobalTransactionScanner.afterPropertiesSet need do scanner check
  • [#7135] treating a unique index conflict during rollback as a dirty write
  • [#7150] The time difference between the raft node and the follower node cannot synchronize data
  • [#7102] bugfix: modify XA mode pre commit transaction from commit phase to before close phase
  • [#7188] bugfix: Fix missing branchType in BusinessActionContext
  • [#7219] bugfix: NotSupportExc can't be thrown out in some cases
  • [#7241] upgrade tomcat-embed-core to 9.0.99 to fix CVE-2025-24813
  • [#7272] fix: fix transaction info not display
  • [#7277] Fix MySQL jdbc driver can't be found properly

optimize:

  • [#6828] spring boot compatible with file.conf and registry.conf
  • [#7012] When the number of primary keys exceeds 1000, use union to concatenate the SQL
  • [#7075] fast fail when channel is null
  • [#7089] support instance registration to the registry center
  • [#7093] add a test workflow for JDK 21
  • [#7088] expand english abbreviations to full words
  • [#7064] remove unnecessary null checks
  • [#7130] Expose some keepalive-related configuration for Druid, Hikari, and DBCP
  • [#7131] Remove org.codehaus.jackson dependency
  • [#7134] upgrade tomcat-embed to 9.0.98
  • [#7138] Remove org.eclipse.jetty dependency
  • [#7139] upgrade xstream to 1.4.21
  • [#7141] remove unused dependencies
  • [#7142] upgrade commons-compress to 1.27.1
  • [#7149] Fix abnormal character display issues in ./distribution/NOTICE.md
  • [#7170] Optimize seata client I/O processing by adjusting thread count
  • [#7187] Add dependency-check-maven plugin to detect potential vulnerabilities
  • [#7179] Use shared EventLoop for TM and RM clients to reduce thread overhead and improve performance
  • [#7194] automatically skipping proxy for datasource of type AbstractRoutingDataSource
  • [#7215] intercept non-leader write requests of the console trx operation
  • [#7224] optimize changeGlobalStatus interface of console
  • [#7222] in raft mode add the vgroup field to global lock
  • [#7229] update Notice
  • [#7234] discover the raft leader node from the naming server
  • [#7242] optimize: optimize ratelimit bucketTokenNumPerSecond config
  • [#7259] transfer the logback appender configuration to the yml configuration
  • [#6998] skip sending some request if client-version is v0
  • [#7250] compatible for client_protocol_version > server_protocol_version
  • [#7232] add license header
  • [#7260] upgrade npmjs dependencies
  • [#7284] add dependency-check profile
  • [#7114] support raft mode registry to namingserver
  • [#7133] Implement scheduled handling for end status transaction
  • [#7171] support EpollEventLoopGroup in client
  • [#7183] client discovers raft nodes through the naming server
  • [#7182] use the ip of the peerId as the host of the raft node
  • [#7181] raft implements domain name resolution and selects peerId
  • [#6756] feature: add single server rate limit
  • [#7073] support virtual thread,replace the usages of synchronized with ReentrantLock
  • [#7037] support fury undolog parser
  • [#7069] Raft cluster mode supports address translation
  • [#7038] support fury serializer

security:

  • [#6069] Upgrade Guava dependencies to fix security vulnerabilities
  • [#6145] upgrade jettison to 1.5.4
  • [#6144] upgrade nacos client to 1.4.6
  • [#6147] upgrade kafka-clients to 3.6.1
  • [#6338] upgrade jackson version
  • [#7201] upgrade protobuf.version to 3.25.5
  • [#7214] upgrade jackson to 2.18.3
  • [#7249] upgrade axios to 1.8.2

test:

  • [#7092] fix the issue of NacosMockTest failing to run
  • [#7098] Add unit tests for the seata-common module
  • [#7160] Refactored tests in LowerCaseLinkHashMapTest to use parameterized unit testing
  • [#7167] Refactored tests in DurationUtilTest to simplify and use parameterized unit testing
  • [#7189] fix the runtime exception in the saga test case
  • [#7197] add some UT cases for config module
  • [#7199] add some UT cases for client processor
  • [#7203] Refactored tests in rm.datasource.sql.Druid and seata-sqlparser-druid module
  • [#7221] add UT for gRPC Encoder/Decode
  • [#7227] add mock test for seata-discovery-consul module
  • [[#7233][https://github.com/apache/incubator-seata/pull/7233]] add mock test for seata-discovery-etcd3
  • [#7243] add unit test for seata-discovery-eureka
  • [#7255] more unit tests for Discovery-Eureka

refactor:

  • [#7145] refactor the code that does not comply with license requirements
  • [#7236] changed folder name in org.apache.seata.server.storage.raft.sore from sore to store

doc:

  • [#7226] write better docs for CONTRIBUTING.md

Thanks to these contributors for their code commits. Please report an unintended omission.

Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.

2025-04-16 13:37:42
incubator-seata

V2.4.0

Apache Seata(incubating) 2.4.0 Released.

Apache Seata(incubating) is an easy-to-use, high-performance, open source distributed transaction solution.

The version is updated as follows:

feature:

  • [#7157] migrate the console to the naming server
  • [#7213] support kingbase xa mode

bugfix:

  • [#7104] fix impl of supportsSourceType is not defined
  • [#7116] fix prefix: seata.server.raft.ssl should not be null
  • [#7112] bugfix: remove the condition that IPv6 must start with fe80
  • [#7107] fix the issue of failing to parse annotations in TCC mode when the business object is a proxy object.
  • [#7124] bugfix: GlobalTransactionScanner.afterPropertiesSet need do scanner check
  • [#7135] treating a unique index conflict during rollback as a dirty write
  • [#7150] The time difference between the raft node and the follower node cannot synchronize data
  • [#7102] bugfix: modify XA mode pre commit transaction from commit phase to before close phase
  • [#7188] bugfix: Fix missing branchType in BusinessActionContext
  • [#7219] bugfix: NotSupportExc can't be thrown out in some cases
  • [#7241] upgrade tomcat-embed-core to 9.0.99 to fix CVE-2025-24813
  • [#7272] fix: fix transaction info not display
  • [#7277] Fix MySQL jdbc driver can't be found properly

optimize:

  • [#6828] spring boot compatible with file.conf and registry.conf
  • [#7012] When the number of primary keys exceeds 1000, use union to concatenate the SQL
  • [#7075] fast fail when channel is null
  • [#7089] support instance registration to the registry center
  • [#7093] add a test workflow for JDK 21
  • [#7088] expand english abbreviations to full words
  • [#7064] remove unnecessary null checks
  • [#7130] Expose some keepalive-related configuration for Druid, Hikari, and DBCP
  • [#7131] Remove org.codehaus.jackson dependency
  • [#7134] upgrade tomcat-embed to 9.0.98
  • [#7138] Remove org.eclipse.jetty dependency
  • [#7139] upgrade xstream to 1.4.21
  • [#7141] remove unused dependencies
  • [#7142] upgrade commons-compress to 1.27.1
  • [#7149] Fix abnormal character display issues in ./distribution/NOTICE.md
  • [#7170] Optimize seata client I/O processing by adjusting thread count
  • [#7187] Add dependency-check-maven plugin to detect potential vulnerabilities
  • [#7179] Use shared EventLoop for TM and RM clients to reduce thread overhead and improve performance
  • [#7194] automatically skipping proxy for datasource of type AbstractRoutingDataSource
  • [#7215] intercept non-leader write requests of the console trx operation
  • [#7224] optimize changeGlobalStatus interface of console
  • [#7222] in raft mode add the vgroup field to global lock
  • [#7229] update Notice
  • [#7234] discover the raft leader node from the naming server
  • [#7242] optimize: optimize ratelimit bucketTokenNumPerSecond config
  • [#7259] transfer the logback appender configuration to the yml configuration
  • [#6998] skip sending some request if client-version is v0
  • [#7250] compatible for client_protocol_version > server_protocol_version
  • [#7232] add license header
  • [#7260] upgrade npmjs dependencies
  • [#7284] add dependency-check profile
  • [#7114] support raft mode registry to namingserver
  • [#7133] Implement scheduled handling for end status transaction
  • [#7171] support EpollEventLoopGroup in client
  • [#7183] client discovers raft nodes through the naming server
  • [#7182] use the ip of the peerId as the host of the raft node
  • [#7181] raft implements domain name resolution and selects peerId
  • [#6756] feature: add single server rate limit
  • [#7073] support virtual thread,replace the usages of synchronized with ReentrantLock
  • [#7037] support fury undolog parser
  • [#7069] Raft cluster mode supports address translation
  • [#7038] support fury serializer

security:

  • [#6069] Upgrade Guava dependencies to fix security vulnerabilities
  • [#6145] upgrade jettison to 1.5.4
  • [#6144] upgrade nacos client to 1.4.6
  • [#6147] upgrade kafka-clients to 3.6.1
  • [#6338] upgrade jackson version
  • [#7201] upgrade protobuf.version to 3.25.5
  • [#7214] upgrade jackson to 2.18.3
  • [#7249] upgrade axios to 1.8.2

test:

  • [#7092] fix the issue of NacosMockTest failing to run
  • [#7098] Add unit tests for the seata-common module
  • [#7160] Refactored tests in LowerCaseLinkHashMapTest to use parameterized unit testing
  • [#7167] Refactored tests in DurationUtilTest to simplify and use parameterized unit testing
  • [#7189] fix the runtime exception in the saga test case
  • [#7197] add some UT cases for config module
  • [#7199] add some UT cases for client processor
  • [#7203] Refactored tests in rm.datasource.sql.Druid and seata-sqlparser-druid module
  • [#7221] add UT for gRPC Encoder/Decode
  • [#7227] add mock test for seata-discovery-consul module
  • [[#7233][https://github.com/apache/incubator-seata/pull/7233]] add mock test for seata-discovery-etcd3
  • [#7243] add unit test for seata-discovery-eureka
  • [#7255] more unit tests for Discovery-Eureka

refactor:

  • [#7145] refactor the code that does not comply with license requirements
  • [#7236] changed folder name in org.apache.seata.server.storage.raft.sore from sore to store

doc:

  • [#7226] write better docs for CONTRIBUTING.md

Thanks to these contributors for their code commits. Please report an unintended omission.

Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.

2025-04-13 00:10:06
incubator-seata

V2.4.0

Apache Seata(incubating) 2.4.0 Released.

Apache Seata(incubating) is an easy-to-use, high-performance, open source distributed transaction solution.

The version is updated as follows:

feature:

  • [#6756] feature: add single server rate limit
  • [#7073] support virtual thread,replace the usages of synchronized with ReentrantLock
  • [#7037] support fury undolog parser
  • [#7069] Raft cluster mode supports address translation
  • [#7038] support fury serializer
  • [#7157] migrate the console to the naming server
  • [#7114] support raft mode registry to namingserver
  • [#7133] Implement scheduled handling for end status transaction
  • [#7171] support EpollEventLoopGroup in client
  • [#7183] client discovers raft nodes through the naming server
  • [#7182] use the ip of the peerId as the host of the raft node
  • [#7181] raft implements domain name resolution and selects peerId
  • [#7213] support kingbase xa mode

bugfix:

  • [#7104] fix impl of supportsSourceType is not defined
  • [#7116] fix prefix: seata.server.raft.ssl should not be null
  • [#7112] bugfix: remove the condition that IPv6 must start with fe80
  • [#7107] fix the issue of failing to parse annotations in TCC mode when the business object is a proxy object.
  • [#7124] bugfix: GlobalTransactionScanner.afterPropertiesSet need do scanner check
  • [#7135] treating a unique index conflict during rollback as a dirty write
  • [#7150] The time difference between the raft node and the follower node cannot synchronize data
  • [#7102] bugfix: modify XA mode pre commit transaction from commit phase to before close phase
  • [#7188] bugfix: Fix missing branchType in BusinessActionContext
  • [#7219] bugfix: NotSupportExc can't be thrown out in some cases
  • [#7241] upgrade tomcat-embed-core to 9.0.99 to fix CVE-2025-24813
  • [#7272] fix: fix transaction info not display
  • [#7277] Fix MySQL jdbc driver can't be found properly

optimize:

  • [#6828] spring boot compatible with file.conf and registry.conf
  • [#7012] When the number of primary keys exceeds 1000, use union to concatenate the SQL
  • [#7075] fast fail when channel is null
  • [#7089] support instance registration to the registry center
  • [#7093] add a test workflow for JDK 21
  • [#7088] expand english abbreviations to full words
  • [#7064] remove unnecessary null checks
  • [#7130] Expose some keepalive-related configuration for Druid, Hikari, and DBCP
  • [#7131] Remove org.codehaus.jackson dependency
  • [#7134] upgrade tomcat-embed to 9.0.98
  • [#7138] Remove org.eclipse.jetty dependency
  • [#7139] upgrade xstream to 1.4.21
  • [#7141] remove unused dependencies
  • [#7142] upgrade commons-compress to 1.27.1
  • [#7149] Fix abnormal character display issues in ./distribution/NOTICE.md
  • [#7170] Optimize seata client I/O processing by adjusting thread count
  • [#7187] Add dependency-check-maven plugin to detect potential vulnerabilities
  • [#7179] Use shared EventLoop for TM and RM clients to reduce thread overhead and improve performance
  • [#7194] automatically skipping proxy for datasource of type AbstractRoutingDataSource
  • [#7215] intercept non-leader write requests of the console trx operation
  • [#7224] optimize changeGlobalStatus interface of console
  • [#7222] in raft mode add the vgroup field to global lock
  • [#7229] update Notice
  • [#7234] discover the raft leader node from the naming server
  • [#7242] optimize: optimize ratelimit bucketTokenNumPerSecond config
  • [#7259] transfer the logback appender configuration to the yml configuration
  • [#6998] skip sending some request if client-version is v0
  • [#7250] compatible for client_protocol_version > server_protocol_version
  • [#7232] add license header
  • [#7260] upgrade npmjs dependencies
  • [#7284] add dependency-check profile

security:

  • [#6069] Upgrade Guava dependencies to fix security vulnerabilities
  • [#6145] upgrade jettison to 1.5.4
  • [#6144] upgrade nacos client to 1.4.6
  • [#6147] upgrade kafka-clients to 3.6.1
  • [#6338] upgrade jackson version
  • [#7201] upgrade protobuf.version to 3.25.5
  • [#7214] upgrade jackson to 2.18.3
  • [#7249] upgrade axios to 1.8.2

test:

  • [#7092] fix the issue of NacosMockTest failing to run
  • [#7098] Add unit tests for the seata-common module
  • [#7160] Refactored tests in LowerCaseLinkHashMapTest to use parameterized unit testing
  • [#7167] Refactored tests in DurationUtilTest to simplify and use parameterized unit testing
  • [#7189] fix the runtime exception in the saga test case
  • [#7197] add some UT cases for config module
  • [#7199] add some UT cases for client processor
  • [#7203] Refactored tests in rm.datasource.sql.Druid and seata-sqlparser-druid module
  • [#7221] add UT for gRPC Encoder/Decode
  • [#7227] add mock test for seata-discovery-consul module
  • [[#7233][https://github.com/apache/incubator-seata/pull/7233]] add mock test for seata-discovery-etcd3
  • [#7243] add unit test for seata-discovery-eureka
  • [#7255] more unit tests for Discovery-Eureka

refactor:

  • [#7145] refactor the code that does not comply with license requirements
  • [#7236] changed folder name in org.apache.seata.server.storage.raft.sore from sore to store

doc:

  • [#7226] write better docs for CONTRIBUTING.md

Thanks to these contributors for their code commits. Please report an unintended omission.

Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.

2025-02-26 21:01:03
incubator-seata

V2.3.0

Apache Seata(incubating) 2.3.0 Released.

Apache Seata(incubating) is an easy-to-use, high-performance, open source distributed transaction solution.

The version is updated as follows:

feature:

  • [#6904] add fastjson2 serializer support
  • [#6876] support kingbase
  • [#6881] support grpc
  • [#6864] support shentong database
  • [#6974] support fastjson2 undolog parser
  • [#6992] support grpc serializer
  • [#6973] support saga annotation
  • [#6926] support ssl communication for raft nodes

bugfix:

  • [#6899] fix file.conf read failed after package
  • [#6890] fix designerJson to standardJson: subStateMachine compensateState cannot be recognized
  • [#6907] fix the issue of Codecov not generating reports
  • [#6923] Enhance 401 Error Handling by Refreshing Token
  • [#6925] fix the issue in Raft model a follower's crash may lead to the continued use of expired tokens
  • [#6932] when enabling local transactions, the lock contention failure in file & raft mode does not exit, leading to a lingering lock
  • [#6940] Fix NacosRegistry lookup behavior transactionServiceGroup is empty causing NPE error
  • [#6943] fix the conversion error for convertBranchSession in concurrent environment.
  • [#6948] Fix the CI build issue on the ARM64 platform
  • [#6947] fix npe for nacos registry when look up address
  • [#6984] support building docker image on openjdk23
  • [#6994] fix the problem of building undoLog exception when update join does not update data
  • [#7005] fix the Raft NPE issue caused by two-phase concurrency
  • [#7010] fix error while the "context" is key word in DM8 when delete undolog
  • [#7022] fix store.mode property in application.raft.example.yml
  • [#7025] fix vGroupMappingManager is NOT init
  • [#7044] fix tableMeta refresh after closed
  • [#7117] fix prefix: seata.server.raft.ssl should not be null
  • [#7127] fix branchType server decode error

optimize:

  • [#6826] remove the branch registration operation of the XA read-only transaction
  • [#6874] modify the version to 2.3.0-SNAPSHOT
  • [#6892] upgrade npmjs version in console module
  • [#6883] remove write only object
  • [#6892] upgrade npmjs version
  • [#6889] Correct word spelling errors
  • [#6898] upgrade npmjs version in saga module
  • [#6879] fix log argument mismatch issue
  • [#6902] optimize readme docs
  • [#6807] splitting MergedWarpMessage enhances the server parallel processing capability
  • [#6905] remove incompatible licenses at build time
  • [#6906] h2 dependency adds test scope
  • [#6911] fix some typos in project
  • [#6918] Use the openjdk image of eclipse-temurin as the base image
  • [#6938] Update online chat information in README.md
  • [#6950] Remove JVM parameter app.id
  • [#6959] update the naming and description for the seata-http-jakarta module
  • [#6991] gRPC serialization default to Protobuf
  • [#6993] optimize transaction metrics
  • [#6995] upgrade outdate npmjs dependencies
  • [#6996] optimize lock release logic in AT transaction mode
  • [#7023] optimize fail fast, when all server not available
  • [#7027] raft mode maintains the reload logic consistent with the file
  • [#6891] add StateType Enum
  • [#7040] optimize the print info in ConfigurationFactory
  • [#7046] remove the dependency conflict for spring-webmvc
  • [#7043] finish rollback if sendResult/msg not found
  • [#7051] add namingserver jib
  • [#7054] In file mode when the lock cannot be acquired output the holder's xid
  • [#7154] remove unused dependencies
  • [#7153] upgrade tomcat-embed to 9.0.98
  • [#7152] remove org.eclipse.jetty dependency
  • [#7151] upgrade xstream to 1.4.21

refactor:

  • [#7017] remove dependency on seata-server module
  • [#7155] refactor the code that does not comply with license requirements

test:

  • [#6869] Add unit tests for the seata-core module
  • [#6927] Add unit tests for the seata-rocketmq module
  • [#7018] Add unit tests for the seata-tm module
  • [#7030] Add unit tests for the seata-common module

Thanks to these contributors for their code commits. Please report an unintended omission.

Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.

2025-01-22 15:09:50
incubator-seata

V2.3.0

Apache Seata(incubating) 2.3.0 Released.

Apache Seata(incubating) is an easy-to-use, high-performance, open source distributed transaction solution.

Download https://seata.apache.org/download/seata-server/

The version is updated as follows:

feature:

  • [#6904] add fastjson2 serializer support
  • [#6876] support kingbase
  • [#6881] support grpc
  • [#6864] support shentong database
  • [#6974] support fastjson2 undolog parser
  • [#6992] support grpc serializer
  • [#6973] support saga annotation
  • [#6926] support ssl communication for raft nodes

bugfix:

  • [#6899] fix file.conf read failed after package
  • [#6890] fix designerJson to standardJson: subStateMachine compensateState cannot be recognized
  • [#6907] fix the issue of Codecov not generating reports
  • [#6923] Enhance 401 Error Handling by Refreshing Token
  • [#6925] fix the issue in Raft model a follower's crash may lead to the continued use of expired tokens
  • [#6932] when enabling local transactions, the lock contention failure in file & raft mode does not exit, leading to a lingering lock
  • [#6940] Fix NacosRegistry lookup behavior transactionServiceGroup is empty causing NPE error
  • [#6943] fix the conversion error for convertBranchSession in concurrent environment.
  • [#6948] Fix the CI build issue on the ARM64 platform
  • [#6947] fix npe for nacos registry when look up address
  • [#6984] support building docker image on openjdk23
  • [#6994] fix the problem of building undoLog exception when update join does not update data
  • [#7005] fix the Raft NPE issue caused by two-phase concurrency
  • [#7010] fix error while the "context" is key word in DM8 when delete undolog
  • [#7022] fix store.mode property in application.raft.example.yml
  • [#7025] fix vGroupMappingManager is NOT init
  • [#7044] fix tableMeta refresh after closed
  • [#7117] fix prefix: seata.server.raft.ssl should not be null
  • [#7127] fix branchType server decode error

optimize:

  • [#6826] remove the branch registration operation of the XA read-only transaction
  • [#6874] modify the version to 2.3.0-SNAPSHOT
  • [#6892] upgrade npmjs version in console module
  • [#6883] remove write only object
  • [#6892] upgrade npmjs version
  • [#6889] Correct word spelling errors
  • [#6898] upgrade npmjs version in saga module
  • [#6879] fix log argument mismatch issue
  • [#6902] optimize readme docs
  • [#6807] splitting MergedWarpMessage enhances the server parallel processing capability
  • [#6905] remove incompatible licenses at build time
  • [#6906] h2 dependency adds test scope
  • [#6911] fix some typos in project
  • [#6918] Use the openjdk image of eclipse-temurin as the base image
  • [#6938] Update online chat information in README.md
  • [#6950] Remove JVM parameter app.id
  • [#6959] update the naming and description for the seata-http-jakarta module
  • [#6991] gRPC serialization default to Protobuf
  • [#6993] optimize transaction metrics
  • [#6995] upgrade outdate npmjs dependencies
  • [#6996] optimize lock release logic in AT transaction mode
  • [#7023] optimize fail fast, when all server not available
  • [#7027] raft mode maintains the reload logic consistent with the file
  • [#6891] add StateType Enum
  • [#7040] optimize the print info in ConfigurationFactory
  • [#7046] remove the dependency conflict for spring-webmvc
  • [#7043] finish rollback if sendResult/msg not found
  • [#7051] add namingserver jib
  • [#7054] In file mode when the lock cannot be acquired output the holder's xid

refactor:

  • [#7017] remove dependency on seata-server module

test:

  • [#6869] Add unit tests for the seata-core module
  • [#6927] Add unit tests for the seata-rocketmq module
  • [#7018] Add unit tests for the seata-tm module
  • [#7030] Add unit tests for the seata-common module

Thanks to these contributors for their code commits. Please report an unintended omission.

Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.