Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Latest commit

 

History

History
121 lines (60 loc) · 7.15 KB

CHANGELOG.md

File metadata and controls

121 lines (60 loc) · 7.15 KB

Changelog

2.0.2 (2021-03-07)

Bug Fixes

  • add https://www.googleapis.com/auth/analytics.edit OAuth2 scope to the list of acceptable scopes for all read only methods of the Admin API docs: update the documentation of the update_mask field used by Update() methods (#81) (655a893)

2.0.1 (2021-02-09)

Bug Fixes

  • deps: update dependency google-auth-library to v7 (#79) (8e0e55b)

2.0.0 (2021-01-19)

⚠ 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 (#73)
  • remove unused fields from EnhancedMeasurementSettings

Features

  • add pagination support for ListFirebaseLinks operation (57205d1)

Bug Fixes

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

1.4.0 (2021-01-09)

Features

1.3.0 (2021-01-07)

Features

  • added name field to GlobalSiteTag (#65) (a4baba5)

1.2.3 (2020-11-25)

Bug Fixes

  • do not modify options object, use defaultScopes docs: regenerated jsdoc comments with examples build: use gapic-generator-typescript v1.2.1 (#55) (126618a)

1.2.2 (2020-11-11)

Bug Fixes

  • 'requests' field of CreateUserLink, UpdateUserLink, DeleteUserLink methods is now required docs: minor documentation updates (#49) (ae75c0c)

1.2.1 (2020-11-07)

Bug Fixes

  • do not modify options object, use defaultScopes (#50) (47d0a11)

1.2.0 (2020-10-20)

Features

  • added ListAccountSummaries method (#40) (f55c2bf)

1.1.2 (2020-08-28)

Bug Fixes

  • move system and samples test from Node 10 to Node 12 (#31) (bcb2061)

1.1.1 (2020-08-04)

Bug Fixes

  • samples and tests updated (#13) (55f4366)
  • docs: update docs with current samples (24a452c)

1.1.0 (2020-07-29)

Features

  • initial release of library from googleapis organization (#12) (f741199)

1.0.0 (2020-07-28)

⚠ BREAKING CHANGES

  • initial generation of full library (#1)

Features

Bug Fixes