Skip to content

v0.1.1-31

Compare
Choose a tag to compare
@aricart aricart released this 12 Aug 19:33
· 833 commits to main since this release
b4bccd6
  • [feat] added support no noMux subscriptions - option is added to a specific subscription.
  • [feat] implemented nats.go parser in typescript, this reduces the number of allocations and is generally much more efficient than the previous REGEX based parser.
  • [feat] implemented max_payload checks for outbound messages, if a client tries to publish a message that is larger than the server will allow, the publish/request/respond operation will throw an error.
  • [feat] message properties such as subject/reply are converted to strings only if they are accessed, thus reducing allocations and work that is not required, and thus improving subscriber performance.
  • [feat] implemented the ability for the deno client to specify a CA certificate by providing the tls.caFile option.