| #
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 ...
|
| #
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 ...
|