Skip to content

Releases: henribru/google-ads-stubs

v27.0.0

Choose a tag to compare

@henribru henribru released this 18 May 18:50

What's Changed

Full Changelog: v26.0.0...v27.0.0

v26.0.0

Choose a tag to compare

@henribru henribru released this 19 Apr 20:32

What's Changed

Full Changelog: v25.1.0...v26.0.0

v25.1.0

Choose a tag to compare

@henribru henribru released this 14 Feb 12:25

What's Changed

Full Changelog: v25.0.0...v25.1.0

v25.0.0

Choose a tag to compare

@henribru henribru released this 02 Feb 18:01

What's Changed

New Contributors

Full Changelog: v24.0.0...v25.0.0

v24.0.0

Choose a tag to compare

@henribru henribru released this 16 Oct 16:31

What's Changed

Full Changelog: v23.0.0...v24.0.0

v23.0.0

Choose a tag to compare

@henribru henribru released this 30 Aug 06:06

What's Changed

Full Changelog: v22.0.0...v23.0.0

v22.0.0

Choose a tag to compare

@henribru henribru released this 20 Jun 16:42

What's Changed

New Contributors

Full Changelog: v21.0.0...v22.0.0

v21.0.0

Choose a tag to compare

@henribru henribru released this 15 Mar 16:45

What's Changed

Breaking changes

The upstream library has changed how they organise their packages. The result is that you can no longer import all the various types and services directly from e.g. google.ads.googleads.v19.

The types must now be imported from google.ads.googleads.v19.common, google.ads.googleads.v19.enums, google.ads.googleads.v19.errors, google.ads.googleads.v19.resources or google.ads.googleads.v19.services, depending on the type. I believe it mirrors the structure of the reference documentation, except that there's no misc, those types are in services.

Service imports should be less common since get_service has inference, but if you have used services in type annotations, they must now be imported from their individual package. E.g. GoogleAdsServiceClient must be imported from google.ads.googleads.v19.services.services.google_ads_service.

Full Changelog: v20.0.0...v21.0.0

v20.0.0

Choose a tag to compare

@henribru henribru released this 24 Jan 19:48

What's Changed

Full Changelog: v19.0.0...v20.0.0

v19.0.0

Choose a tag to compare

@henribru henribru released this 16 Aug 19:31

What's Changed

  • Add v25.0.0 (v17.1 of the API) support by @henribru in #46

Full Changelog: v18.1.0...v19.0.0