Skip to content

Releases: soundxyz/redis-pubsub

v4.1.2

21 Jul 20:21
75956a0
Compare
Choose a tag to compare

Patch Changes

  • c6acdf9: Remove NonNullable filter on output schema generic

v4.1.1

21 Jul 19:48
58a7345
Compare
Choose a tag to compare

Patch Changes

  • ca6952f: Allow null or undefined inputs on schema level

v4.1.0

21 Jul 19:39
1ba7edb
Compare
Choose a tag to compare

Minor Changes

  • 69f7422: .publish can receive null or undefined and it skips the notification

v4.0.0

13 Jul 23:56
5a2ef82
Compare
Choose a tag to compare

Major Changes

  • ff78cf7: Separate input from output of inputSchema and outputSchema
  • 37411c1: Make superjson peer dependency

v3.0.1

02 Sep 20:20
4071371
Compare
Choose a tag to compare

Patch Changes

  • 795b08e: Fix SUBSCRIPTION_MESSAGE_WITH_SUBSCRIBERS log event

v3.0.0

15 Aug 01:58
c640b09
Compare
Choose a tag to compare

Major Changes

  • 7cecccb: Rework observability into logEvents.events + logEvents.log for full customizability

v2.2.1

28 Jul 22:50
2e38210
Compare
Choose a tag to compare

Patch Changes

  • 4574ae0: Peer dependencies as optional

v2.2.0

28 Jul 20:16
1cb3aa1
Compare
Choose a tag to compare

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

28 Jul 19:07
589146a
Compare
Choose a tag to compare

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

28 Jul 03:10
d2a8bdc
Compare
Choose a tag to compare

Major Changes

  • 748ce12: New Pino logger required option + optional "logLevel" option (default is "silent") to debug and trace subscriptions performance

Patch Changes