Patch Changes
-
7452642: fix(provider/google-vertex): avoid recreating Node GoogleAuth clients for repeated requests
Create Google auth token generators per provider instance instead of using a
module-level sharedGoogleAuthcache. This avoids unnecessaryGoogleAuth
recreation whengoogleAuthOptionsare omitted or when multiple provider
instances use equivalent auth settings.