Release Notes
Note: This release contains breaking changes
Breaking changes
- This release fixes an issue where
HttpContextProviderin certain scenarios are shared between threads. To resolve this issue, theHttpContextProvideris now required to be instantiated. The implementation example inREADME.mdhas been updated to reflect this approach. - The lowest supported version for Ruby has has been changed from v.1.9.3 to v3.4
- The lowest supported version for Rails has has been changed from v.3.2 to v5.0.5
Changes
- Improve extraction of the
queueittokenfrom the request url. The implementation example inREADME.mdhas been updated to reflect this approach. - Imporve exception handling when connector is parsing the
queueittoken.