Skip to content

3.7.6

Compare
Choose a tag to compare
@sp0x sp0x released this 18 Jan 12:03
· 14 commits to master since this release

Release notes:

  • Enqueue tokens can now be added when the user should be redirected to the waiting room.
    To generate an enqueue token you can use the @queue-it/queue-token NPM module.
    The getEnqueueToken method in the connector context provider needs to return the token string.
  • HttpContextProvider was renamed to ConnectorContextProvider.
  • There are some changes to how hashing is set up. For more details you can look at the README.md file or this commit