Skip to content

Releases: googleapis/google-api-ruby-client

google-apis-core: v1.0.0

Choose a tag to compare

@release-please release-please released this 05 Aug 18:44
e300f9d

1.0.0 (2025-08-03)

This is a major release that replaces the underlying httpclient library with Faraday (#23524). This will ensure the client libraries are on a more stable and better maintained foundation moving forward.

For most users, this change should be transparent. However, if your application depends on the httpclient interfaces, you can retain compatibility with httpclient by pinning the google-apis-core gem to ~> 0.18 in your Gemfile. Httpclient-based versions of this gem will remain on the 0.x release train, while Faraday-based versions will occupy the 1.x release train. We will push critical fixes and security updates to both branches for one year until August 2026, but new feature work will take place only on the 1.x branch.

google-apis-generator: v0.18.0

Choose a tag to compare

@release-please release-please released this 22 May 19:30
852145c

0.18.0 (2025-05-22)

Features

  • Generate toys file for each client (#23217)

google-apis-core: v0.18.0

Choose a tag to compare

@release-please release-please released this 22 May 20:02
59a5350

0.18.0 (2025-05-22)

Features

  • Restart & delete resumable upload (#21896)

google-apis-generator: v0.17.0

Choose a tag to compare

@release-please release-please released this 30 Apr 18:27
fc6b479

0.17.0 (2025-04-30)

Features

  • ruby 3.1 minimum, 3.4 default (#22594)

google-apis-core: v0.17.0

Choose a tag to compare

@release-please release-please released this 30 Apr 17:04
ab9ca94

0.17.0 (2025-04-30)

Features

  • ruby 3.1 minimum, 3.4 default (#22594)

Bug Fixes

  • Fixed a method redefined warning (#21572)
  • Ensure compatibility with frozen string literals (#21648)

google-apis-core: v0.16.0

Choose a tag to compare

@release-please release-please released this 15 Jan 18:32
dadf816

0.16.0 (2025-01-12)

Features

  • Automated regeneration of ml v1 client (#21158)

google-apis-generator: v0.16.0

Choose a tag to compare

@release-please release-please released this 10 Jan 04:16
216ef1e

0.16.0 (2025-01-10)

Features

  • Automated regeneration of ml v1 client (#21158)

Bug Fixes

  • fix a corner case with a missing ref (#21133)

google-apis-generator: v0.15.1

Choose a tag to compare

@release-please release-please released this 29 Jul 19:07
4418ab5

0.15.1 (2024-07-29)

Bug Fixes

  • remove rexml from dependencies (#19971)
  • Remove temporary discovery patch (#19972)

google-apis-core: v0.15.1

Choose a tag to compare

@release-please release-please released this 29 Jul 18:52
9667af0

0.15.1 (2024-07-29)

Bug Fixes

  • remove rexml from dependencies (#19971)

google-apis-generator: v0.15.0

Choose a tag to compare

@release-please release-please released this 13 May 21:22
bf28678

0.15.0 (2024-05-13)

Features

  • Introduce api_version to discovery clients (#18969)
  • Update generated clients to depend on google-apis-core 0.15.0 (#18985)