Skip to content

Releases: googleapis/signet

Release signet 0.13.0

24 Feb 22:16
d3c55dc
Compare
Choose a tag to compare
  • Support Faraday 1.x

v0.12.0

08 Oct 19:32
31465d5
Compare
Choose a tag to compare
  • This version now requires Ruby 2.4.
  • Support array values of the "aud" field.
  • Normalize the version constant to match related gems.

v0.11.0

10 Oct 18:12
ee67b7f
Compare
Choose a tag to compare
  • Add constant time comparison for oauth signatures.

v0.10.0

24 Sep 18:06
Compare
Choose a tag to compare
  • Add UnexpectedStatusError class for http status errors that are not handled.

v0.9.2

21 Sep 16:17
adc2698
Compare
Choose a tag to compare
  • Update issued_at correctly when it is set simultaneously with expires_in.

v0.9.1

29 Aug 20:35
9cb1eab
Compare
Choose a tag to compare
  • Warn on EOL ruby versions.
  • Fix DateTime normalization.

v0.9.0

20 Aug 17:32
8fa49a1
Compare
Choose a tag to compare
  • Add RemoteServerError class for 5xx level errors.
  • Allow to_json to be called with arguments
  • Expires_in now sets and reflects current expires_at value
  • Expires_within(0) now returns false when expires_at is nil.