Skip to content

Merge master -> next #2267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 61 commits into from
May 6, 2025
Merged

Merge master -> next #2267

merged 61 commits into from
May 6, 2025

Conversation

LucioFranco
Copy link
Member

No description provided.

amrhassan and others added 30 commits January 31, 2025 15:37
Co-authored-by: tottoto <tottotodev@gmail.com>
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: Add rustix and linux-raw-sys crate to cargo-deny skip config

* chore: Ignore RUSTSEC-2024-0436
* remove unnecessary mut

* remove unnecessary mut for health_reporter

---------

Co-authored-by: tottoto <tottotodev@gmail.com>
Signed-off-by: jimmycathy <clonecode@outlook.com>
Co-authored-by: tottoto <tottotodev@gmail.com>
adamcavendish and others added 25 commits March 25, 2025 18:27
* 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 <luciofranco14@gmail.com>
Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
* 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

* address feedback
Removing the deny ci job it has become more of a pain to manage than
actually helpful.
Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
* chore: Fix interop test certs

* fix bash script:
* 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 <vigneshwar.sm@zohocorp.com>
Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
* Expose creation of HealthService and HealthReporter

* add default impl for HealthReporter
Created using spr 1.3.6-beta.1
Reviewers: 

Pull Request: #2266
@LucioFranco LucioFranco requested a review from dfawley May 6, 2025 18:03
@LucioFranco LucioFranco added this pull request to the merge queue May 6, 2025
Merged via the queue into next with commit 2a6f0ab May 6, 2025
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.