Skip to content

3.7.2

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jan 10:57
d9fb960

Release Notes

Note: This release contains breaking changes

Breaking changes

  • This release fixes an issue where HttpContextProvider in certain scenarios are shared between threads. To resolve this issue, the HttpContextProvider is now required to be instantiated. The implementation example in README.md has 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 queueittoken from the request url. The implementation example in README.md has been updated to reflect this approach.
  • Imporve exception handling when connector is parsing the queueittoken.