Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit b32d23e

Browse filesBrowse files
chore(main): release 0.15.0
1 parent a09cbdf commit b32d23e
Copy full SHA for b32d23e

File tree

Expand file treeCollapse file tree

5 files changed

+25
-4
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+25
-4
lines changed

‎.release-please-manifest.json

Copy file name to clipboard
+1-1Lines 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

Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.15.0](https://github.com/googleapis/python-analytics-data/compare/v0.14.2...v0.15.0) (2022-11-12)
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+
18+
19+
### Documentation
20+
21+
* 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))
22+
* **samples:** Snippetgen handling of repeated enum field ([a09cbdf](https://github.com/googleapis/python-analytics-data/commit/a09cbdfc78bbfc2efe7e9cbdfb9276ea48522682))
23+
324
## [0.14.2](https://github.com/googleapis/python-analytics-data/compare/v0.14.1...v0.14.2) (2022-10-10)
425

526

‎google/analytics/data/gapic_version.py

Copy file name to clipboardExpand all lines: google/analytics/data/gapic_version.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: samples/generated_samples/snippet_metadata_google.analytics.data.v1alpha.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: samples/generated_samples/snippet_metadata_google.analytics.data.v1beta.json
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.