Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

74 lines (52 loc) · 3.54 KB

Changelog

1.13.1

  • Patch urllib.request.OpenerDirector.open to get timeouts on the streaming report socket #85
    • To attempt to fix a case where the server loses the connection but the client is still blocking on the socket for reading

1.13.0

  • Make custom error messages for common Adwords exceptions #77

1.12.0

  • Add tap-adwords.report-key-properties as a metadata key a user can set in the properties.json file that sets the primary key for non generic endpoint streams.

1.11.6

  • Fix pylint error (unnecessary list comprehension) #54

1.11.5

  • Update the Circle file to run integration tests #52

1.11.4

  • Add urlCustomParameters to campaigns and ad_groups schemas #48

1.11.3

  • Reduce log verbosity of Removed paths... and Filtered paths... from singer-python #47

1.9.1

  • Update version of requests to 2.20.0 in response to CVE 2018-18074

1.9.0

  • Adds the Placeholder Feed Item Report to the list of available reports #42

1.8.2

  • In the pre-transform hook, only coerce values to null if their trimmed value is exactly '--' #41

1.8.0

  • Adds the Placeholder Report to the list of available reports #40

1.7.2

  • Upgrades the googleads SDK and uses API version v201806 #37
  • Migrated from suds to zeep to match version of googleads SDK being used #38

1.6.0

  • Adds support for bookmarking within an attribution window to prevent a hung sync #36

1.5.0

  • Adds the Call Metrics Call Details, Display Keyword Performance, Display Topics Performance, Account Performance, and Video Performance Reports #34

1.4.0

  • Adds the "Shopping Performance Report" to the list of available reports #25

1.3.3

  • Allows the downloading of Reports to happen as a stream to improve memory consumption #28

1.3.2

  • Adds the Keywordless Query Report #27

1.3.1

  • Reverts a change to set the default page size of Adwords responses back to 1000 #26

1.3.0

  • Fixes a bug in selector based code
  • Upgrades the Adwords API version used from v201708 to v201802 #21

1.2.1

  • Refactors code to be more selector focused and removes some duplication #23

1.2.0

  • Adds support for loading Ads using an ad_group_id when using a CampaignId does not fit into the 100k partition #22

1.1.0

  • Improves the algoirthm to use a binary search to find the correct partition size #19

1.0.23

  • Adjusts the CAMPAIGN_PARTITION_SIZE smaller to handle larger campaigns #18