Document removal of entity_matches_only from logbook api (#1340)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
J. Nick Koston 2022-05-24 16:24:00 -05:00 committed by GitHub
parent 04e6cd5406
commit f57505d774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.