Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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: hyperium/tonic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.2
Choose a base ref
...
head repository: hyperium/tonic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 15 commits
  • 63 files changed
  • 13 contributors

Commits on May 5, 2022

  1. feat(build): Better support for custom codecs (#999)

    BREAKING CHANGE: `CODEC_PATH` moved from const to fn
    bmwill authored May 5, 2022
    Configuration menu
    Copy the full SHA
    de2e4ac View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

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

Commits on May 23, 2022

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

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    d9f5c75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a585a72 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

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

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    4388d82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10f6d2f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    1d2083a View commit details
    Browse the repository at this point in the history
  2. feat: Decouple NamedService from the transport feature (#969)

    Co-authored-by: Eliza Weisman <[email protected]>
    olix0r and hawkw authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    feae96c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

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

Commits on Jul 29, 2022

  1. reflection: export server types (#1043)

    Makes it easier to store a reflection server in a variable
    or get the gRPC service's name.
    zombiezen authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    e40ae11 View commit details
    Browse the repository at this point in the history
  2. reflection: add with_service_name method (#1042)

    * reflection: add with_service_name method
    
    Fixes: #682
    
    * Update tonic-reflection/src/server.rs
    
    Co-authored-by: Lucio Franco <[email protected]>
    zombiezen and LucioFranco authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    4288fd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a7c610 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec359ba View commit details
    Browse the repository at this point in the history
Loading