Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

38 lines (22 loc) · 2.24 KB

Changelog

0.2.0 (2021-01-20)

⚠ BREAKING CHANGES

  • update_mask field is required for all Update operations
  • rename country_code field to region_code in Account
  • rename url_query_parameter field to uri_query_parameter in EnhancedMeasurementSettings
  • remove parent field from GoogleAdsLink
  • remove unused fields from EnhancedMeasurementSettings (#29)

Features

  • add ListAccountSummaries (#20) (04d05d7)
  • add pagination support for ListFirebaseLinks operation (bc756a9)

Bug Fixes

  • update_mask field is required for all Update operations (bc756a9)
  • remove parent field from GoogleAdsLink (bc756a9)
  • remove unused fields from EnhancedMeasurementSettings (#29) (bc756a9)
  • rename country_code field to region_code in Account (bc756a9)
  • rename url_query_parameter field to uri_query_parameter in EnhancedMeasurementSettings (bc756a9)

Documentation

0.1.0 (2020-07-23)

Features