Bug Fixes
-
[
workflow] Fix a particular case whereisReplayingwould be incorrectlytrueif a query came in right after a cache eviction (#1211). This could notably cause situations where calls to sink functions not configured withcalledDuringReplay = truewould 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] ValidatebuildIdis set whenuseVersioningis true (#1207).