quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.76k stars 380 forks source link

Hey when does quinn go to version 1.x.x ? Thx #1327

Closed Kiddinglife closed 2 years ago

Ralith commented 2 years ago

Probably when we've gone a few significant releases without a breaking change. Why?

Kiddinglife commented 2 years ago

Just wondering how stable Quinn is now. Anyway, will close this issue ticket.

djc commented 2 years ago

In large parts of the Rust ecosystem, there's limited correlation between whether an API/library is stable or not and whether it has a version number smaller or greater than 1.0. I like to think Quinn is pretty stable; we do occasionally release some breaking API changes but our high-level APIs have not changed much over time.

Ralith commented 2 years ago

Right, there are no high-impact breaking changes expected for the foreseeable future, though there will likely continue to be occasional minor technical breaks. We invest significant effort in forwards-compatible API design.