Skip to content

google-apis-common v7.0.0

Compare
Choose a tag to compare
@Byron Byron released this 15 Oct 19:59
· 4 commits to main since this release
fb95967

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)