You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[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.