github googleapis/google-cloud-rust v0.1.0-rc3

pre-release12 months ago

What's Changed

  • Use gcp-sdk-auth for authentication.
  • Pagination helpers for list operations.
  • Improved experience to create requests:
    • Make a request with client.request_name(path_parameters ...).send().await?
    • Add request options with client.request_name(path_parameters ...).with_option1(...).with_option2(...).send().await?
    • Set optional parameters with client.request_name(path_parameters ...).set_p1(...).set_p2(...).send().await?
    • Combine parameters and request options.
  • More from/try_from conversions for wkt::Duration and wkt::Timestamp.
  • Lots of CI improvements, including Windows, and macOS builds and code coverage results.
  • Better error detail parsing.
  • Reduced unreachable code in wkt::Any.
  • Per-request timeouts and per-request user agent options.

New Contributors

Full Changelog: v0.1.0-rc2...v0.1.0-rc3

Don't miss a new google-cloud-rust release

NewReleases is sending notifications on new releases.