Skip to content

Releases: googleapis/google-api-ruby-client

google-apis-core: v1.2.2

10 Jun 21:40
8214e1a

Choose a tag to compare

1.2.2 (2026-06-10)

Bug Fixes

google-apis-core: v1.2.1

09 Jun 01:04
cca3023

Choose a tag to compare

1.2.1 (2026-06-09)

Bug Fixes

google-apis-generator: v0.19.0

08 Jun 20:40
a05ee64

Choose a tag to compare

0.19.0 (2026-06-04)

Features

google-apis-core: v1.2.0

08 Jun 20:39
4d101f6

Choose a tag to compare

1.2.0 (2026-06-04)

Features

google-apis-core: v1.1.0

03 Jun 19:04
0bdd413

Choose a tag to compare

1.1.0 (2026-05-17)

Features

  • adding checksum header (#25157)

google-apis-core: v1.0.2

09 Sep 20:54
03c5cba

Choose a tag to compare

1.0.2 (2025-09-09)

Bug Fixes

  • Handle nil response in on_data callback for Faraday streaming (#24235)

google-apis-core: v1.0.1

08 Aug 19:50
8a8d03d

Choose a tag to compare

1.0.1 (2025-08-08)

Bug Fixes

  • Compute and send content-length header when posting a CompositeIO (#23864)

google-apis-core: v1.0.0

05 Aug 18:44
e300f9d

Choose a tag to compare

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

22 May 19:30
852145c

Choose a tag to compare

0.18.0 (2025-05-22)

Features

  • Generate toys file for each client (#23217)

google-apis-core: v0.18.0

22 May 20:02
59a5350

Choose a tag to compare

0.18.0 (2025-05-22)

Features

  • Restart & delete resumable upload (#21896)