mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-26 01:22:24 +02:00
DELTA_SENTINEL is now serialized as a msgpack ext code (EXT_DELTA_SENTINEL=8) alongside _DeltaSnapshot (ext 7), keeping both sentinel types in the same codec path. The dedicated "delta" string type tag and its special-case in dumps_typed/loads_typed are removed — no migration needed since this is introduced fresh. InMemorySaver.prune() updated to deserialize blobs and check `is DELTA_SENTINEL` rather than comparing the raw type tag string, making it codec-agnostic. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>