| 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) |
| 171f4ddb | 09-Jan-2025 |
tottoto <[email protected]> |
feat(health): Remove unnecessary transport feature (#2130) |
| 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) |
| e4e34c36 | 01-Jan-2025 |
tottoto <[email protected]> |
feat(health): Add WatchStream type for health service (#2108) |
| 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) |
| f074f134 | 21-Sep-2024 |
tottoto <[email protected]> |
chore(health): Update generated code (#1951) |
| 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]> |
| 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 ...
|
| 468f1d9d | 03-Aug-2024 |
tottoto <[email protected]> |
chore: Add external types checking (#1842) |
| 5016dd1f | 23-Jul-2024 |
WarrenS <[email protected]> |
Naming collisions with std::marker::Sync/Send (#1804)
* switched usage Sync and Send to their direct imports
* fix broken replacements
* Ran cargo run --package codegen
* update bin |