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

Commit e549bc1

Browse files
chore(main): release 0.15.0 (#306)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4682a42 commit e549bc1

File tree

7 files changed

+31
-6
lines changed

7 files changed

+31
-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.14.2"
2+
".": "0.15.0"
33
}

CHANGELOG.md

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

3+
## [0.15.0](https://github.com/googleapis/python-analytics-data/compare/v0.14.2...v0.15.0) (2022-12-14)
4+
5+
6+
### Features
7+
8+
* Add `subject_to_thresholding` field to `ResponseMetadata` type ([#302](https://github.com/googleapis/python-analytics-data/issues/302)) ([779da22](https://github.com/googleapis/python-analytics-data/commit/779da22b33b509219188a26f6b3a2fab707fe69e))
9+
* Add `tokens_per_project_per_hour` field to `PropertyQuota` type ([779da22](https://github.com/googleapis/python-analytics-data/commit/779da22b33b509219188a26f6b3a2fab707fe69e))
10+
* Add support for `google.analytics.data.__version__` ([3cade4a](https://github.com/googleapis/python-analytics-data/commit/3cade4a266b8647eb85c18cb6c12a08ac05a023a))
11+
* Add typing to proto.Message based class attributes ([a09cbdf](https://github.com/googleapis/python-analytics-data/commit/a09cbdfc78bbfc2efe7e9cbdfb9276ea48522682))
12+
13+
14+
### Bug Fixes
15+
16+
* Add dict typing for client_options ([3cade4a](https://github.com/googleapis/python-analytics-data/commit/3cade4a266b8647eb85c18cb6c12a08ac05a023a))
17+
* **deps:** Require google-api-core &gt;=1.34.0, >= 2.11.0 ([4682a42](https://github.com/googleapis/python-analytics-data/commit/4682a423266d6102b820751424482684d6d4a2b2))
18+
* Drop usage of pkg_resources ([4682a42](https://github.com/googleapis/python-analytics-data/commit/4682a423266d6102b820751424482684d6d4a2b2))
19+
* Fix timeout default values ([4682a42](https://github.com/googleapis/python-analytics-data/commit/4682a423266d6102b820751424482684d6d4a2b2))
20+
21+
22+
### Documentation
23+
24+
* Add a sample for using minute ranges in realtime reports ([#314](https://github.com/googleapis/python-analytics-data/issues/314)) ([4f1305f](https://github.com/googleapis/python-analytics-data/commit/4f1305f95232134c487f02d22d06a0d826655ad8))
25+
* **samples:** Snippetgen handling of repeated enum field ([a09cbdf](https://github.com/googleapis/python-analytics-data/commit/a09cbdfc78bbfc2efe7e9cbdfb9276ea48522682))
26+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([4682a42](https://github.com/googleapis/python-analytics-data/commit/4682a423266d6102b820751424482684d6d4a2b2))
27+
328
## [0.14.2](https://github.com/googleapis/python-analytics-data/compare/v0.14.1...v0.14.2) (2022-10-10)
429

530

google/analytics/data/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.14.2" # {x-release-please-version}
16+
__version__ = "0.15.0" # {x-release-please-version}

google/analytics/data_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.14.2" # {x-release-please-version}
16+
__version__ = "0.15.0" # {x-release-please-version}

google/analytics/data_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.14.2" # {x-release-please-version}
16+
__version__ = "0.15.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.analytics.data.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-data",
11-
"version": "0.1.0"
11+
"version": "0.15.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.analytics.data.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-data",
11-
"version": "0.1.0"
11+
"version": "0.15.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)