Breaking changes
- Scalable user searching: We’ve made some improvements to enhance the scalability of our system to better support increased usage. These changes allow us to handle increased demand more efficiently, ensuring a smoother experience for all our customers.
As part of this update, there may be a delay (up to 100ms) in accessing newly written or updated user data from the search user endpoints. If you have any questions, feel free to reach out!
Enhancements
- User tenant API: We added an option to fetch a specific user's tenant(s) information from an active session. Using the new
my_tenants
function, you can query a current user's sessions' tenants details. See the example in the SDK's README. - Tenant created time: We added the tenant's creation time when loading the tenant (both in
load
andload_all
functions).