Skip to content

Releases: queueit/KnownUser.V3.Python

3.7.0

01 Dec 11:13
Compare
Choose a tag to compare

Release notes:

New features

  • Support for Secure, HttpOnly cookie flags
  • Request body triggers

Quality improvements

QueueId is now included in the URL for cancel redirect.

3.6.1

11 Jun 19:49
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 13:15
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.

3.5.1

26 Sep 08:07
3bab956
Compare
Choose a tag to compare
Update README.md

updated information about version support