Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(storage): promote gRPC plugin to GA #14712

Merged
merged 23 commits into from
Sep 30, 2024

Commits on Sep 30, 2024

  1. 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.
    coryan authored and ddelgrosso1 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fda41b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fd308d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f866e3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a04ab0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ae9629 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1eecbf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd935f6 View commit details
    Browse the repository at this point in the history
  8. more grpc build fixes

    ddelgrosso1 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8d36171 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c04119f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b037b15 View commit details
    Browse the repository at this point in the history
  11. checkers

    ddelgrosso1 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    04a3ed4 View commit details
    Browse the repository at this point in the history
  12. fix quickstart

    ddelgrosso1 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    63dbe0a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a886aa3 View commit details
    Browse the repository at this point in the history
  14. feedback

    ddelgrosso1 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d348739 View commit details
    Browse the repository at this point in the history
  15. checkers

    ddelgrosso1 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a0330e1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e686ebc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3f991c1 View commit details
    Browse the repository at this point in the history
  18. checkers

    ddelgrosso1 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    283e4d3 View commit details
    Browse the repository at this point in the history
  19. namesapce

    ddelgrosso1 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ec0875a View commit details
    Browse the repository at this point in the history
  20. remove newline

    ddelgrosso1 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c5fcae2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    13dbbb6 View commit details
    Browse the repository at this point in the history
  22. update libraries.bzl

    ddelgrosso1 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c5bbb87 View commit details
    Browse the repository at this point in the history
  23. checkers

    ddelgrosso1 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    17e32d7 View commit details
    Browse the repository at this point in the history