Patch Changes
-
#6737
46fad14- fix: prevent stale Redis producers from finalizing replacement streams (@Kinfe123)RedisLikeClientnow requires afinalizeIfUnchangedmethod; no public API accepts aRedisLikeClient, so this only affects code that typed a value against the interface directly. -
#6656
f0d0aa2- fix: await cross-realm and thenable tool validation results (@rupic-app) -
#6589
5bdd416- fix: preserve valid files with empty payload or MIME values (@Kinfe123) -
#6794
e53299b- refactor: drop the redis client members the resumable store never calls (@okisdev)RedisLikeClientno longer declaresset,expire,existsorxAdd,PipelineCommandno longer has a"set"variant, andNodeRedisLikeno longer requiresexpire,exists,xAddor the non-NXsetoverload; no public API accepts aRedisLikeClient, so this only affects code that typed a value against the interface directly.