Bug Fixes
-
[
workflow
] Fix a particular case whereisReplaying
would be incorrectlytrue
if a query came in right after a cache eviction (#1211). This could notably cause situations where calls to sink functions not configured withcalledDuringReplay = true
would not be relayed, as well as situations wherepatched(...)
would return false even though this part of the code was being executed for the first time. -
[
workflow
] Avoid errors in Search Attributes Payload Converter if enumerable properties had been added onArray.prototype
(#1209). -
[
worker
] ValidatebuildId
is set whenuseVersioning
is true (#1207).