This release introduces support for using the Descope FGA Cache Proxy from the Python SDK
🚀 New Features & Enhancements
- Descope FGA Cache Support: Response times of repeated FGA
check
calls, especially in high volume scenarios, can be reduced to sub-millisecond scales by re-directing the calls to a Descope FGA Cache Proxy running in the same backend cluster as your application. After setting up the proxy server via the Descope provided Docker image, set thefga_cache_url
parameter to be equal to the proxy URL to enable its use in the SDK (#656)
🛠 Fixes & Maintenance
- Various dependency & CI tools version updates
Full Changelog: 1.7.9...1.7.10