You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(storage): promote gRPC plugin to GA
Move the gRPC plugin functions out of the
`google::cloud::storage_experimental` namespace and remove the
`experimental-` prefix from the CMake and Bazel targets. I left shims in
place for backwards compatibility.
The `AsyncClient` remains in the `storage_experimental` namespace, it is
fully functional, but we may change some APIs.
* continue from Carlos previous work
* remove duplicate entry in readme
* fix typo in cmake-split-install.sh
* remove storage_control from transitional
* remove more references to experimental-storage_grpc
* fix naming in storage_grpc.cmake
* more grpc build fixes
* update store_grpc abi dump
* change naming in quickstart build, remove more experimental references
* checkers
* fix quickstart
* update customer facing references to direct path
* feedback
* checkers
* remove inline from header and implement in .cc
* add todo to storage/quickstart/build.bazel
* checkers
* namesapce
* remove newline
* fix namespace to exeperimental
* update libraries.bzl
* checkers
---------
Co-authored-by: Carlos O'Ryan <[email protected]>
0 commit comments