Skip to content

Releases: henribru/google-ads-stubs

v14.1.0

Choose a tag to compare

@henribru henribru released this 22 Jun 17:37

What's Changed

Full Changelog: v14.0.0...v14.1.0

v14.0.0

Choose a tag to compare

@henribru henribru released this 18 May 15:30

What's Changed

Full Changelog: v13.1.0...v14.0.0

v13.1.0

Choose a tag to compare

@henribru henribru released this 18 May 10:31

What's Changed

Full Changelog: v13.0.0...v13.1.0

v13.0.0

Choose a tag to compare

@henribru henribru released this 04 Mar 14:37

What's Changed

Breaking changes

The type of repeated fields has changed from list to MutableSequence to match the upstream.

Full Changelog: v12.0.0...v13.0.0

v12.0.0

Choose a tag to compare

@henribru henribru released this 05 Nov 13:54

What's Changed

Full Changelog: v11.0.0...v12.0.0

v11.0.0

Choose a tag to compare

@henribru henribru released this 13 Oct 17:29

What's Changed

  • Add get_service overloads for GoogleAdsService by @henribru in #18
  • Type proto message attributes and constructors by @henribru in #19

Full Changelog: v10.0.0...v11.0.0

v10.0.0

Choose a tag to compare

@henribru henribru released this 11 Oct 19:53

What's Changed

Full Changelog: v9.0.0...v10.0.0

v9.0.0

Choose a tag to compare

@henribru henribru released this 02 May 20:15

What's Changed

Full Changelog: v8.1.0...v9.0.0

v8.1.0

Choose a tag to compare

@henribru henribru released this 11 Feb 20:03
454e74b

What's Changed

Full Changelog: v8.0.0...v8.1.0

v8.0.0

Choose a tag to compare

@henribru henribru released this 16 Oct 10:16

This release adds support for v14.0.0 of google-ads-python. Note this new addition to the caveats:

Another big caveat since v8.0.0 of this package is that the attributes and constructor arguments of the protobuf messages are all typed as Any instead of their proper types. This is due to google-ads-python switching from raw protobuf message classes to proto-plus classes. Better types for these might be introduced in the future. GoogleAdsClient.enums is also typed as Any.

This means that unfortunately the stubs won't provide as good a type safety as they used to. The last API version supported by the pre-proto-plus library has been sunset though, so staying with that was no longer an option.