1.0.2 (2025-09-09)
Bug Fixes
- Handle nil response in on_data callback for Faraday streaming (#24235)
Unclaimed project
Are you a maintainer of google-api-ruby-client? Claim this project to take control of your public changelog and roadmap.
Changelog
REST client for Google APIs
Last updated 7 days ago
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 httpclie...