Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit b0d8524

Browse files
chore(main): release 0.21.0 (#376)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 63dcbf9 commit b0d8524

File tree

7 files changed

+36
-6
lines changed

7 files changed

+36
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.20.0"
2+
".": "0.21.0"
33
}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [0.21.0](https://github.com/googleapis/python-analytics-admin/compare/v0.20.0...v0.21.0) (2023-10-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename the `enterprise_daily_export_enabled` field to `fresh_daily_export_enabled` in the `BigQueryLink` resource
9+
10+
### Features
11+
12+
* Add `CoarseValue`, `ConversionValues`, `EventMapping`, `SKAdNetworkConversionValueSchema` types ([cabcb1f](https://github.com/googleapis/python-analytics-admin/commit/cabcb1ff2eb5100885c5684c2cfb6896ccadd97b))
13+
* Add `GetSKAdNetworkConversionValueSchema`, `CreateSKAdNetworkConversionValueSchema`, `DeleteSKAdNetworkConversionValueSchema`, `UpdateSKAdNetworkConversionValueSchema`, `ListSKAdNetworkConversionValueSchemas` methods to the Admin API v1 alpha ([cabcb1f](https://github.com/googleapis/python-analytics-admin/commit/cabcb1ff2eb5100885c5684c2cfb6896ccadd97b))
14+
* Add `UpdateConversionEvent` method to the Admin API v1 beta ([7c8f27f](https://github.com/googleapis/python-analytics-admin/commit/7c8f27f204724ff46f8400effb97dfc786a4fcb5))
15+
* Add the `ConversionCountingMethod` enum ([7c8f27f](https://github.com/googleapis/python-analytics-admin/commit/7c8f27f204724ff46f8400effb97dfc786a4fcb5))
16+
* Add the `counting_method` field to the `ConversionEvent` type ([7c8f27f](https://github.com/googleapis/python-analytics-admin/commit/7c8f27f204724ff46f8400effb97dfc786a4fcb5))
17+
* Add the `ITEM` option to the `DimensionScope` enum ([7c8f27f](https://github.com/googleapis/python-analytics-admin/commit/7c8f27f204724ff46f8400effb97dfc786a4fcb5))
18+
* Add the `skadnetwork_conversion_value_schema` field to the `ChangeHistoryResource.resource` oneof type ([cabcb1f](https://github.com/googleapis/python-analytics-admin/commit/cabcb1ff2eb5100885c5684c2cfb6896ccadd97b))
19+
* Add the `SKADNETWORK_CONVERSION_VALUE_SCHEMA` option to the `ChangeHistoryResourceType` enum ([cabcb1f](https://github.com/googleapis/python-analytics-admin/commit/cabcb1ff2eb5100885c5684c2cfb6896ccadd97b))
20+
* Make the field `default_uri` of `WebStreamData` mutable ([7c8f27f](https://github.com/googleapis/python-analytics-admin/commit/7c8f27f204724ff46f8400effb97dfc786a4fcb5))
21+
22+
23+
### Bug Fixes
24+
25+
* Add the missing `REQUIRED` annotation to the `update_mask` field of `UpdateMeasurementProtocolSecretRequest` ([7c8f27f](https://github.com/googleapis/python-analytics-admin/commit/7c8f27f204724ff46f8400effb97dfc786a4fcb5))
26+
* Rename the `enterprise_daily_export_enabled` field to `fresh_daily_export_enabled` in the `BigQueryLink` resource ([cabcb1f](https://github.com/googleapis/python-analytics-admin/commit/cabcb1ff2eb5100885c5684c2cfb6896ccadd97b))
27+
28+
29+
### Documentation
30+
31+
* Minor formatting ([#379](https://github.com/googleapis/python-analytics-admin/issues/379)) ([ab8a30b](https://github.com/googleapis/python-analytics-admin/commit/ab8a30b637284a9526fae5b85e05b1c54891c609))
32+
333
## [0.20.0](https://github.com/googleapis/python-analytics-admin/compare/v0.19.0...v0.20.0) (2023-08-10)
434

535

google/analytics/admin/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.20.0" # {x-release-please-version}
16+
__version__ = "0.21.0" # {x-release-please-version}

google/analytics/admin_v1alpha/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.20.0" # {x-release-please-version}
16+
__version__ = "0.21.0" # {x-release-please-version}

google/analytics/admin_v1beta/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.20.0" # {x-release-please-version}
16+
__version__ = "0.21.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.analytics.admin.v1alpha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-analytics-admin",
11-
"version": "0.1.0"
11+
"version": "0.21.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.analytics.admin.v1beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-analytics-admin",
11-
"version": "0.1.0"
11+
"version": "0.21.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)