Skip to content

Releases: queueit/KnownUser.V3.JAVA

3.7.0

03 Dec 11:04
Compare
Choose a tag to compare

Release ### note

  • Support for Secure and HttpOnly cookie flags in QueueITAcceptedCookies
    • These options are now configured directly in integration configuration provided by GO Queue-it Platform.
  • Queue ID is now included in the URL for cancel redirects.
  • 'Access-Control-Expose-Headers' are set on AJAX redirect (hybrid integration)
  • Support for Request Body Triggers

Please note that to use version 3.7.0, HTTP requests have to be wrapped using KnownUserRequestWrapper class.

3.6.2

28 Apr 07:04
Compare
Choose a tag to compare

Release notes:

  • Compilation is now done with Java 1.6 as source and target

3.6.1

11 Jun 19:43
11f6d86
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 14:22
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.
  • Rearranged code structure to replace Netbeans with maven build.

3.5.2

04 Sep 07:35
ff37bb4
Compare
Choose a tag to compare

Includes

  • Newer languages features removed from SDK code to support Java version 6.

3.5.1

28 Feb 14:40
Compare
Choose a tag to compare

Includes

  • Support for handling Ajax calls

3.5.0

30 Jan 10:33
Compare
Choose a tag to compare

Includes

  • JavaScript and KnownUser interoperability (to support this queueit cookie is not http only anymore)
  • RedirectType in RequestValidationResult

3.4.0

18 Dec 09:03
Compare
Choose a tag to compare

Includes

  • support for contains any and equals any operators.
  • support for ignore actions.

3.3.2

06 Dec 13:51
Compare
Choose a tag to compare

includes

  • log more request details in debug cookie.

3.3.0

05 Oct 12:11
Compare
Choose a tag to compare

Includes

  • support for http header triggers