Skip to content

Releases: queueit/KnownUser.V3.Javascript

3.7.12

26 Jul 12:58
Compare
Choose a tag to compare

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

02 Mar 12:47
Compare
Choose a tag to compare

Release notes:

  • Bugfix in URL generation when an invalid QueueITToken is received

3.7.9

24 Jan 10:11
Compare
Choose a tag to compare

Release notes:

  • Bugfix: Add a null check when getting the EnqueueTokenProvider.

3.7.8

19 Jan 13:32
Compare
Choose a tag to compare

Release notes:

  • getEnqueueTokenProvider call is not static anymore.

3.7.7

18 Jan 16:06
Compare
Choose a tag to compare

Release notes:

  • Readme was updated to note the waitingRoomId parameter in the enqueue token provider.

3.7.6

18 Jan 12:03
Compare
Choose a tag to compare

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

05 Jan 10:00
Compare
Choose a tag to compare

Providing more information for when errors are happening.

3.7.4

03 Nov 10:13
Compare
Choose a tag to compare

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

08 Oct 12:32
Compare
Choose a tag to compare

Release notes:

  • Hashed IP is now validated in KnownUser tokens
  • Removed the use of the SameSite cookie flag

3.7.0

29 Sep 12:32
Compare
Choose a tag to compare

Release note

New features

  • Support for Secure, HttpOnly and SameSite cookie flags

Quality improvements

  • QueueId is now included in the URL for cancel redirect.