Skip to content

v2.0.1

Latest

Choose a tag to compare

@sethhall sethhall released this 21 Mar 15:25

Fixed

  • Auto-reload with C API / zero-allocation lookups: lookup_ref() and decode_at_offset() now correctly delegate to the live database when auto-reload is enabled. Previously these methods operated on the shell database (which has no data), causing not-found results or errors for any code using the zero-allocation lookup path (including the entire C API).

Changed

  • Extracted shared live-database resolution logic into resolve_live_db() helper, eliminating three copies of the same thread-local caching pattern.

Full Changelog: v2.0.0...v2.0.1