| 8ee85fc4 | 01-Mar-2025 |
tottoto <[email protected]> |
chore: Remove html_root_url (#2184) |
| dcaa6791 | 23-Jan-2025 |
tottoto <[email protected]> |
chore: Introduce rust-version in manifest (#2160) |
| 0f31e2e1 | 17-Jan-2025 |
tottoto <[email protected]> |
chore(reflection): Refactor ServerReflectionInfoStream (#2146) |
| cbca4474 | 09-Jan-2025 |
tottoto <[email protected]> |
chore(reflection): Remove implicit prost-types feature (#2131) |
| 85b8f69c | 09-Jan-2025 |
tottoto <[email protected]> |
chore: Disable unused tokio-stream feature (#2129) |
| 260722ac | 09-Jan-2025 |
tottoto <[email protected]> |
chore: Remove unnecessary pin-project (#2128) |
| 5e9a5bcd | 02-Jan-2025 |
tottoto <[email protected]> |
chore: Use lint config in manifest (#2114) |
| 94587ce2 | 26-Nov-2024 |
tottoto <[email protected]> |
feat(reflection): Expose ReflectionService (#2066) |
| f4a879db | 23-Nov-2024 |
tottoto <[email protected]> |
chore!: Remove deprecated api (#2050) |
| 60b131d2 | 15-Nov-2024 |
tottoto <[email protected]> |
feat: Add Body type (#2013) |
| 3009cf52 | 22-Oct-2024 |
tottoto <[email protected]> |
chore: Start development of version 0.13 (#2014) |
| be4e0e77 | 07-Oct-2024 |
tottoto <[email protected]> |
chore: Refactor empty body constructor (#1981)
* chore: Refactor empty body constructor
* chore: Deprecate empty_body api |
| 1470dfb9 | 27-Sep-2024 |
tottoto <[email protected]> |
chore: Generate file descriptor set constant directly (#1956) |
| 4b8d2c46 | 26-Sep-2024 |
tottoto <[email protected]> |
chore: prepare 0.12.3 release (#1899)
* chore: prepare 0.12.3 release
* bump versions to 0.12.3
* update changelog
---------
Co-authored-by: Lucio Franco <[email protected]> |
| 517b7fc9 | 26-Sep-2024 |
Dirkjan Ochtman <[email protected]> |
Use constants for header names (#1933)
* tonic: rename header name consts and make public
* tonic: use header name constants in more places |
| 6d93c1d0 | 23-Sep-2024 |
tottoto <[email protected]> |
chore: Make codegen independent from protoc (#1953) |
| 626b0947 | 09-Sep-2024 |
Alice Carroll <[email protected]> |
build: suppress `clippy::wildcard_imports` in generated code (#1937) |
| f7865372 | 09-Sep-2024 |
tottoto <[email protected]> |
chore(build): Remove unwrap from generated code (#1928) |
| 3a706b24 | 04-Sep-2024 |
tottoto <[email protected]> |
chore: Use Status constructor for each kind of status (#1913) |
| a8f012d6 | 31-Aug-2024 |
tottoto <[email protected]> |
chore: Update generated code (#1906) |
| 82a856fe | 26-Aug-2024 |
Dirkjan Ochtman <[email protected]> |
chore: prepare 0.12.2 release (#1881)
Co-authored-by: tottoto <[email protected]> |
| 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 ...
|
| 7fb40a98 | 20-Aug-2024 |
tottoto <[email protected]> |
chore: Remove unnecessary static lifetime (#1877) |
| e866b00b | 19-Aug-2024 |
Jacob Pratt <[email protected]> |
Remove unnecessary trait bounds from server (#1872) |
| d42daaf7 | 08-Aug-2024 |
Mikhail Katychev <[email protected]> |
Expose formatted service name as a `const fn` (#1684)
* expose service name as a const fn
* pub fn
* revert example
* updated const fn to be a binding
* updated with SERVICE_NAME const
* update
Expose formatted service name as a `const fn` (#1684)
* expose service name as a const fn
* pub fn
* revert example
* updated const fn to be a binding
* updated with SERVICE_NAME const
* updated codegen
* made SERVICE_NAME pub
show more ...
|