3.7.0
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.