Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing support for v13. #478

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
26.0.0
------
- Removed support for v13.

25.0.1
------
- Updated dependencies to support new gRPC features
Expand Down Expand Up @@ -276,4 +280,4 @@

0.1.0
-----
- Initial release with support for Google Ads API v0.
- Initial release with support for Google Ads API v0.
2 changes: 1 addition & 1 deletion lib/google/ads/google_ads/api_versions.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Google
module Ads
module GoogleAds
KNOWN_API_VERSIONS = [:V13, :V14, :V15]
KNOWN_API_VERSIONS = [:V14, :V15]
DEFAULT_API_VERSION = :V15

def self.default_api_version
Expand Down
31 changes: 0 additions & 31 deletions lib/google/ads/google_ads/utils/v13/path_lookup_util.rb

This file was deleted.

47 changes: 0 additions & 47 deletions lib/google/ads/google_ads/v13/common/ad_asset_pb.rb

This file was deleted.

276 changes: 0 additions & 276 deletions lib/google/ads/google_ads/v13/common/ad_type_infos_pb.rb

This file was deleted.

45 changes: 0 additions & 45 deletions lib/google/ads/google_ads/v13/common/asset_policy_pb.rb

This file was deleted.

80 changes: 0 additions & 80 deletions lib/google/ads/google_ads/v13/common/asset_set_types_pb.rb

This file was deleted.

Loading