You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exposed abounded_field: A new context manager that allows multi-signature updates in a single transaction.
Lint CI Job: Added ruff and black lint checks to the CI pipeline.
CodeRabbit Configuration: Added .coderabbit.yaml for automated code review on PRs.
🐛 Fixed
Race Condition in Swarm Task Publishing: Tasks are now saved to the swarm atomically alongside their parameter updates, preventing fill_running_tasks from publishing tasks before their kwargs are set.
🛠️ Technical Improvements
Rapyer version bump: thirdmagic now requires rapyer>=1.2.5 to support atomic add-task + update-params transactions.
Race condition tests: Added unit tests verifying that tasks are never published before being fully configured.