Skip to content

@effect-messaging/nats@0.6.0

Choose a tag to compare

@github-actions github-actions released this 18 Dec 21:29
· 28 commits to main since this release

Minor Changes

  • #111 e6dd444 Thanks @wewelll! - Add NATSPublisher and NATSSubscriber for NATS Core (without JetStream)

    • NATSPublisher: Implements the Publisher interface from @effect-messaging/core using NATS Core publish (fire-and-forget)
    • NATSSubscriber: Implements the Subscriber interface from @effect-messaging/core using NATS Core subscriptions
    • Both include OpenTelemetry tracing with distributed trace context propagation via headers
    • NATSSubscriber supports uninterruptible and handlerTimeout options
    • Note: NATS Core has no persistence - messages published before subscription starts are lost