2.2 KiB
2.2 KiB
0.6.0 (2017/10/17)
Changes
- Support ruby-jwt 2.0
- Add simple credentials class
0.5.3 (2017/07/21)
Changes
- Fix file permissions on the gem's
.rb
files.
0.5.2 (2017/07/19)
Changes
- Add retry mechanism when fetching access tokens in
GCECredentials
andUserRefreshCredentials
classes. - Update Google API OAuth2 token credential URI to v4.
0.5.1 (2016/01/06)
Changes
- Change header name emitted by
Client#apply
from "Authorization" to "authorization" (@murgatroid99) - Fix ADC not working on some windows machines (@vsubramani) #55
0.5.0 (2015/10/12)
Changes
- Initial support for user credentials ([@sqrrrl][])
- Update Signet to 0.7
0.4.2 (2015/08/05)
Changes
-
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
Changes
0.4.1 (2015/04/25)
Changes
- Improves handling of --no-scopes GCE authorization (@tbetbetbe)
- Refactoring and cleanup (@joneslee85)
0.4.0 (2015/03/25)
Changes
- Adds an implementation of JWT header auth (@tbetbetbe)
0.3.0 (2015/03/23)
Changes
- makes the scope parameter's optional in all APIs. (@tbetbetbe)
- changes the scope parameter's position in various constructors. (@tbetbetbe)