| f07abb27 | 31-Jan-2025 |
tottoto <[email protected]> |
chore(examples): Update to rand 0.9 (#2168) |
| 970635a1 | 17-Jan-2025 |
tottoto <[email protected]> |
chore(examples): Remove unnecessary bound (#2147) |
| 66aaa5bb | 11-Jan-2025 |
tottoto <[email protected]> |
chore: Use specific io error constructor (#2133) |
| 1442a59d | 30-Nov-2024 |
Arjan Singh Bal <[email protected]> |
Minor fix in routeguide example (#2076) |
| 3c0a00d5 | 25-Nov-2024 |
tottoto <[email protected]> |
chore(examples): Remove redundant pattern match (#2065) |
| 60b131d2 | 15-Nov-2024 |
tottoto <[email protected]> |
feat: Add Body type (#2013) |
| 0846e6ed | 07-Nov-2024 |
tottoto <[email protected]> |
feat(transport): Make tower internal dependency (#1947)
* feat(channel): Add Change type to make tower internal dependency
* feat(server): Remove NamedService implementation for Either
* feat(web)
feat(transport): Make tower internal dependency (#1947)
* feat(channel): Add Change type to make tower internal dependency
* feat(server): Remove NamedService implementation for Either
* feat(web): Add CorsGrpcWebResponseFuture to make tower-http internal dependency
show more ...
|
| ea4995eb | 07-Nov-2024 |
tottoto <[email protected]> |
chore(examples): Remove timeout example (#2025) |
| b80428ba | 06-Nov-2024 |
tottoto <[email protected]> |
chore(examples): Remove timeout from tower example (#2030) |
| c84e952f | 06-Nov-2024 |
tottoto <[email protected]> |
chore(tls): Use rustls-pki-types crate pem api (#1971) |
| d40f610d | 22-Oct-2024 |
Shikhar Bhushan <[email protected]> |
docs: improve comment around cloning middleware in examples (#1977) |
| 7b93470b | 16-Oct-2024 |
tottoto <[email protected]> |
feat(interceptor): Change InterceptorLayer constructor associated function (#2005) |
| 1359d7ad | 14-Oct-2024 |
tottoto <[email protected]> |
chore(examples): Refactor tower example (#1999)
* chore(examples): Use http crate directly in tower example
* chore(examples): Remove unused hyper-util from tower example
* chore(examples): Remove
chore(examples): Refactor tower example (#1999)
* chore(examples): Use http crate directly in tower example
* chore(examples): Remove unused hyper-util from tower example
* chore(examples): Remove BoxBody from tower example
show more ...
|
| be4e0e77 | 07-Oct-2024 |
tottoto <[email protected]> |
chore: Refactor empty body constructor (#1981)
* chore: Refactor empty body constructor
* chore: Deprecate empty_body api |
| 9b74abf1 | 03-Oct-2024 |
tottoto <[email protected]> |
feat: Add Layered service to propagate NamedService implementation (#1966) |
| 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 ...
|
| 4c9356c1 | 23-Aug-2024 |
tottoto <[email protected]> |
chore(examples): Call Routes::prepare (#1857) |
| a78a125f | 05-Aug-2024 |
tottoto <[email protected]> |
chore(examples): Remove optional service example (#1854) |
| 0889d43c | 05-Aug-2024 |
tottoto <[email protected]> |
chore(examples): Use hyper_util::service::TowerToHyperService (#1850) |
| b2e56654 | 13-Jul-2024 |
tottoto <[email protected]> |
chore(examples): Remove clone on copy value (#1794) |
| 315bb09a | 08-Jul-2024 |
tottoto <[email protected]> |
feat(server): Remove reexporting service router (#1773) |
| 9f5fc3b9 | 08-Jul-2024 |
tottoto <[email protected]> |
chore: Replace unit struct with ordinary struct (#1777) |
| 2cc868f8 | 06-Jul-2024 |
tottoto <[email protected]> |
feat: Make boxed function public (#1754) |
| f679dcf1 | 24-Jun-2024 |
tottoto <[email protected]> |
feat(router): Reexport axum type without server feature (#1755) |
| 5d7bfc22 | 23-Jun-2024 |
tottoto <[email protected]> |
feat(transport): Rename reexported axum body (#1752) |