Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Releases: googleapis/python-analytics-data

v0.14.0

19 Sep 19:27
f6e60ef

Choose a tag to compare

0.14.0 (2022-09-19)

Features

Bug Fixes

  • deps: require google-api-core>=1.33.1,>=2.8.0 (1e4f58e)
  • deps: require protobuf >= 3.20.1 (1e4f58e)

v0.13.2

15 Aug 14:26
0a891f7

Choose a tag to compare

0.13.2 (2022-08-11)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#266) (0990dae)
  • deps: require proto-plus >= 1.22.0 (0990dae)

v0.13.1

19 Jul 13:16
34baea6

Choose a tag to compare

0.13.1 (2022-07-19)

Documentation

v0.13.0

18 Jul 13:25
4da5499

Choose a tag to compare

0.13.0 (2022-07-17)

Features

Bug Fixes

  • deps: require google-api-core>=1.32.0,>=2.8.0 (#253) (c2a27d7)
  • rename the funnel_filter field of the FunnelFilterExpression type to funnel_field_filter (3ff59b2)
  • rename the type FunnelFilter to FunnelFieldFilter (#251) (3ff59b2)
  • require python 3.7+ (#255) (0b81da4)

v0.12.1

06 Jun 22:17
4da37d5

Choose a tag to compare

0.12.1 (2022-06-03)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#243) (8e65b0d)

v0.12.0

19 May 12:30
bc2439f

Choose a tag to compare

0.12.0 (2022-05-07)

Features

  • v1alpha: add analytics admin v1alpha (#239) (383e896)

Documentation

  • clarify start_minutes_ago and end_minutes_ago (#235) (45dd51e)
  • fix typo in get_common_metadata.py sample (#224) (7234e84)
  • fixes incorrect comment in python sample (#220) (749e8f2)
  • removes unnecessary period in python sample description (#225) (5e363e4)

v0.11.2

04 Apr 15:14
fb475a1

Choose a tag to compare

0.11.2 (2022-04-01)

Documentation

v0.11.1

07 Mar 16:36
dc24c28

Choose a tag to compare

0.11.1 (2022-03-05)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#202) (cc351cd)
  • deps: require proto-plus>=1.15.0 (cc351cd)

v0.11.0

24 Feb 15:56
8b8575f

Choose a tag to compare

0.11.0 (2022-02-24)

Features

Bug Fixes

  • deps: delete unused dependency libcst (#191) (dbba912)
  • resolve DuplicateCredentialArgs error when using credentials_file (97804fe)

Documentation

  • add autogenerated code snippets (f34ee10)

v0.10.0

01 Nov 21:47
8b43073

Choose a tag to compare

Features

  • add the blocked_reasons field to the MetricMetadata type that contains reasons why access was blocked (583920a)
  • add the currency_code, time_zone fields to the ResponseMetaData type (583920a)
  • add the empty_reason field to the ResponseMetaData type that contains an empty report reason (583920a)
  • add the schema_restriction_response field to the ResponseMetaData type (#157) (583920a)

Bug Fixes

  • deps: require google-api-core >= 1.28.0 (1f81d4e)

Documentation

  • list oneofs in docstring (1f81d4e)