Skip to content

v8.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 18:58
· 861 commits to master since this release
f2c0e1d

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.
  • Updated: refactor code follow NestJS 8.x code base.
  • Updated: using NestJS logger instead of console.log