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

0.336.3

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 11 May 15:21
· 2042 commits to develop since this release
63e8a4f
Type Description Link
Improvement AtlasDB now fails more quickly on post-transaction iterator, stream and async computation usage. If you see TransactionCommittedException after upgrading to this version, please check your usage of these: iterators, streams and async computations should only run within the scope of a TransactionTask and should not be leaked. #5434