Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions blog/2022-05-24-entity_matches_only_removed_logbook_card.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
author: J. Nick Koston
authorURL: https://github.com/bdraco
title: "Logbook API removal of `entity_matches_only` flag"
---

Before 2022.6, the `entity_matches_only` flag prevented the logbook from providing context data in exchange for performance improvement when querying specific entities. Selecting the context data for particular entities is no longer an intensive process with the new logbook design. No immediate action is required as the flag will be ignored, and removing the flag from any active code paths can be done at your leisure.