Skip to content

v1.0.6

Compare
Choose a tag to compare
@aricart aricart released this 02 Jun 15:59
· 693 commits to main since this release
24498cf
  • [FIX] Consumer options consumerOpts() don't provide access to all the options possible - provided a path for specifying a new consumer configuration to the builder, unblocking the requirement to pre-create those types of consumers #153
  • [FIX] Fixed an issue where preventing double-acks prevented repeat invocations of +WPI, which should be allowed an unbounded number of times #154
  • [FIX] Relaxed header parsing to allow plain : (without a following whitespace). Values are also trimmed. Malformed headers (for example a key with no following colon) are ignored nats-io/nats.js#430
  • [FIX] Removed rogue reference to window nats-io/nats.js#428