Releases: googleapis/google-cloud-rust
v0.1.0-rc4
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
Full Changelog: v0.1.0-rc3...v0.1.0-rc4
v0.1.0-rc3
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.
- Make a request with
- More
from/try_from
conversions forwkt::Duration
andwkt::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
- @dangazineu made their first contribution in #476
- @mpeddada1 made their first contribution in #542
- @harkamaljot made their first contribution in #541
Full Changelog: v0.1.0-rc2...v0.1.0-rc3
v0.1.0
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
- @dangazineu made their first contribution in #476
- @mpeddada1 made their first contribution in #542
- @harkamaljot made their first contribution in #541
Full Changelog: v0.1.0-rc1...v0.1.0
v0.1.0-rc2
Update crate version in gcp-sdk-{auth,gax,wkt}
and in all generated crates.
v0.1.0-rc1
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.