Sean McArthur

@seanmonstar.com

Open Source maintainer of the rust-lang @hyper.rs. More at seanmonstar.com

New release of #rustlang hyper out today, v1.11.0! 🚀 Several big bug fixes. - Buffered data fully flushes even when half closed - Enforce backpressure in HTTP/2 Upgraded bodies (like CONNECT) - Start of a strict Clippy allowlist - 10 contributors, 7 of them new! 🦀 github.com/hyperium/hyp...

Release v1.11.0 · hyperium/hyper

Features rt: add ReadBufCursor::initialized_unfilled() method (#4115) (ccc1e850) Bug Fixes http1: discard content-length header when received before transfer-encoding (#4124) (540fff91, closes ...

github.com

To put it another way: if the official position of the Android and Linux kernel teams is “we, some of the world’s best coders, can’t safely use C” then the bar under CRA’s requirements of “safe by design” should be nearly impossible to meet for mere mortals when using C.

Just out, new #rustlang reqwest v0.13.4! - TLS 1.3 support for the native-tls backend - Support for SSLKEYLOGFILE - Update hickory-dns for advisories. - Fixes for HTTP/3 connection establishment, and redirects to different schemes github.com/seanmonstar/...

Release v0.13.4 · seanmonstar/reqwest

tl;dr Add ClientBuilder::tls_sslkeylogfile(bool) option to allow using the related environment variable. Add ClientBuilder::http2_keep_alive_* options for the blocking client. Add TLS 1.3 support ...

github.com

2026 isn't even half way done, and so far we've received over double the security reports from the entire previous year (which already was more than normal).

So I was curious and tried clippy with pedantic and restriction turned on. 479 warnings. Oh ok, like what? Single function call. Implicit return. Default trait method. Missing inline on public methods. 🤔

hello everyone! we're hard at work on an imminent launch. we have scalable monorepo support, jj-first concepts (but deep git compatibility!) and stacked diffs. we're very flattered by the attention yesterday and today!