Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency google-analytics-admin to v0.22.7 #110

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-analytics-admin (source) 0.17.0 -> 0.22.7 age adoption passing confidence

Release Notes

googleapis/google-cloud-python (google-analytics-admin)

v0.22.7: google-analytics-admin: v0.22.7

Compare Source

Bug Fixes

v0.22.6: google-analytics-admin: v0.22.6

Compare Source

Bug Fixes

v0.22.5: google-analytics-admin: v0.22.5

Compare Source

Bug Fixes
  • Add google-auth as a direct dependency (780c5f1)
  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (780c5f1)
  • Resolve AttributeError 'Credentials' object has no attribute 'universe_domain' (780c5f1)

v0.22.4: google-analytics-admin: v0.22.4

Compare Source

Features
  • Allow users to explicitly configure universe domain (a0392ee)

v0.22.3: google-analytics-admin: v0.22.3

Compare Source

Features
  • Add GetCalculatedMetric, CreateCalculatedMetric, ListCalculatedMetrics, UpdateCalculatedMetric, DeleteCalculatedMetric methods to the Admin API v1alpha (dea3367)
  • Add the calculated_metric field to the ChangeHistoryResource.resource oneof field (dea3367)
  • Add the CALCULATED_METRIC option to the ChangeHistoryResourceType enum (dea3367)
  • Add the CalculatedMetric resource (dea3367)

v0.22.2: google-analytics-admin: v0.22.2

Compare Source

Features
  • v1alpha: Add GetSubpropertyEventFilter, ListSubpropertyEventFilters methods to the Admin API v1 alpha (fd30dff)
  • v1alpha: Add the default_conversion_value field to the ConversionEvent type (fd30dff)
Documentation
  • v1alpha: Update the documentation for grouping_rule, system_defined fields of the ChannelGroup type (fd30dff)
  • v1alpha: Update the documentation for the RunAccessReport method (fd30dff)

v0.22.1: google-analytics-admin: v0.22.1

Compare Source

Features
  • Add support for python 3.12 (ea6cfc2)
  • Introduce compatibility with native namespace packages (ea6cfc2)
Bug Fixes
  • Require proto-plus >= 1.22.3 (ea6cfc2)
  • Use retry_async instead of retry in async client (ea6cfc2)

v0.22.0

Compare Source

New versions of all subpackages:

PyPI: https://pypi.python.org/pypi/google-cloud/0.22.0

v0.21.0

Core

