History log of /tonic/interop/src/lib.rs (Results 1 – 7 of 7)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 78be69e9 31-Jan-2025 tottoto <[email protected]>

chore(interop): Replace repeat and take with repeat_n (#2170)


Revision tags: v0.12.3, v0.12.2, v0.12.1, v0.12.0, v0.11.0, v0.10.2, v0.10.1, v0.10.0
# c09fc230 24-Apr-2023 Lucio Franco <[email protected]>

chore: Fix cargo deny warnings (#1374)


Revision tags: v0.9.2, v0.9.1, v0.9.0
# 2dd09c02 13-Dec-2022 tottoto <[email protected]>

chore: Fix clippy lint (#1181)


Revision tags: v0.8.4, v0.8.3, v0.8.2, v0.8.1, v0.8.0, v0.7.2, v0.7.1, v0.7.0, v0.6.2, v0.6.1, v0.6.0, v0.5.2, v0.5.1, v0.5.0, v0.4.3, v0.4.2, v0.4.1, v0.4.0
# fdda5ae2 11-Jan-2021 Quentin Perez <[email protected]>

Upgrade to Tokio 1.0.0 ecosystem (#530)

* Upgrade Tonic to Tokio 1.0

Work in progress for updating Tonic to Tokio 1.0. Since tower has not
been released to crates.io, a git dependency is taken i

Upgrade to Tokio 1.0.0 ecosystem (#530)

* Upgrade Tonic to Tokio 1.0

Work in progress for updating Tonic to Tokio 1.0. Since tower has not
been released to crates.io, a git dependency is taken instead.

* Upgrade Tonic to Tokio 1.0 phase 2

* tonic: remove tower-* deps

* Apply suggestions from code review

Co-authored-by: Ed Marshall <[email protected]>
Co-authored-by: Lucio Franco <[email protected]>

show more ...


# 0c69c378 29-Sep-2020 Juan Alvarez <[email protected]>

chore: clippy lints (#467)

* chore: clippy lints


Revision tags: v0.3.1, v0.3.0, v0.2.1, v0.2.0, v0.1.1, v0.1.0
# eba7ec7b 14-Jan-2020 Lucio Franco <[email protected]>

feat: Add gRPC interceptors (#232)

This change introduces proper gRPC interceptors that are avilable
regardless of the transport used. Each codegen service now produces an
additional method called

feat: Add gRPC interceptors (#232)

This change introduces proper gRPC interceptors that are avilable
regardless of the transport used. Each codegen service now produces an
additional method called `with_interceptor` that accepts a
`Interceptor`.

All examples have been updated to use this new style and interop has a
custom `tower::Service` middleware to echo the headers. There is also a
new `interceptor` example that shows basic usage.

BREAKING CHANGE: removed `interceptor_fn` and `intercep_headers_fn` from `transport` in favor of using `tonic::Interceptor`.

show more ...


Revision tags: v0.1.0-beta.1
# d9a481ba 12-Dec-2019 Lucio Franco <[email protected]>

chore: Reorganize examples and interop crates (#180)

* chore: Reorganize examples and interop crates

* fix interop tests