This repository has been archived by the owner on Oct 13, 2024. It is now read-only.
Apache ServiceComb Saga 0.2.1
Release Notes - Apache ServiceComb - Version saga-0.2.1
Bug
- [SCB-741] - Caused by: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'payloads' at row 1
- [SCB-821] - Add missing dependencyManagement for omega-transport-feign
- [SCB-963] - Saga transactional method can't work when compensation happens
New Feature
- [SCB-730] - Add Feign transport for supporting Spring Cloud
- [SCB-732] - Add the omega-transport-feign into distribution kit
Improvement
- [SCB-785] - Cannot get the GlobalTxId and LocalTxId in the compensation method
- [SCB-805] - If the node time of alpha and omega are not same, the transaction could be aborted
- [SCB-806] - Polish alpha-server logger
Task
- [SCB-784] - SagaStart annotated method should abort the saga transaction once the exception is thrown