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.
What's New?
Added: support @StanMessagePattern and @StanEventPattern with subscription options.
Added: serializer and deserializer options. The raw payload can be string or buffer belong to message encoding. Default serializer is JSON.stringify and deserializer is JSON.parse. You can re-implement them easily.
Added: github action for testing and releasing.
Added: simple unit testing.
Updated: deprecated group option for both server and client config. We can use pattern to config queue group.
Updated: rename subscribe option to defaultSubscriptionOptions for subject subscription without options.