- Compatibility with v15 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Removed support for v12.
- Compatibility with v14 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Compatibility with v13.1 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Removed support for v11.
- Compatibility with v13 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Removed support for v10.
- Compatibility with v12 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Removed support for v9.
- Compatibility with v11.1 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Compatibility with v11 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Field mask util was updated to support empty top-level fields with subfields. For a full overview of the field mask util, see: https://developers.google.com/google-ads/api/docs/client-libs/ruby/field-masks
- Compatibility with v10.1 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Removed support for v8.
- Compatibility with v10.0 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Removed support for v7.
- Compatibility with v9.0 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Compatibility with v8.1 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Removed support for v6.
- Removed support for v5.
- Fixed a missing type in path lookup util.
- Fixed an issue in the gem factories files.
- Compatibility with v8 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Compatibility with v7 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Removed support for v4.
- Removing support for old-style positional arguments. If you were still using these, see this article for migration instructions: https://developers.google.com/google-ads/api/docs/client-libs/ruby/migration
- Compatibility with v6.1 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Removed support for v3.
- Added support for loading configuration from environment variables in addition to existing methods.
- Added support for creating operations to support block syntax like we do for resources.
- Compatibility with v6 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Removed support for v2.
- Compatibility with v5 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Updated internals of the client library to a new version of gapic. The change requires you to specify keyword arguments instead of positional arguments for all values passed for all service calls, including customer ID and operation. We have included a translator layer in our library that will patch existing calls, but will be deprecated in the future. For complete details, see: https://developers.google.com/google-ads/api/docs/client-libs/ruby/migration
- Compatability with v4 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Adding support for Google Ads API v3_1.
- Compatability with v3 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Change supported Ruby versions (>= 2.5)
- Adding support for Google Ads API v2_2.
- Adding support for Google Ads API v2_1.
- Add an insecure channel config flag
-
Compatability with v2 of the API: https://developers.google.com/google-ads/api/docs/release-notes
-
Removed the symbol based lookup util, favoring a method based one:
# instead of client.service(:Campaign) client.resource(:Campaign) client.operation(:Campaign) # we now use client.service.campaign client.resource.campaign client.operation.campaign
however, path method helpers still use a symbol based lookup:
client.path(:V1).campaign(...) client.path(:V2).campaign(...)
see https://developers.google.com/google-ads/api/docs/client-libs/ruby/factories for full documentation
-
Moved default version of the API to v2, to continue using v1, apply the version number to your factories calls:
client.service.v1.campaign client.operation.v1.campaign
- Updated default inbound metadata size to allow for larger metadata server responses.
- Added config keys to support service accounts for authentication.
- Added deprecation framework and deprecation warnings for old-style lookup util usage.
- Updated default timeouts for all services to values that should result in fewer DEADLINE_EXCEEDED exceptions.
- Add autoboxing fields that set value wrappers from primitives
- Fix support for long running operations.
- Adding support for Google Ads API v1_3.
- Fix "factories" implementation for Google's build system.
- Add "factories" impelmentation
- Adding support for Google Ads API v1_2.
- Removing support for Google Ads API v0.
- Add
ExtensionFeedItem
as an operation look up - Fixes various broken resource types
- Adding support for Google Ads API v1_1.
- Refactored proto and path lookup utils to be accessible before client instantiation.
- Numerous fixes to logging, including support for logging large images and partial failure errors.
- New partial failure decoder utility.
- Adding support for Google Ads API v1.
- Adding support for versioned path and proto lookup utils.
- Fix to logging interceptor for customer service requests.
- Adding support for Google Ads API v0_7.
- Adding support for logging requests/responses.
- Adding support for Google Ads API v0_6.
- Adding configuration file support for login_customer_id.
- Adding support for Google Ads API v0_5.
- Adding support for Google Ads API v0_4.
- The namespace Googleads, with the path pattern "googleads", has changed to GoogleAds, with the path "google_ads". The gem name is unchanged.
- The GoogleAdsClient has been renamed.
- The default config file has been renamed as "google_ads_config.rb".
- Adding support for Google Ads API v0_3.
- Adding support for Google Ads API v0_2.
- Bumping dependency for google-gax to 1.3 to match generated service clients.
- Adding support for Google Ads API v0_1.
- Initial release with support for Google Ads API v0.