Skip to content

Releases: googleapis/google-cloud-rust

v0.1.0-rc4

06 Jan 20:54
0894fa7
Compare
Choose a tag to compare
v0.1.0-rc4 Pre-release
Pre-release

What's Changed

  • Mostly documentation fixes.

  • New crate for the Workflows API.

  • chore: fixed typo in template by @dangazineu in #598

  • feat(generator/rust): improve landing pages by @coryan in #607

  • docs: add "under development" disclaimers by @coryan in #609

  • feat(workflows): generate library by @coryan in #615

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

v0.1.0-rc3

06 Jan 14:23
9cbc0d8
Compare
Choose a tag to compare
v0.1.0-rc3 Pre-release
Pre-release

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

v0.1.0

06 Jan 21:21
09db807
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

What's Changed

We are happy to announce the v0.1.0 (pre-)release of the Google Cloud Client Libraries for Rust.

WARNING: The Google Cloud Client Libraries for Rust are under active development. We anticipate many breaking changes over the next few releases. The libraries are known to be incomplete, in fact, only two services are implemented (and there are well over 100 services in Google Cloud). The libraries also lack important functionality, the documentation is incomplete, they lack examples, and have not been tested at any scale. We do not recommend that you use the libraries in production. We do welcome feedback about the API, the documentation, or any bugs you may find.

New Contributors

Full Changelog: v0.1.0-rc1...v0.1.0

v0.1.0-rc2

16 Dec 21:47
d06a1b9
Compare
Choose a tag to compare
v0.1.0-rc2 Pre-release
Pre-release

Update crate version in gcp-sdk-{auth,gax,wkt} and in all generated crates.

v0.1.0-rc1

16 Dec 20:27
c36ef4b
Compare
Choose a tag to compare
v0.1.0-rc1 Pre-release
Pre-release

This is a pre-release. Do NOT use this in production.

  • The API is not stable, we expect changes in the client initialization and maybe each RPC.
  • The generated code for Secret Manager passes the integration tests.
  • The google-cloud-auth library needs to be replaced. It is good enough for our own testing, but we do not recommended it for any production or test use.
  • Lot of documentation missing.