Skip to content

3.7.0

Compare
Choose a tag to compare
@felixdrud felixdrud released this 03 Dec 13:14
· 1 commit to master since this release

Release note

New features

  • 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

Important

Please note that you need to initialize the SDK using the following, before using the SDK:

QueueIt::HttpContextProvider::setHttpContext(QueueIt::RailsHttpContext.new(request))

The rails request should no longer be used when using QueueIt::KnownUser.validateRequestByIntegrationConfig

See readme for more info.