Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.14.1"
".": "0.15.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.15.0](https://github.com/googleapis/python-analytics-admin/compare/v0.14.1...v0.15.0) (2023-02-28)


### Features

* Add `BigQueryLink`, `SearchAds360Link` resource types to the Admin API v1alpha ([efd4b20](https://github.com/googleapis/python-analytics-admin/commit/efd4b20ba5f49c38668f3b8c9c4ff365b44752da))
* Add `EXPANDED_DATA_SET`, `CHANNEL_GROUP` values to `ChangeHistoryResourceType` enum ([efd4b20](https://github.com/googleapis/python-analytics-admin/commit/efd4b20ba5f49c38668f3b8c9c4ff365b44752da))
* Add `GetBigQueryLink`, `ListBigQueryLinks` methods to the Admin API v1alpha ([efd4b20](https://github.com/googleapis/python-analytics-admin/commit/efd4b20ba5f49c38668f3b8c9c4ff365b44752da))
* Add `search_ads_360_link`, `expanded_data_set`, `bigquery_link` values to ChangeHistoryResource.resource oneof field ([efd4b20](https://github.com/googleapis/python-analytics-admin/commit/efd4b20ba5f49c38668f3b8c9c4ff365b44752da))
* Add `SetAutomatedGa4ConfigurationOptOut`, `FetchAutomatedGa4ConfigurationOptOut` methods to the Admin API v1alpha ([efd4b20](https://github.com/googleapis/python-analytics-admin/commit/efd4b20ba5f49c38668f3b8c9c4ff365b44752da))
* Add `tokens_per_project_per_hour` field to `AccessQuota` type ([efd4b20](https://github.com/googleapis/python-analytics-admin/commit/efd4b20ba5f49c38668f3b8c9c4ff365b44752da))
* Add GetSearchAds360Link, ListSearchAds360Links, CreateSearchAds360Link, DeleteSearchAds360Link, UpdateSearchAds360Link methods to the Admin API v1alpha ([efd4b20](https://github.com/googleapis/python-analytics-admin/commit/efd4b20ba5f49c38668f3b8c9c4ff365b44752da))
* **v1alpha:** Add `AccessBinding`, `ExpandedDataSet`, `ExpandedDataSetFilter`, `ExpandedDataSetFilterExpression`, `ExpandedDataSetFilterExpressionList` resource types ([1d2897e](https://github.com/googleapis/python-analytics-admin/commit/1d2897e0f29cec3101835a9955a79d773aeece52))
* **v1alpha:** Add `CreateAccessBinding`, `GetAccessBinding`, `UpdateAccessBinding`, `DeleteAccessBinding`, `ListAccessBindings`, `BatchCreateAccessBindings`, `BatchGetAccessBindings`, `BatchUpdateAccessBindings`, `BatchDeleteAccessBindings` methods ([1d2897e](https://github.com/googleapis/python-analytics-admin/commit/1d2897e0f29cec3101835a9955a79d773aeece52))
* **v1alpha:** Add `GetExpandedDataSet`, `ListExpandedDataSets`, `CreateExpandedDataSet`, `UpdateExpandedDataSet`, `DeleteExpandedDataSet` methods ([1d2897e](https://github.com/googleapis/python-analytics-admin/commit/1d2897e0f29cec3101835a9955a79d773aeece52))


### Bug Fixes

* Remove `LESS_THAN_OR_EQUAL`, `GREATER_THAN_OR_EQUAL` values from NumericFilter.Operation enum ([efd4b20](https://github.com/googleapis/python-analytics-admin/commit/efd4b20ba5f49c38668f3b8c9c4ff365b44752da))
* Remove `PARTIAL_REGEXP` value from StringFilter.MatchType enum ([efd4b20](https://github.com/googleapis/python-analytics-admin/commit/efd4b20ba5f49c38668f3b8c9c4ff365b44752da))

## [0.14.1](https://github.com/googleapis/python-analytics-admin/compare/v0.14.0...v0.14.1) (2023-01-20)


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.14.1" # {x-release-please-version}
__version__ = "0.15.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.14.1" # {x-release-please-version}
__version__ = "0.15.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.14.1" # {x-release-please-version}
__version__ = "0.15.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.15.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.15.0"
},
"snippets": [
{
Expand Down