BigQuery

  • Clarify docs on last 5 minutes query (#​2461)
  • Raise from Table.insert_data if schema not set. (#​2478)
  • Capture query attr when loading QueryJob from JSON resource. (#​2534)
  • Updating Client methods list_projects, list_datasets and list_jobs to use Iterator. (#​2561)
  • Add AVRO as a valid source format (#​2628)
  • BigQuery Dataset.list_tables and Table.fetch_data use an iterator. (#​2565)
  • Renaming connection module as _http. Connection is no longer part of the public interface. (#​2690)

Datastore

  • Catching gRPC error in datastore run_query and converting to our error. (#​2496)
  • Remapping (almost) all RPC status codes to our exceptions in datastore. (#​2590)
  • Renaming connection module as _http. Connection is no longer part of the public interface. (#​2690)
  • Migrate datastore query iterator to use base iterator class. (#​2706)

Storage

  • Add Blob.compose API wrapper method. (#​2506)
  • Make encryption_key an attribute of Blob. (#​2507)
  • Add Blob.rewrite API wrapper method. (#​2510)
  • Update Google Cloud Storage bucket classes. (#​2571)
  • Renaming connection module as _http. Connection is no longer part of the public interface. (#​2690)

Pub / Sub

  • Use correct publishTime field name for server-set message timestamp. (#​2533)
  • Add use_gax to Client constructor to explicitly enabling/disable using gRPC / GAX. (#​2553)
  • Using Iterators for list_topics(). (#​2602)
  • Converting Topic.list_subscriptions to use an iterator. (#​2618)
  • Converting Client.list_subscriptions to use an iterator. (#​2633)
  • Renaming connection module as _http. Connection is no longer part of the public interface. (#​2690)

Logging

  • Add use_gax to Client constructor to explicitly enabling/disable using gRPC / GAX. (#​2553)
  • Allowing for arbitrarily nested dictionaries in _log_entry_mapping_pb. (#​2589)
  • Change the version of the Logging API used from v2beta1 to v2 (#​2625)
  • Converting Client.list_entries to use an iterator. (#​2636)
  • Updating list_sinks to Iterator pattern. (#​2652)
  • Updating list_metrics to Iterator pattern. (#​2653)
  • Renaming connection module as _http. Connection is no longer part of the public interface. (#​2690)

Vision

  • Properly encode image content. (#​2528)

Language

  • Add missing argument to annotate_text() docs. (#​2543)

DNS

  • Using Iterator for "list" methods. (#​2560)

Runtime Config

Translate

  • Adding support for model translate parameter. Also, updating the base API URL and enabling standard credentials (service account or user credentials) to be used when no API key is provided (#​2731)

Speech

v0.19.0

Compare Source

Core

  • Rename gcloud package as google.cloud and move on
    PyPI from gcloud to google-cloud (#​2223, #​2334, #​2264, #​2284)
  • Drop support for Python 2.6 (#​2051)
  • Upgrade to GAX 0.13.0 (#​2324, #​2336)
  • Remove gRPC / GAX restriction to Python 2.7 and removing the
    gcloud[grpc] extra. (#​2308, #​2203)
  • Add missing exception class for '502 Bad Gateway' response code (#​2078)
  • Bulk spelling / style / grammar docs fix (#​2139)
  • Upgrade all usage of gRPC from beta to stable (#​2149)
  • Add shared Operation class for long-running operations (#​2165)
  • Rename core docs: gcloud-api to google-cloud-api, gcloud-auth
    to google-cloud-auth and gcloud-config to google-cloud-config (#​2280)
  • Modify user agent metadata for gRPC (#​2284, #​2286)

Resource Manager

Datastore

  • Upgrade from v1beta3 to v1 (#​2107)
  • Add gRPC support (#​2097, #​2099)
  • BREAKING CHANGE: Making batches and transactions more robust to
    failure (#​2303, fixes #​2297). Now a Batch must call begin()
    before adding mutations.
  • Add emulator support for gRPC implementation (#​2244)

BigQuery

  • Add partition support (#​2058)
  • Fix docs error about starting a job (#​2338)
  • Add QueryJob.results method (#​2321)
  • Add desiganted schema module (#​2060)
  • Fix docs typo about destination table (#​2250)
  • Update state values in usage doc (#​2251)
  • Add list_projects method (#​2254)
  • Add configuration properties for maximumBillingTier and
    maximumBytesBilled for QueryJobs (#​2276)
  • Support parsing DATE, INT64, and FLOAT64 columns from Standard SQL tables (#​2265, #​2347)

Vision

Pub / Sub

  • Re-enable gRPC / GAX by default if it is importable. (#​2085)
  • Fix bug mapping publish timestamp to result in
    gRPC / GAX implementation (#​2262)
  • Add emulator support for gRPC / GAX implementation (#​2245)

Logging

  • Re-enable gRPC / GAX by default if it is importable. (#​2085)
  • Map gRPC exceptions onto exceptions from
    google.cloud.exceptions (#​2094)
  • Rename product (Stackdriver) (#​2273)
  • Docs bug: Rename filter to filter_ (#​2279)

Bigtable

Monitoring

  • Add Group support (#​2035)
  • Add Factory Methods for Metric/Resource/Timeseries (#​2071)
  • Fix ValueType link in docs (#​2150)
  • Add support for comparison filters (#​2234)
  • Add docs in README (#​2054)

Natural Language

v0.18.1: google-analytics-data: v0.18.1

Compare Source

Features
  • Add CreateRecurringAudienceList, GetRecurringAudienceList, ListRecurringAudienceLists methods to the Data API v1 alpha (48c0978)
  • Add percentage_completed, recurring_audience_list fields to the AudienceList resource (48c0978)
  • Add support for python 3.12 (48c0978)
  • Add the RecurringAudienceList type (48c0978)
  • Introduce compatibility with native namespace packages (48c0978)
Bug Fixes
  • Require proto-plus >= 1.22.3 (48c0978)
  • Use retry_async instead of retry in async client (48c0978)

v0.18.0: google-analytics-data: v0.18.0

Compare Source

⚠ BREAKING CHANGES
  • change the resource pattern value to properties/{property}/audienceLists/{audience_list} for the resource definition analyticsdata.googleapis.com/AudienceList
  • change the resource pattern value to properties/{property} for the resource definition analyticsadmin.googleapis.com/Property
Features
  • add creation_quota_tokens_charged, row_count, error_message to the AudienceList resource (c28986d)
  • add the SheetExportAudienceList method to the Data API v1 alpha (c28986d)
Bug Fixes
  • add optional annotation to the dimension_name field of the AudienceDimension type (c28986d)
  • add optional annotation to the offset, limit fields of the QueryAudienceListRequest type (c28986d)
  • add optional annotation to the page_token field of the ListAudienceListsRequest type (c28986d)
  • add optional annotation to the property, date_ranges, funnel, funnel_breakdown, funnel_visualization_type, segments, dimension_filter, return_property_quota, limit fields of the RunFunnelReportRequest type (c28986d)
  • add required annotation to the name field of the QueryAudienceListRequest type (c28986d)
  • change the resource pattern value to properties/{property}/audienceLists/{audience_list} for the resource definition analyticsdata.googleapis.com/AudienceList (c28986d)
  • change the resource pattern value to properties/{property} for the resource definition analyticsadmin.googleapis.com/Property (c28986d)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Collaborator

@chmstimoteo chmstimoteo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DONT MERGE.

Copy link

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.22.7). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate-bot renovate-bot deleted the renovate/google-analytics-admin-0.x branch May 23, 2024 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants