Releases: agentstation/rusty_v8
Releases · agentstation/rusty_v8
v147.4.0-locker.1
v147.4.0-locker.1
v147.0.0-locker.2
Remove unused detach_all_slots from Context detach_all_slots() was added as a proposed fix for the Rc circular reference leak in destroy_for_reset, but was never used — the warm module pool approach eliminated the need for reset_main_realm entirely. Remove the method and its test as part of the retained pool deprecation (warm-pool-default-and-retained-pool-deprecation-plan.md phase D1). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
v147.0.0-locker.1
Add test for detach_all_slots behavior Verify that detach_all_slots() nulls the annex pointer (get_slot returns None) without eagerly dropping the annex. The DropMarker confirms the annex stays alive for V8's GC weak finalizer to clean up. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>