Skip to content

v2.0.2

Compare
Choose a tag to compare
@evantahler evantahler released this 07 Jul 00:47
· 5013 commits to main since this release

Summary: Bug Fixes & Examples

Details
Check the notes for the bug fixes. There are now also more examples in the project, showing off how you can connect from various environments. This also coincides with the release of the actionHeroClient NPM package. More coming soon.

Notes

  • Updates to how socket client requests are tracked to enforce proper message IDs. If you directly used api.processAction before, the interface has changed.
  • running the test suite will now use a separate redis db. You can also set this in config.json for your app.
  • better logic to ensure that tasks are enqueued properly
  • cluster members will remove stale tasks they were working on when the app is started (in case of a crash)