summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix_synchronous_reader-ca442ca9f07470ec.yaml
blob: c842b7d1bb43b1d7aaabbc50ef70b6687cbfb3bc (plain)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    Repaired the "synchronous_reader" modifier of enginefacade so that it
    refers to the "writer" engine when set to True, thereby allowing
    "synchronous" behavior with the writer.  When set to False, this is
    "asynchronous", so this should be associated with the async engines.
    The flag had the reverse behavior previously.