History log of /tonic/tonic-reflection/src/server/mod.rs (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f4a879db 23-Nov-2024 tottoto <[email protected]>

chore!: Remove deprecated api (#2050)


Revision tags: v0.12.3, v0.12.2
# 8d6d46b2 23-Aug-2024 Dirkjan Ochtman <[email protected]>

tonic-reflection: add back support for v1alpha reflection protocol (#1888)

* reflection: collect directly into ReflectionServiceState

* reflection: move state initialization into method

* reflecti

tonic-reflection: add back support for v1alpha reflection protocol (#1888)

* reflection: collect directly into ReflectionServiceState

* reflection: move state initialization into method

* reflection: organize imports

* reflection: move type conversions out of state

* reflection: move builder and state to parent module

* reflection: add back v1alpha reflection server

* reflection: add tests for different versions

* reflection: deprecate non-specific build() method

---------

Co-authored-by: Jesper Svennevid <[email protected]>

show more ...


Revision tags: v0.12.1
# aa57ffeb 15-Jul-2024 Jesper Svennevid <[email protected]>

tonic-reflection: Restructure crate to prep reintroducing v1alpha (#1802)

To simplify API verification, this is a prepatory change to shift
around the v1 support to allow for a cleaner v1alpha reint

tonic-reflection: Restructure crate to prep reintroducing v1alpha (#1802)

To simplify API verification, this is a prepatory change to shift
around the v1 support to allow for a cleaner v1alpha reintroduction.

* Created a multi-file version of the server.rs module
* Added mod.rs containing the base error with associated imports
* Added v1.rs containing the v1 version of the reflection server

show more ...