Releases: queueit/KnownUser.V3.Javascript
Releases · queueit/KnownUser.V3.Javascript
3.7.12
Release notes:
- Updated release package to also include a bundled (browserify) version of the SDK. The bundle is included as an asset in this release.
3.7.10
Release notes:
- Bugfix in URL generation when an invalid QueueITToken is received
3.7.9
Release notes:
- Bugfix: Add a null check when getting the EnqueueTokenProvider.
3.7.8
Release notes:
- getEnqueueTokenProvider call is not static anymore.
3.7.7
Release notes:
- Readme was updated to note the
waitingRoomId
parameter in the enqueue token provider.
3.7.6
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
3.7.5
Providing more information for when errors are happening.
3.7.4
Release notes:
- Hashed IP is now validated when used in cookies. With this change, you'll get redirected to {WRDomain}/error/connector/sessionstate when you switch your IP and have an active session
3.7.3
Release notes:
- Hashed IP is now validated in KnownUser tokens
- Removed the use of the SameSite cookie flag
3.7.0
Release note
New features
- Support for Secure, HttpOnly and SameSite cookie flags
Quality improvements
- QueueId is now included in the URL for cancel redirect.