- Support connection options :default_connection and :connection_builder when creating credentials that need to refresh OAuth tokens. This lets clients provide connection objects with custom settings, such as proxies, needed for the client environment.
- Removed an unnecessary warning about project IDs.
- Make load_gcloud_project_id module function.
- Add project_id instance variable to UserRefreshCredentials, ServiceAccountCredentials, and Credentials.
- Update memoist dependency to ~> 0.16.
- Remove ruby version warnings.
- Fix incorrect http verb when revoking credentials.
- Warn on EOL ruby versions.
- Resolve issue where DefaultCredentials constant was undefined.
- Resolve issue where token_store was being written to twice
- Add warning when using cloud sdk credentials
- Fix file permissions
- Support ruby-jwt 2.0
- Add simple credentials class
- Fix file permissions on the gem's
.rb
files.
- Add retry mechanism when fetching access tokens in
GCECredentials
andUserRefreshCredentials
classes. - Update Google API OAuth2 token credential URI to v4.
- Change header name emitted by
Client#apply
from "Authorization" to "authorization" (@murgatroid99) - Fix ADC not working on some windows machines (@vsubramani) #55
- Initial support for user credentials ([@sqrrrl][])
- Update Signet to 0.7
-
Updated UserRefreshCredentials hash to use string keys (@haabaato) #36
-
Add support for a system default credentials file. (@mr-salty) #33
-
Relax the constraint of dependent version of multi_json (@igrep) #30
- Improves handling of --no-scopes GCE authorization (@tbetbetbe)
- Refactoring and cleanup (@joneslee85)
- Adds an implementation of JWT header auth (@tbetbetbe)
- makes the scope parameter's optional in all APIs. (@tbetbetbe)
- changes the scope parameter's position in various constructors. (@tbetbetbe)