chore(reflection): Refactor ServerReflectionInfoStream (#2146)
chore: Remove unnecessary pin-project (#2128)
feat(reflection): Expose ReflectionService (#2066)
chore!: Remove deprecated api (#2050)
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 ...
tonic-reflection: Restructure crate to prep reintroducing v1alpha (#1802)To simplify API verification, this is a prepatory change to shiftaround 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 shiftaround 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