Skip to content
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

chore: Prepare 0.1.0-alpha.3 release #65

Merged
merged 1 commit into from
Oct 9, 2019

Conversation

LucioFranco
Copy link
Member

No description provided.

@LucioFranco LucioFranco merged commit 8cddf8a into master Oct 9, 2019
@LucioFranco LucioFranco deleted the lucio/prepare-0.1.0-alpha.3 branch October 9, 2019 21:27
blittable pushed a commit to blittable/tonic that referenced this pull request Oct 22, 2019
brentalanmiller pushed a commit to brentalanmiller/tonic that referenced this pull request Oct 6, 2023
)

* native-tls: fix use of non-fmt panic in tests
* fix some misc. clippy lints

This branch fixes a number of lints. The most important one was the use
of a non-`format_args!` expression in a `panic!` macro, which generates
a compiler warning in recent Rust toolchains, which is breaking the CI
`cargo check` run on PR hyperium#64.

While I was here, I also fixed some miscellaneous Clippy lints, mostly
in tests. These include:

* Use of `clone()` on `SocketAddr`s (which implement `Copy`)
* Unnecessary single-path-segment imports (which probably used to be
  `extern crate`s in earlier Rust?)
* `'static` lifetimes in `const` type annotations (`const`s always have
  the `'static` lifetime)

None of these were breaking the build on CI, but I figured I'd address
them while I was fixing other lints.

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
brentalanmiller pushed a commit to brentalanmiller/tonic that referenced this pull request Oct 6, 2023
# 0.3.1 (February 4th, 2023)

### Additions
- Add Vendored Feature ([hyperium#125])
- Implement AsRawFd for both tokio-rustls and tokio-native-tls TlsStream\<S\> ([hyperium#74])

### Internal
- Fix warning about renamed lint ([hyperium#93])
- fix a handful of lints, one of which was breaking the build ([hyperium#65])

[hyperium#65]: tokio-rs/tls#65
[hyperium#74]: tokio-rs/tls#74
[hyperium#93]: tokio-rs/tls#93
[hyperium#125]: tokio-rs/tls#125
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.

2 participants