From 19c9732f962edbfcb4d4c29350e7ea57444e4fc4 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 24 May 2022 15:46:12 -0500 Subject: [PATCH 1/2] Document removal of entity_matches_only --- .../2022-05-24-entity_matches_only_removed_logbook_card.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 blog/2022-05-24-entity_matches_only_removed_logbook_card.md diff --git a/blog/2022-05-24-entity_matches_only_removed_logbook_card.md b/blog/2022-05-24-entity_matches_only_removed_logbook_card.md new file mode 100644 index 00000000000..7cf63de1cd3 --- /dev/null +++ b/blog/2022-05-24-entity_matches_only_removed_logbook_card.md @@ -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. \ No newline at end of file From bbc50a8a6f4c196f6d4f1fda184bc8d502e57a14 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 24 May 2022 22:53:14 +0200 Subject: [PATCH 2/2] Update blog/2022-05-24-entity_matches_only_removed_logbook_card.md --- blog/2022-05-24-entity_matches_only_removed_logbook_card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2022-05-24-entity_matches_only_removed_logbook_card.md b/blog/2022-05-24-entity_matches_only_removed_logbook_card.md index 7cf63de1cd3..07669f5d747 100644 --- a/blog/2022-05-24-entity_matches_only_removed_logbook_card.md +++ b/blog/2022-05-24-entity_matches_only_removed_logbook_card.md @@ -1,7 +1,7 @@ --- author: J. Nick Koston authorURL: https://github.com/bdraco -title: "Logbook api removal of `entity_matches_only` flag" +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. \ No newline at end of file