In the most recent Endo release, I added a required pid argument to the bundle source cache maker, which is a breaking change. This change reverses that mistake by making the argument optional and using a large crypto-random number instead. It transpires that this new, default behavior is better than passing the pid for a process with more than one cache.
In the most recent Endo release, I added a required
pid
argument to the bundle source cache maker, which is a breaking change. This change reverses that mistake by making the argument optional and using a large crypto-random number instead. It transpires that this new, default behavior is better than passing thepid
for a process with more than one cache.