Releases: queueit/KnownUser.V3.ASPNETCORE
Releases · queueit/KnownUser.V3.ASPNETCORE
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
3.6.1
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
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.
- Support for .NET Core 3.1.
- Same features as included in v.3.5.2 of ASP.NET Connector (https://github.com/queueit/KnownUser.V3.ASPNET/releases/tag/3.5.2)
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.