Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

0.567.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 08 Mar 16:20
· 1508 commits to develop since this release
2c52360
Type Description Link
Fix Fixed a race condition where if a transaction was just committed by another thread, users would receive null values from TransactionService.get. This caused users to observe that a completed transaction was still running, but did not lead to any correctness issue. #5940