Releases: yoshidan/google-cloud-rust
Releases · yoshidan/google-cloud-rust
v20241126
What's Changed
- Bump googleapis by @yoshidan in #313
- fix: depend on tower util feature by @shikhar in #316
- Tweak biqquery test due to response change by @yoshidan in #317
- bigquery: Upgrade arrow, backon dependencies by @svix-jplatte in #318
- Handle error responses from the token requests by @rtimush in #319
- feat: add match_glob query parameter to ListObjectsRequest by @shogo-nakano-desu in #320
- Update reqwest-middleware, reqwest-retry, and retry-policies by @musicinmybrain in #322
New Contributors
- @shikhar made their first contribution in #316
- @svix-jplatte made their first contribution in #318
- @rtimush made their first contribution in #319
- @musicinmybrain made their first contribution in #322
Full Changelog: v20240922...v20241126
v20240922
What's Changed
- Add symlink for LICENSE by @yoshidan in #304
- Fix encoding when creating oAuth token via Metadata Server by @mshytikov in #306
- fix(storage iam policies): Make description field optional in Condition struct by @nhudson in #307
- Support AbortIncompleteMultipartUpload by @yoshidan in #309
- Updates unmaintained tokio-retry to tokio-retry2 by @naomijub in #311
- Bump version by @yoshidan in #312
New Contributors
- @mshytikov made their first contribution in #306
- @nhudson made their first contribution in #307
- @naomijub made their first contribution in #311
Full Changelog: v20240902...v20240922
v20240902
What's Changed
- Remove gen.com from auth crate by @ryo33 in #285
- Support moving an object by @pratimsc in #284
- feat: support both identity and token source for gke metadata server mode by @nicolas-vivot in #286
- Apply fix doc_lazy_continuation by @yoshidan in #289
- [pubsub] Prevent cancellation on ack by @yoshidan in #291
- Add setter to auth Config by @yoshidan in #293
- Directly authenticate Spanner Admin Client by @andrew-james-dev in #295
- Modify database admin with auth by @yoshidan in #296
- Update README.md by @wcarmon in #297
- Fix signature mismatch by sorting query parameters by @cpick in #299
- Modify QueryParamteterValue by @yoshidan in #301
- Bump up to new version by @yoshidan in #302
New Contributors
- @pratimsc made their first contribution in #284
- @andrew-james-dev made their first contribution in #295
- @wcarmon made their first contribution in #297
Version
- google-cloud-auth v0.17.0
- google-cloud-bigquery v0.13.0
- google-cloud-pubsub v0.29.0
- google-cloud-spanner v0.31.0
- google-cloud-storage v0.22.0
- google-cloud-artifact-registry v0.7.0
- google-cloud-kms v0.5.0
Full Changelog: v20240801...v20240902
v20240801
v20240712
v20240627
What's Changed
- [kms] Add cryptographic operation by @yoshidan in #265
- Get range headers when checking the status of the upload by @praveenperera in #258
- [pubsub] Support grafeful shutdown for MessageStream by @yoshidan in #267
- Re-export googleapi proto definitions for KMS; updated documentation by @AmeliasCode in #268
- Impl ToKind for slices by @MarcusGrass in #270
- Update tonic, regenerate rust files by @MarcusGrass in #273
- Bump up serial_test to 3.1 by @yoshidan in #274
- [pubsub] Cancellable MessageStream by @yoshidan in #271
- Support file-type credential for external account by @ryo33 in #275
- [kms] Add feature to sign ethereum transaction by @yoshidan in #276
- Fix readme example by @bouzuya in #277
- Split CI by @yoshidan in #278
- Add implementation of ToKind and TryFromValue for prost_types::Timestamp by @AmeliasCode in #279
- Bump version by @yoshidan in #282
New Contributors
- @praveenperera made their first contribution in #258
- @MarcusGrass made their first contribution in #270
- @ryo33 made their first contribution in #275
Full Changelog: v20240507...v20240627
v20240507
What's Changed
- Added hickory-dns feature for auth and storage by @jiakuan in #255
- Fix ComputeIdentitySource::token() by @h-michael in #260
- Initial implementation of GCP KMS by @AmeliasCode in #262
- Adding "matchGlob" to "ListBucketsRequest" by @otobrglez in #259
- Update reqwest Dependency to Version 0.12.0 in google-cloud-storage Client (#251) by @LenWilliamson in #254
- Updated the error when application credentials aren't found by @Isaac-Duarte in #263
- Bump up to new version by @yoshidan in #264
New Contributors
- @jiakuan made their first contribution in #255
- @AmeliasCode made their first contribution in #262
- @otobrglez made their first contribution in #259
- @LenWilliamson made their first contribution in #254
- @Isaac-Duarte made their first contribution in #263
Full Changelog: v20240418...v20240507
v20240418
What's Changed
- [spanner] Remove
async_trait
from spanner by @yoshidan in #238 - auth: Support URL type external account source by @moricho in #239
- Change default subscriber config by @yoshidan in #242
- Use project ID specified in config for Pubsub client by @h-michael in #243
- Fix google_cloud_auth::project::create_token_source doc by @bouzuya in #244
- docs: correct some bigquery README sample by @GriceTurrble in #247
- Add
SignedURLOptions.start_time
by @cpick in #246 - Set expected audience to jsonwebtoken validation option to get ID token by @h-michael in #249
- [storage] Remove unused Client::default by @yoshidan in #252
- Update version by @yoshidan in #253
New Contributors
- @moricho made their first contribution in #239
- @bouzuya made their first contribution in #244
- @GriceTurrble made their first contribution in #247
- @cpick made their first contribution in #246
Full Changelog: v20240227...v20240418
v20240227
What's Changed
- feat: storage - change reqwest::Client for reqwest_middleware::Client by @nicolas-vivot in #228
- Add request middleware to BQ by @yoshidan in #231
- Update version by @khangkontum in #232
- feat: add publish_blocking to Publisher by @morgante in #234
- Update version by @yoshidan in #237
New Contributors
- @nicolas-vivot made their first contribution in #228
- @khangkontum made their first contribution in #232
- @morgante made their first contribution in #234
Full Changelog: v20240205...v20240227