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.5.0
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.5.1
Choose a head ref
  • 11 commits
  • 44 files changed
  • 5 contributors

Commits on Jul 9, 2021

  1. feat(examples): add grpc-web example (#710)

    Creates a server using tonic-web and a client that uses a regular
    `hyper::Client` and issues a regular HTTP/1.1 request.
    davidpdrsn authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    5aa8ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b0ece6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

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

Commits on Jul 12, 2021

  1. fix(build): remove unnecessary Debug constraint for client streams (#…

    …719)
    
    This was accidentally committed as part of
    #692.
    
    Fixes #718
    davidpdrsn authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    167e8cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    380d81d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    99fdc98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ee638d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e33a02 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. feat(tonic): add Interceptor trait (#713)

    * Expose `Interceptor` trait.
    
    * Revert changes to public API surface.
    
    * Rename types, add deprecated alias for old names.
    yotamofek authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    8c8f4d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. doc(tonic): add more interceptor examples (#736)

    Some have asked how to use the new `Interceptor` trait to create named
    interceptors. This updates the client example to show how to do that.
    davidpdrsn authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    4e578b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efe0865 View commit details
    Browse the repository at this point in the history
Loading