Skip to content

Releases: agentstation/rusty_v8

v147.4.0-locker.1

28 Apr 23:14
4056003

Choose a tag to compare

v147.4.0-locker.1

v147.0.0-locker.2

08 Apr 14:02
f3f4e5a

Choose a tag to compare

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

08 Apr 02:45
8e87a18

Choose a tag to compare

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>