| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## main #6667 +/- ##
=======================================
Coverage 95.77% 95.77%
=======================================
Files 1212 1212
Lines 107079 107079
=======================================
Hits 102558 102558
Misses 4521 4521 Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Sorry, something went wrong.
There was a problem hiding this comment.
Some ideas to simplify the notes even further.
Sorry, something went wrong.
| * feat(storage): support method overrides in emulator (#6474) | ||
| * fix(storage): support gzip request body in emulator (#6472) | ||
| * fix(storage): update emulator to use MultipartDecoder (#6453) |
There was a problem hiding this comment.
These 3 are related to the emulator, probably can skip them.
Sorry, something went wrong.
| * feat(storage): add Retry Test API to emulator (#6611) | ||
| * fix(storage): address behavior bugs (#6574) |
There was a problem hiding this comment.
These two are related to the emulator, probably can skip them.
Sorry, something went wrong.
| * feat(storage): support method overrides in emulator (#6474) | ||
| * fix(storage): support gzip request body in emulator (#6472) | ||
| * fix(storage): update emulator to use MultipartDecoder (#6453) | ||
| * feat(storage): impersonate service account credentials (#6441) |
Sorry, something went wrong.
|
|
||
| ### Common Libraries | ||
|
|
||
| * feat: custom trust store with unified credentials (#6617) |
There was a problem hiding this comment.
I think you can summarize #6617 #6614 #6531 #6518 as:
* Add support for "unified" credentials, which allow applications to
* Configure the REST and gRPC-based libraries using the same credential classes
* Support complex credential types, such as service account impersonation
* With this release, only usable in the `storage` library supports these classes.
Sorry, something went wrong.
| * feat: example using identity tokens (#6569) | ||
| * feat: implement unified service account credentials (#6531) | ||
| * feat: implement unified insecure credentials (#6518) | ||
| * feat(common): streaming RPCs that always fail (#6473) |
There was a problem hiding this comment.
I think this and the next are internal-only, we can skip them.
Sorry, something went wrong.
There was a problem hiding this comment.
Reviewable status: 0 of 7 files reviewed, 7 unresolved discussions (waiting on @scotthart)
CHANGELOG.md, line 86 at r2 (raw file):
* feat(bigtable): add async sample rows (#6561)
CHANGELOG.md, line 87 at r2 (raw file):
* fix(bigtable): async bulk apply retry, backoff policy fix (#6510)
Sorry, something went wrong.
There was a problem hiding this comment.
Reviewable status: 0 of 7 files reviewed, 7 unresolved discussions (waiting on @coryan, @dbolduc, and @scotthart)
CHANGELOG.md, line 86 at r2 (raw file):
Previously, dbolduc (Darren Bolduc) wrote…* feat(bigtable): add async sample rows (#6561)
- Add asynchronous method for sampling row keys (#6561). Users that extend bigtable::DataClient and wish to use the new method will need to override PrepareAsyncSampleRowKeys().
Done.
CHANGELOG.md, line 112 at r2 (raw file):
Previously, coryan (Carlos O'Ryan) wrote…These two are related to the emulator, probably can skip them.
Done.
CHANGELOG.md, line 123 at r2 (raw file):
Previously, coryan (Carlos O'Ryan) wrote…These 3 are related to the emulator, probably can skip them.
Done.
CHANGELOG.md, line 124 at r2 (raw file):
Previously, coryan (Carlos O'Ryan) wrote…I think #6441 #6488 #6518 #6531 #6617 can be summarized as:
* Support unified credentials (`google::cloud::Credentials`) to initialize both the REST and gRPC plugins with the same classes.
Done.
CHANGELOG.md, line 128 at r2 (raw file):
Previously, coryan (Carlos O'Ryan) wrote…I think you can summarize #6617 #6614 #6531 #6518 as:
* Add support for "unified" credentials, which allow applications to * Configure the REST and gRPC-based libraries using the same credential classes * Support complex credential types, such as service account impersonation * With this release, only usable in the `storage` library supports these classes.
Done.
CHANGELOG.md, line 134 at r2 (raw file):
Previously, coryan (Carlos O'Ryan) wrote…I think this and the next are internal-only, we can skip them.
Done.
Sorry, something went wrong.
|
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Sorry, something went wrong.
| * feat: Add support for "unified" credentials, which allow applications to | ||
| Configure the REST and gRPC-based libraries using the same credential classes | ||
| Support complex credential types, such as service account impersonation | ||
| With this release, only usable in the `storage` library supports these classes. |
There was a problem hiding this comment.
Ugh, sorry, my grammar was awful here .. maybe "With this release only the storage library supports unified credentials"?
Sorry, something went wrong.
There was a problem hiding this comment.
Reviewable status: 0 of 7 files reviewed, 8 unresolved discussions (waiting on @coryan, @dbolduc, and @scotthart)
CHANGELOG.md, line 127 at r3 (raw file):
Previously, coryan (Carlos O'Ryan) wrote…Ugh, sorry, my grammar was awful here .. maybe "With this release only the storage library supports unified credentials"?
Done.
Sorry, something went wrong.
|
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Sorry, something went wrong.
|
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This change is