More accurate fact validity dates
Zep now extracts the valid_at and invalid_at timestamps on facts more
accurately. Facts describing future plans or promises stay valid from the time
they were stated instead of being dated into the future, and soft deadlines no
longer cause a fact to be marked invalid. This improves point-in-time queries
and the temporal history Zep keeps for each fact.
Dashboard URLs now use opaque identifiers
Dashboard links for users and graphs now use Zep-generated identifiers rather than the IDs you supply, keeping your own identifiers out of dashboard URLs. Existing bookmarks that contain your user or graph IDs will no longer resolve; open the user or graph again to get a current link. API requests are unaffected and continue to use your own IDs.
Improved new-account onboarding
The onboarding flow now masks your API key by default and requires an explicit reveal before it appears in code snippets, and it seeds a richer sample graph so you can try search and retrieval right away.