Update .changeset/rich-goats-breathe.md

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: sblausten <sam@roadie.io>
This commit is contained in:
Sam Blausten
2022-07-06 11:44:47 +02:00
committed by sblausten
parent c3fe64b2c4
commit d790943cd9
+2
View File
@@ -3,3 +3,5 @@
---
**BREAKING**: Update FactRetrieverRegistry interface to be async so that db backed implementations can be passed through to the FactRetrieverEngine.
If you have existing custom `FactRetrieverRegistry` implementations, you'll need to remove the `retrievers` member and make all the methods async.