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

Commit

Permalink
chore(main): release 0.21.0 (#376)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
release-please[bot] and parthea authored Oct 12, 2023
1 parent 63dcbf9 commit b0d8524
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.20.0"
".": "0.21.0"
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [0.21.0](https://github.com/googleapis/python-analytics-admin/compare/v0.20.0...v0.21.0) (2023-10-10)


### ⚠ BREAKING CHANGES

* rename the `enterprise_daily_export_enabled` field to `fresh_daily_export_enabled` in the `BigQueryLink` resource

### Features

* Add `CoarseValue`, `ConversionValues`, `EventMapping`, `SKAdNetworkConversionValueSchema` types ([cabcb1f](https://github.com/googleapis/python-analytics-admin/commit/cabcb1ff2eb5100885c5684c2cfb6896ccadd97b))
* Add `GetSKAdNetworkConversionValueSchema`, `CreateSKAdNetworkConversionValueSchema`, `DeleteSKAdNetworkConversionValueSchema`, `UpdateSKAdNetworkConversionValueSchema`, `ListSKAdNetworkConversionValueSchemas` methods to the Admin API v1 alpha ([cabcb1f](https://github.com/googleapis/python-analytics-admin/commit/cabcb1ff2eb5100885c5684c2cfb6896ccadd97b))
* Add `UpdateConversionEvent` method to the Admin API v1 beta ([7c8f27f](https://github.com/googleapis/python-analytics-admin/commit/7c8f27f204724ff46f8400effb97dfc786a4fcb5))
* Add the `ConversionCountingMethod` enum ([7c8f27f](https://github.com/googleapis/python-analytics-admin/commit/7c8f27f204724ff46f8400effb97dfc786a4fcb5))
* Add the `counting_method` field to the `ConversionEvent` type ([7c8f27f](https://github.com/googleapis/python-analytics-admin/commit/7c8f27f204724ff46f8400effb97dfc786a4fcb5))
* Add the `ITEM` option to the `DimensionScope` enum ([7c8f27f](https://github.com/googleapis/python-analytics-admin/commit/7c8f27f204724ff46f8400effb97dfc786a4fcb5))
* Add the `skadnetwork_conversion_value_schema` field to the `ChangeHistoryResource.resource` oneof type ([cabcb1f](https://github.com/googleapis/python-analytics-admin/commit/cabcb1ff2eb5100885c5684c2cfb6896ccadd97b))
* Add the `SKADNETWORK_CONVERSION_VALUE_SCHEMA` option to the `ChangeHistoryResourceType` enum ([cabcb1f](https://github.com/googleapis/python-analytics-admin/commit/cabcb1ff2eb5100885c5684c2cfb6896ccadd97b))
* Make the field `default_uri` of `WebStreamData` mutable ([7c8f27f](https://github.com/googleapis/python-analytics-admin/commit/7c8f27f204724ff46f8400effb97dfc786a4fcb5))


### Bug Fixes

* Add the missing `REQUIRED` annotation to the `update_mask` field of `UpdateMeasurementProtocolSecretRequest` ([7c8f27f](https://github.com/googleapis/python-analytics-admin/commit/7c8f27f204724ff46f8400effb97dfc786a4fcb5))
* 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))


### Documentation

* Minor formatting ([#379](https://github.com/googleapis/python-analytics-admin/issues/379)) ([ab8a30b](https://github.com/googleapis/python-analytics-admin/commit/ab8a30b637284a9526fae5b85e05b1c54891c609))

## [0.20.0](https://github.com/googleapis/python-analytics-admin/compare/v0.19.0...v0.20.0) (2023-08-10)


Expand Down
2 changes: 1 addition & 1 deletion google/analytics/admin/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.20.0" # {x-release-please-version}
__version__ = "0.21.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/analytics/admin_v1alpha/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.20.0" # {x-release-please-version}
__version__ = "0.21.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/analytics/admin_v1beta/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.20.0" # {x-release-please-version}
__version__ = "0.21.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-analytics-admin",
"version": "0.1.0"
"version": "0.21.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-analytics-admin",
"version": "0.1.0"
"version": "0.21.0"
},
"snippets": [
{
Expand Down

0 comments on commit b0d8524

Please sign in to comment.