Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/gax-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.14.0
Choose a base ref
...
head repository: googleapis/gax-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.15.0
Choose a head ref
  • 5 commits
  • 37 files changed
  • 4 contributors

Commits on Apr 4, 2022

  1. feat: Error Details Improvements - GRPC (#1634)

    Fixes: #1635 
    Key design notes:
    1. All `ApiException` created for GRPC clients will go through `GrpcApiExceptionFactory` and the cause of `ApiException` already has all the info we need, hence the majority of the logic is in `GrpcApiExceptionFactory`.
    2. Promoted all the fields of `ErrorInfo` to top level of `ApiException`, accessible through getters directly.
    3. Encapsulated all the raw error messages from server to `ErrorDetails`. The unpacked error messages are accessible through getters.
    4. If error messages from server are corrupted and unable to unpack, a `ProtocolBufferParsingException` will be thrown.
    blakeli0 authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    00c3b9d View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.14.1-SNAPSHOT (#1647)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    0d5b3ad View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    609c2aa View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    8f8f625 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.15.0 (#1649)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    7d974de View commit details
    Browse the repository at this point in the history
Loading