Releases: soundxyz/redis-pubsub
Releases · soundxyz/redis-pubsub
v4.1.2
Patch Changes
- c6acdf9: Remove NonNullable filter on output schema generic
v4.1.1
Patch Changes
- ca6952f: Allow null or undefined inputs on schema level
v4.1.0
Minor Changes
- 69f7422: .publish can receive null or undefined and it skips the notification
v4.0.0
Major Changes
- ff78cf7: Separate input from output of inputSchema and outputSchema
- 37411c1: Make superjson peer dependency
v3.0.1
Patch Changes
- 795b08e: Fix SUBSCRIPTION_MESSAGE_WITH_SUBSCRIBERS log event
v3.0.0
Major Changes
- 7cecccb: Rework observability into logEvents.events + logEvents.log for full customizability
v2.2.1
Patch Changes
- 4574ae0: Peer dependencies as optional
v2.2.0
Minor Changes
- 33c49d4: New "customizeEventCodes" to be able to change or disable specified events logs
Patch Changes
- 33c49d4: Remove all decimals from tracing values
v2.1.0
Minor Changes
- 17a8cf7: New "subscription" helper exported from library with abortSignal and abortController, specially useful for GraphQL Usage
Patch Changes
- 7dcf49a: Add try-finally block to subscribe generator
v2.0.0
Major Changes
- 748ce12: New Pino logger required option + optional "logLevel" option (default is "silent") to debug and trace subscriptions performance
Patch Changes