Skip to content

Releases: Byron/google-apis-rs

google-clis-common v7.0.0

15 Oct 19:59
fb95967
Compare
Choose a tag to compare

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

15 Oct 19:59
fb95967
Compare
Choose a tag to compare

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

29 May 07:57
279a0a5
Compare
Choose a tag to compare

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)

google-apis-common v6.0.3

11 Mar 19:23
b117649
Compare
Choose a tag to compare

Bug Fixes

  • update chrono dependency version
    It now requires a minimal version that introduced try_seconds(),
    which is now being used instead of seconds().

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

view details
  • Uncategorized
    • Release google-apis-common v6.0.2 (5c047b7)
    • Update chrono dependency version (fa7f7b1)

google-apis-common v6.0.2

11 Mar 09:41
b5c33a9
Compare
Choose a tag to compare

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

05 Jan 17:44
5a190c7
Compare
Choose a tag to compare

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

view details
  • Uncategorized
    • Prepare changelog prior to google-apis-common release. (3e0829c)
    • Merge pull request #464 from andrewbaxter/standard-base64 (23aecc3)
    • Attempt to add 'standard' base64 bytes support (ee4ed07)

google-clis-common v6.0.0

23 Aug 06:40
a27eb96
Compare
Choose a tag to compare

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

view details
  • Uncategorized
    • Update changelog prior to common crate releases (0cf81f1)
    • Bump yup-oauth2 to the latest version, bringing in hyper-rustls v0.24. (58189b3)
    • Merge branch 'update_yup_oauth' (5f601f8)
    • Update yup-oauth2 to 8.0.0. (c6039c0)

google-apis-common v6.0.0

23 Aug 06:39
573d543
Compare
Choose a tag to compare

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

view details
  • Uncategorized
    • Update changelog prior to common crate releases (0cf81f1)
    • Bump yup-oauth2 to the latest version, bringing in hyper-rustls v0.24. (58189b3)

google-apis-common v5.0.4

19 Apr 06:12
343b479
Compare
Choose a tag to compare

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)

google-apis-common v5.0.3

19 Apr 06:05
843f3dc
Compare
Choose a tag to compare

Bug Fixes

  • update hyper-rustls to latest version for compatibility with latest yup-oauth2.
    This works with yup-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

Commit Details

view details
  • Uncategorized
    • Update hyper-rustls to latest version for compatibility with latest yup-oauth2. (0be367a)
    • Chore: update google-apis-common Cargo.toml (d9ce1ea)
    • Replace a few unwraps() with ? where possible (6e0caa3)
    • Fix clippy (ad51cb9)