- Do not overwrite the meta of emitted events
- Add
subscription.replay
for replaying past events over a handler on
andonce
accept regex for the type argument- Remove
*
wildcard type which is no longer useful, using/.*/
is much more explicit - Remove
uv.map
becausesubscription.replay
removes most use cases