Skip to content

v0.6.2 - Fix Critical Crash with ATOMIC_REQUESTS

Choose a tag to compare

@astro-stack astro-stack released this 23 Jan 15:03
· 35 commits to main since this release

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