Skip to content

Two bug fixes and catch up to most recent api version

Pre-release
Pre-release

Choose a tag to compare

@crhistianramirez crhistianramirez released this 24 Dec 20:51
· 378 commits to master since this release

Bug Fixes 🐛

  • Cookies were being set to the current path with no way to define your own path. This would cause issues if cookies were being set while the user was not on the root of the domain because that cookie would only be accessible on the path it was created on or any sub-path
    • by default cookies are now set at the root
    • you can now configure the sdk to set to any path you like. For ex: Configuration.Set({cookieOptions: { path: 'mypath' }})
  • Models for searchOn and sortBy were not allowing valid values

Regen SDK ⏩

  • SDK now up to date with API v1.0.183