Triplit Release Notes 3/8/2024
-
Added a
triplit clear -[-f]ull
command to the Triplit CLI that will delete all entities in the database, and optionally delete metadata (e.g. the schema) with the--full
flag. -
Fixed a bug in the
delete
operation that dramatically speeds up the deletion of entities that have been updated many times. -
Added deep-linking to the Triplit database console, which will persist the application state on page refresh.
-
Fixed a bug in the
useQuery
anduseEntity
hooks that caused thefetchingRemote
state to be incorrect.