Skip to content

v5.8.0

Compare
Choose a tag to compare
@Justintime50 Justintime50 released this 01 Dec 21:44
· 234 commits to master since this release
c746a0d
  • [ADDED] Carrier account creation routes requests correctly for carriers that require custom workflows
  • [FIXED] Instead of returning null when a list of child API keys cannot be returned (eg: when you call api_keys on a non-user object) it will return an empty list. The expected impact to end users is extremely low
  • [IMPROVED] Retrieving child user API keys for users with large numbers of child users should see much faster results as we now break on the match instead of iterating the entire list