Skip to content

Commit e513d17

Browse files
authored
Pin grpc version (#523)
* Pin grpc 1.73.0 Change-Id: I8791fc28de865fec160666c9120e6927fd926102 * Update CHANGELOG Change-Id: I25fbcbd25e2002f515095e905442e707eeaa0cbf * Add more detail Change-Id: Iafa1d05b5503db7a72a463508d9c7ab0ba088b16
1 parent 462f0e9 commit e513d17

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Compatibility with v21, v20.1, v19.2 of the API: https://developers.google.com/google-ads/api/docs/release-notes
44
- Removed support for v18.
55
- Updated examples to include the `containsEuPoliticalAdvertising` field on campaign creation.
6+
- Pinned grpc version 1.73.0. See [issue#524](https://github.com/googleads/google-ads-ruby/issues/524) for background. This is a temporary workaround that will be removed in the future.
67

78
34.2.0
89
-----

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ gem 'benchmark-ips'
1515
gem 'yard'
1616
gem 'rubocop', require: false
1717
gem 'rubocop-google_ads', require: false
18+
gem 'grpc', '~> 1.73'

0 commit comments

Comments
 (0)