Commit 2a6f0ab
Merge master -> next (#2267)
* Add From<T> for Response<T> (#1064)
Co-authored-by: tottoto <[email protected]>
* chore: Add getrandom and wasi crate to cargo-deny skip config (#2169)
* chore(examples): Update to rand 0.9 (#2168)
* chore(interop): Replace repeat and take with repeat_n (#2170)
* Update LICENSE (#2167)
* chore(transport): Update url to http crate document (#2173)
* chore: Refactor redundant pattern match (#2174)
* chore(transport): Remove redundant type reconstruct (#2176)
* chore: Update to strum 0.27 (#2180)
* feat: optional `SSLKEYLOGFILE` support (#1539)
Add a `use_key_log` option to server and client TLS configs that -- when
set -- will enable rustls's `SSLKEYLOGFILE` handling.
This is helpful when you want to intercept TLS traffic for debugging and
is generally supported by many libraries and browsers. Also see:
https://wiki.wireshark.org/TLS#using-the-pre-master-secret
* chore: Remove html_root_url (#2184)
* chore: Remove unused mutability (#2183)
* chore: Update generated code (#2222)
* chore: Update cargo-deny config (#2210)
* chore: Add rustix and linux-raw-sys crate to cargo-deny skip config
* chore: Ignore RUSTSEC-2024-0436
* Remove unnecessary mut (#2219)
* remove unnecessary mut
* remove unnecessary mut for health_reporter
---------
Co-authored-by: tottoto <[email protected]>
* chore: fix some comments (#2224)
Signed-off-by: jimmycathy <[email protected]>
Co-authored-by: tottoto <[email protected]>
* feat: Allow convert i32 to Code in const context (#2195)
* chore: Disable unused tower feature (#2196)
* chore(router): Remove unnecessary body type converting (#2214)
* chore(server): Use standard library pin macro (#2212)
* chore(build): Use idiomatic api (#2211)
* feat(tonic): Exclude benches-disabled to remove Apache-2.0 resource (#2204)
* chore(ci): Add concurrency group to cancel old ci (#2202)
* chore(test): Use library crate in test (#2201)
* chore: Remove unused rand crate from dev-dependencies (#2198)
* chore: Remove documentation config in manifest (#2193)
* chore(test): Remove unnecessary macro_use (#2200)
* feat: Add proto header to generated code (#2205)
* chore(router): Use upstream poll_ready to implement service (#2215)
* feat(router): Use infallible as error type (#2232)
* chore: Remove unnecessary license file from private crate (#2203)
* chore: update changelog to point to releases (#2235)
* chore: fix changelog header
* chore(server): Remove import sleep and pending function (#2234)
* chore(server): Refactor default http2 keepalive timeout config (#2213)
* chore: Remove unnecessary docs.rs config (#2223)
* feat(transport): add support for uds, unix domain socket (#2218)
* feat(transport): add support for uds, unix domain socket (#2218)
Previously the uds support lives as an example in the `example/src/uds` folder.
Endpoint is refactored to support multiple endpoint types, including Uri and
Uds.
The supported unix domain socket URI follows RFC-3986 which is aligned with
the gRPC naming convention.
- unix:relative_path
- unix:///absolute_path
References:
- https://datatracker.ietf.org/doc/html/rfc3986
- https://github.com/grpc/grpc/blob/master/doc/naming.md
* fix feature flag error
* fix windows build
* fix windows build 2
* fix windows build 3
* fix windows build 4
* fix windows build 5
---------
Co-authored-by: Lucio Franco <[email protected]>
* Handle stream error correctly (#2199)
Co-authored-by: Lucio Franco <[email protected]>
* chore: Remove resolved cargo-deny config (#2230)
* Create place for grpc crate and initial contents (#2192)
* Create place for grpc crate and initial contents
* Cargo.toml fixes
* clippy
* clippy 2
* 3
* grpc-web: relax bounds for inner service's response body (#2245)
* grpc-web: relax bounds for inner service's response body
* address feedback
* chore(test): Allow clippy::doc_overindented_list_items lint in generated code (#2246)
* chore(test): Update to rand 0.9 (#2236)
* chore(router): Remove unnecessary type converting (#2237)
* chore(ci): Update to nightly-2025-03-27 on udeps ci (#2242)
* chore(codegen): Update to protox 0.8 (#2254)
* chore(ci): Remove deny job (#2255)
Removing the deny ci job it has become more of a pain to manage than
actually helpful.
* feat: preserve request user-agent (#2250)
Co-authored-by: Lucio Franco <[email protected]>
* feat(server): Add method to get local addr to TcpIncoming (#2233)
* feat: expose Status as a Response extension (#2145)
Co-authored-by: Lucio Franco <[email protected]>
* chore(server): Remove unnecessary await service ready (#2258)
* chore: Use symbolic link for license file (#2241)
* chore: Use inline format argument (#2260)
* chore: Add `flake.nix` (#2261)
* chore: Fix interop test certs (#2262)
* chore: Fix interop test certs
* fix bash script:
* fix: tls config overwrite in endpoint (#2252)
* fix: tls config overwrite in endpoint
PR #1866 fixed the breaking change introduced in #1731, but
resets the TLS config without checking if `tls` is set. This
patch resolves the regression and restores expected behaviour.
* fix: cargo fmt whitespace check
---------
Co-authored-by: vigneshwar.sm <[email protected]>
Co-authored-by: Lucio Franco <[email protected]>
* chore(tonic-bench): Fix failing bench (#2207)
Co-authored-by: Lucio Franco <[email protected]>
* feat: expose creation of HealthService and HealthReporter (#2251)
* Expose creation of HealthService and HealthReporter
* add default impl for HealthReporter
* [spr] initial version (#2264)
Created using spr 1.3.6-beta.1
* Revert "[spr] initial version (#2264)" (#2265)
* chore: Prepare `v0.13.1` release
Reviewers:
Pull Request: #2266
---------
Signed-off-by: jimmycathy <[email protected]>
Co-authored-by: Amr Hassan <[email protected]>
Co-authored-by: tottoto <[email protected]>
Co-authored-by: Maxim Evtush <[email protected]>
Co-authored-by: Marco Neumann <[email protected]>
Co-authored-by: DAKAI, TZOU <[email protected]>
Co-authored-by: jimmycathy <[email protected]>
Co-authored-by: Adam Basfop Cavendish <[email protected]>
Co-authored-by: Jakub Łabor <[email protected]>
Co-authored-by: Doug Fawley <[email protected]>
Co-authored-by: Brandon Williams <[email protected]>
Co-authored-by: Darren Bolduc <[email protected]>
Co-authored-by: Ferenc Tamás <[email protected]>
Co-authored-by: Vigneshwar S <[email protected]>
Co-authored-by: vigneshwar.sm <[email protected]>
Co-authored-by: Rafael RL <[email protected]>
Co-authored-by: Leon Hartley <[email protected]>1 parent 86815d8 commit 2a6f0ab
File tree
173 files changed
+2958
-7164
lines changed- .github/workflows
- codegen
- src
- examples
- src
- authentication
- autoreload
- blocking
- cancellation
- codec_buffers
- compression
- dynamic_load_balance
- dynamic
- gcp
- grpc-web
- h2c
- health
- helloworld
- interceptor
- json-codec
- load_balance
- mock
- multiplex
- richer-error
- routeguide
- streaming
- tls_client_auth
- tls_rustls
- tls
- tower
- uds
- grpc
- src
- client
- load_balancing
- name_resolution
- interop
- data
- src
- bin
- tests
- ambiguous_methods
- src
- compression
- src
- default_stubs
- src
- extern_path
- my_application
- uuid
- included_service
- integration_tests
- tests
- root-crate-path
- src
- same_name
- service_named_result
- service_named_service
- stream_conflict
- src
- use_arc_self
- web
- tests
- wellknown-compiled
- src
- wellknown
- tonic-build
- src
- tonic-health
- src
- generated
- tonic-reflection
- src
- generated
- server
- tonic-types
- src
- generated
- richer_error
- std_messages
- tonic-web
- src
- tonic
- benches
- src
- codec
- metadata
- service
- transport
- channel
- service
- server
- service
- service
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
173 files changed
+2958
-7164
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 28 | | |
33 | 29 | | |
34 | 30 | | |
| |||
55 | 51 | | |
56 | 52 | | |
57 | 53 | | |
58 | | - | |
| 54 | + | |
59 | 55 | | |
60 | 56 | | |
61 | 57 | | |
| |||
97 | 93 | | |
98 | 94 | | |
99 | 95 | | |
100 | | - | |
| 96 | + | |
101 | 97 | | |
102 | 98 | | |
103 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
116 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
117 | 132 | | |
118 | 133 | | |
119 | 134 | | |
| |||
126 | 141 | | |
127 | 142 | | |
128 | 143 | | |
129 | | - | |
130 | | - | |
131 | 144 | | |
132 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
133 | 163 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
123 | 128 | | |
124 | 129 | | |
125 | 130 | | |
| |||
285 | 290 | | |
286 | 291 | | |
287 | 292 | | |
288 | | - | |
| 293 | + | |
289 | 294 | | |
290 | 295 | | |
291 | 296 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
696 | | - | |
697 | | - | |
| 696 | + | |
| 697 | + | |
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
| |||
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
718 | | - | |
719 | | - | |
| 718 | + | |
| 719 | + | |
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
| |||
0 commit comments