Releases: Byron/google-apis-rs
Releases · Byron/google-apis-rs
google-clis-common v7.0.0
A maintenance release with various updated dependencies.
Commit Statistics
- 14 commits contributed to the release.
- 419 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update changelogs (9648129)
- Set next major version for google-(apis|clis)-common, and the crates (cdacfdf)
- Merge pull request #524 from IvanUkhov/yup-oauth2 (450748c)
- Sort out new lines and trailing whitespace (8e80440)
- Start to update the CLIs (93a30e0)
- Update google-clis-common (b70df88)
- Merge pull request #509 from M4SS-Code/strsim (09580c6)
- Bump strsim to v0.11 and drop it from generated crates (3fbba31)
- Merge pull request #498 from OMGeeky/fix-clippy-to-string-display (f5e545f)
- Implement Display instead of ToString (70e5c03)
- Merge pull request #491 from IvanUkhov/oauth2 (6f44ce8)
- Update yup-oauth2 to version 9 (8d47fd5)
- Merge pull request #482 from IvanUkhov/yup-oauth-hyper-rustls (cf7f3fa)
- Update yup-oauth2 to 8.3.3 and hyper-rustls to 0.25 (edd572c)
google-apis-common v7.0.0
Breaking as a lot of dependencies were updated, and there maybe minor API changes as well.
Commit Statistics
- 27 commits contributed to the release.
- 139 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update changelogs (9648129)
- Set next major version for google-(apis|clis)-common, and the crates (cdacfdf)
- Merge pull request #527 from IvanUkhov/body (fcd59df)
- Revisit the features of hyper-util (dca7fb6)
- Avoid processing incoming bodies unnecessarily (5e728f7)
- Merge pull request #524 from IvanUkhov/yup-oauth2 (450748c)
- Sort out new lines and trailing whitespace (8e80440)
- Adjust a docstring (13ae02e)
- Sort out the dependencies (f62b45e)
- Address the lints (4bbf1ee)
- Rename Connection to Connector (c67b9d3)
- Make the API documentation compile (a72a918)
- Introduce Client and Connection (6d3710f)
- Remove the json alias (70bfc8f)
- Remove to_json and add to_string (8978b94)
- Introduce to_response (5a494f3)
- Introduce Client (82a00cc)
- Introduce to_body (8835901)
- Remove get_body_as_string (a654f2c)
- Export Body and Response (98c432c)
- Update google-apis-common (926ad7b)
- Merge pull request #506 from dantreiman/tolerant_base64_decoders (7b70b66)
- Merge pull request #508 from M4SS-Code/itertools-0.13 (46107ff)
- Test to ensure standard decoder accepts urlsafe, and vice-versa (b5bc9d6)
- Bump itertools to 0.13 (20893b5)
- Fix copy-paste mistakes. (74b4a08)
- Base64 decoding accepts standard or url-safe. (d659486)
google-apis-common v6.0.4
Various fixes - please see the commit-details.
Commit Statistics
- 8 commits contributed to the release over the course of 36 calendar days.
- 78 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelog of
google-apis-common
(1c42538) - Merge pull request #493 from serprex/base64v22 (ce47a46)
- 6.0.4 (4b23b5a)
- Base64 0.22, serde_with 3, url 2 (0fca3a9)
- Merge pull request #491 from IvanUkhov/oauth2 (6f44ce8)
- Update yup-oauth2 to version 9 (8d47fd5)
- Merge pull request #490 from IvanUkhov/oauth2 (764857a)
- Update yup-oauth2 in google-apis-common (ba52472)
- Prepare changelog of
google-apis-common v6.0.3
Bug Fixes
- update
chrono
dependency version
It now requires a minimal version that introducedtry_seconds()
,
which is now being used instead ofseconds()
.
Commit Statistics
- 2 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
google-apis-common v6.0.2
Fix deprecation warnings in latest version of the chrono
crate.
Commit Statistics
- 10 commits contributed to the release over the course of 65 calendar days.
- 65 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelog prior to release of google-apis-common (7ecead7)
- Merge branch 'docker' (292a86e)
- Fix lints by avoiding deprecated methods with latest chrono (36f78cd)
- Merge pull request #471 from ytanay/fix-base64-deserialization-borrowed (b74056b)
- Use Cow for reading base64 strings (a8d7356)
- Add failing test case for reading base64 string via reader (f990fd0)
- Merge pull request #465 from andrewbaxter/field-mask-pub-value (00a3e18)
- Add docstring (d09893e)
- Add FieldMask new method instead of making internals public (157b45f)
- Make field mask inner public (1ee4014)
google-apis-common v6.0.1
Added another encoding/decoding wrapper for base64.
Commit Statistics
- 3 commits contributed to the release over the course of 100 calendar days.
- 135 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
google-clis-common v6.0.0
A maintenance release that bumps the yup-oauth2 crate's version.
Commit Statistics
- 4 commits contributed to the release over the course of 266 calendar days.
- 307 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
google-apis-common v6.0.0
A maintenance release with updated yup-oauth2 dependency
Commit Statistics
- 2 commits contributed to the release over the course of 126 calendar days.
- 126 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
google-apis-common v5.0.4
Bug Fixes
- pin
yup-oauth2
to the latest known working version of yup-oauth2.
It comes with hyper-rustls 0.23 which the currently released batch of
google crates requires.
Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Pin
yup-oauth2
to the latest known working version of yup-oauth2. (f5b37c3)
- Pin
google-apis-common v5.0.3
Bug Fixes
- update
hyper-rustls
to latest version for compatibility with latestyup-oauth2
.
This works withyup-oauth2
v8.2. Please let me know if it breaks again
and we can keep following it with patch releases.
Commit Statistics
- 4 commits contributed to the release over the course of 55 calendar days.
- 136 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages