v2.0.8
Added OAuth2 client-credentials support. Set client_id/client_secret on ClientConfig instead of api_key and the SDK handles the token exchange and refresh automatically:
The existing api_key field still works unchanged — no action needed if you’re not switching auth methods. See the Rust SDK guide and Authentication to compare both methods.