v0.6.2 - Fix Critical Crash with ATOMIC_REQUESTS
Fixed
- Critical crash with
ATOMIC_REQUESTS=True(Issue #5)- Fixed OrbitAtomicWrapper compatibility with decorator usage (e.g.
@transaction.atomic). - Added thread safety for nested atomic blocks and concurrent requests.
Full Changelog: v0.6.1...v0.6.2
- Fixed OrbitAtomicWrapper compatibility with decorator usage (e.g.