Skip to content

Releases: queueit/KnownUser.V3.Javascript

3.6.4

29 Jun 13:15
Compare
Choose a tag to compare

Release note

NPM Updates

  • Update package.json file

3.6.3

29 Jun 08:03
Compare
Choose a tag to compare

Release note

NPM Updates

  • Update npmignore
  • Update package.json

3.6.2

24 Jun 12:13
Compare
Choose a tag to compare

Release note

Technology Updates

  • Remove node-import module dependency
  • Generate compatible commonjs module
  • Generate typescript defination files

3.6.1

12 Jun 10:01
Compare
Choose a tag to compare

Release note

Bug fixes

  • Always remove old, no longer valid, queue-it (queue passed) cookies:
    Only if client sent queue-it cookie to server.

3.6.0

02 Mar 12:33
Compare
Choose a tag to compare

Release note

New features

  • Support for matching any value (*) in a contains trigger operator.
  • Matched action name available in code. Found as property on action result and config models.
  • Improved system diagnostics
    • Matched action name included as query string parameter in URL for queue redirect.
    • Matched action name available in diagnostics/debug cookie as part of (queue/cancel)config information.
    • Runtime, connector name and version available in diagnostics/debug cookie.
    • Exception (if any) available in diagnostics/debug cookie.

Quality improvements

  • Consistent error handling in case of invalid tokens.
  • Ensure that invalid/manipulated queue-it (queue passed) cookies are never accepted.
  • Perform expiration checks on debug tokens.
  • Always remove old, no longer valid, queue-it (queue passed) cookies.
  • Ensure that debug information (cookie) is always available, ex. when integration configuration is missing or invalid.
  • Correctly encode white space in custom layout names, e.x. "my%20layout".

3.5.2

14 Mar 14:02
Compare
Choose a tag to compare
3.5.2 Pre-release
Pre-release

-Supporting bodytrigger

3.5.1

05 Nov 10:57
315401a
Compare
Choose a tag to compare
Update README.md

typo in initializeHttpContext provider