v9.6.0
·
1 commit
to master
since this release
June 04 2025
Added
- Standardize information printed by logger and places where it is printed.
- Add
logLevel
andloggers
configuration parameters to specify minimum log level and list of customLogger
interface implementations (when own logger needed). - Add the
cloneEmpty
function, which will let you make a “bare” copy of a subscription / subscription set object, which will have shared state with the original but clear list of event handlers. - Add a parameter for subscription where closure can be provided and filter events which should be delivered with listener.
- When a new subscription object is created, it won't notify about messages from the past (edge case with active and inactive channel subscriptions).