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(types): Add gRPC Richer Error Model support (RetryInfo) #1095

Merged
merged 4 commits into from
Dec 1, 2022

Commits on Sep 29, 2022

  1. types: reorganize modules

    Start using `mod.rs` filenames. This makes the style more consistent
    across crates.
    flemosr committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    6767bf8 View commit details
    Browse the repository at this point in the history
  2. types: reorganize modules

    Add the code related to richer error model support to a new
    `richer_error` module. This improves readability and hopefully will
    make it easier to add new features to `tonic-types` in the future.
    flemosr committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    2b91aff View commit details
    Browse the repository at this point in the history
  3. types: add support for RetryInfo error message type

    Following implementation at flemosr/tonic-richer-error.
    flemosr committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    84fef1f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. types: adjust code following suggestions

    Adjustments following suggestions by @LucioFranco in hyperium#1095.
    
    Improve `gen_details_bytes`, seal `StatusExt`, adjust imports style.
    flemosr committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    18240b3 View commit details
    Browse the repository at this point in the history