Skip to content

Latest commit

 

History

History
131 lines (68 loc) · 2.66 KB

File metadata and controls

131 lines (68 loc) · 2.66 KB

Release History

1.7.0 (2026-03-19)

Features

  • Upgrade dependencies for Ruby v4.0 and drop Ruby v3.1 support

1.6.2 (2025-09-12)

Documentation

  • Add examples to wrapper libraries README.md (#31320)

1.6.1 (2025-04-29)

Bug Fixes

  • Fixed several issues with validating credential configs

1.6.0 (2025-01-29)

Features

  • Provide methods to determine whether services are available with the currently installed versioned client (#28527)
  • Update Ruby version requirement to 3.0

1.5.1 (2024-08-09)

Documentation

  • Formatting updates to README.md (#26625)

1.5.0 (2024-02-26)

Features

  • Updated minimum Ruby version to 2.7 (#24865)

1.4.0 (2024-01-15)

Features

  • Support for universe_domain (#24256)

1.3.0 (2023-03-09)

Features

  • Support REST transport (#20766)

1.2.0 (2022-07-01)

Features

  • Updated minimum Ruby version to 2.6 (#18443)

1.1.3 / 2022-01-11

Documentation

  • Fix titles of documentation pages
  • Remove some broken images and fix outdated content in authentication documentation

1.1.2 / 2021-07-12

Documentation

  • Clarified some language around authentication configuration

1.1.1 / 2021-06-30

Bug Fixes

  • Expand dependencies to include future 1.x releases of versioned clients

1.1.0 / 2021-03-08

Features

  • Drop support for Ruby 2.4 and add support for Ruby 3.0

1.0.2 / 2021-02-02

Documentation

  • Clarify the role of main vs versioned clients in the readme

1.0.1 / 2021-01-19

Documentation

  • Timeout config description correctly gives the units as seconds

1.0.0 / 2020-06-24

Promote to version 1.0.0

0.3.0 / 2020-05-20

Features

  • The endpoint, scope, and quota_project can be set via configuration

0.2.1 / 2020-05-05

Bug Fixes

  • Eliminated a circular require warning.

0.2.0 / 2020-04-13

Features

  • Let Bundler.require load the gem without an extra explicit require call.

0.1.2 / 2020-03-25

Documentation

  • Expands documentation for service-wide config objects
  • Expands documentation for client classes
  • Numerous formatting fixes

0.1.1 / 2020-03-18

  • Minor documentation fixes

0.1.0 / 2020-02-09

  • Initial release