Skip to content
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: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
44.0.0
-----
- Compatibility with v25.1 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Removed support for v21.

43.0.0
-----
- Compatibility with v25.0 of the API: https://developers.google.com/google-ads/api/docs/release-notes
Expand Down Expand Up @@ -26,6 +31,7 @@
40.0.0
-----
- Compatibility with v24 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Removed support for v20.

39.1.0
-----
Expand Down
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 = [:V21, :V22, :V23, :V24, :V25]
KNOWN_API_VERSIONS = [:V22, :V23, :V24, :V25]
DEFAULT_API_VERSION = :V25

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

This file was deleted.

35 changes: 0 additions & 35 deletions lib/google/ads/google_ads/v21/common/ad_asset_pb.rb

This file was deleted.

64 changes: 0 additions & 64 deletions lib/google/ads/google_ads/v21/common/ad_type_infos_pb.rb

This file was deleted.

This file was deleted.

32 changes: 0 additions & 32 deletions lib/google/ads/google_ads/v21/common/asset_policy_pb.rb

This file was deleted.

37 changes: 0 additions & 37 deletions lib/google/ads/google_ads/v21/common/asset_set_types_pb.rb

This file was deleted.

87 changes: 0 additions & 87 deletions lib/google/ads/google_ads/v21/common/asset_types_pb.rb

This file was deleted.

25 changes: 0 additions & 25 deletions lib/google/ads/google_ads/v21/common/asset_usage_pb.rb

This file was deleted.

Loading
Loading