Releases: aws/s2n-quic
Releases · aws/s2n-quic
Release: v1.4.0
Weekly release for June 07 2022
What's Changed
- feat(s2n-quic-core): add platform event loop sleep event by @camshaft in #1331
- chore(s2n-quic): release 1.4.0 by @goatgoose in #1334
- Revert "chore(s2n-quic): release 1.4.0" by @goatgoose in #1336
- fix(s2n-quic-transport): make periodic sync more frequent by @camshaft in #1335
- feat(s2n-quic-core): Implementing default sender by @maddeleine in #1325
- build(s2n-quic-crypto): make the rust crypto implementations dev-depe… by @camshaft in #1342
- chore(s2n-quic): bump MSRV to 1.56 by @camshaft in #1337
- fix(s2n-quic-transport): bundle ACK frames with probes by @camshaft in #1344
- build(deps): update bolero to 0.7.0 by @camshaft in #1327
- feat(s2n-quic-qns): add client perf implementation by @camshaft in #1345
- Revert "fix(s2n-quic-transport): Unmap peer address when determining MTU probe size (#1321)" by @camshaft in #1349
- Revert "fix: Path is not app limited if more data is available to transmit (#1326)" by @camshaft in #1350
- build(s2n-quic-crypto): update to the latest rust-crypto crates by @camshaft in #1351
- build(s2n-quic-tls): update s2n-tls dependency to 0.0.8 by @camshaft in #1352
- feat(netbench): s2n-tls netbench driver by @goatgoose in #1297
- ci: update dependencies by @camshaft in #1353
- chore(s2n-quic): release 1.4.0 by @toidiu in #1354
Full Changelog: v1.3.0...v1.4.0
Release: v1.3.0
Weekly release for May 25 2022
Release: v1.2.0
Weekly release for May 18 2022
Release: v1.1.1
Weekly release for May 03 2022
Release: v1.1.0
Weekly release for April 21 2022
Release: v1.0.2
Weekly release for March 31 2022
Release: v1.0.1
Changes this release:
- (9507a70) chore: update version for s2n-quic v1.0.1 release (#1224)
- (12e98a9) feat(netbench): add metrics collector (#1220)
- (605f748) ci(interop): update interop ref and patch (#1219)
- (eb0223b) fix(s2n-quic-transport): optimize STOP_SENDING state (#1217)
- (3a4a025) chore(s2n-quic-integration): remove s2n-quic-integration crate (#1218)
- (222a807) feat(netbench): add built-in drivers (#1216)
- (483667d) feat(netbench): add cert builder (#1212)
- (bd890f1) release: use exact versions for all internal dependencies (#1215)
- (f4e7865) typo: fix (#1213)
- (ea6d1ca) release: use explicit version for depending on internal crates (#1211)
- (7aa114b) fix(s2n-quic-crypto): rename GHash::new to GHash::create (#1207)
- (350be86) netbench: add tokio timer (#1204)
- (712e2db) release: core, transport (#1205)
- (6e2617d) transport: add OpenToken to track poll_open_stream requests (#1203)
- (78b0de2) netbench: add scenario executable (#1198)
- (821f5c2) netbench: fix test timer expiration (#1194)
- (96b0e6e) core: disable pacing when RTT is less than 2ms (#1196)
- (51db5fa) ci: update public ECR repo with custom alias (#1195)
- (ce6edf4) netbench: initial commit (#1133)
- (0931f00) doc: add mdbook script (#1191)
- (8fe91f0) ci: authenticate ECR pull (#1192)
- (68be61c) release: publish to Amazon Elastic Container Registry Public (#1189)
- (e0d4c24) tools: add doc diff (#1188)
- (a19457f) docs: add description and repository to Cargo.toml (#1185)
- (3887c50) Fix provider link (#1186)
- (f84c3d3) Update README.md (#1184)
- (578c5b1) api: remove duplicate Location export (#1183)
- (1e8b0e4) ci: gate authenticated steps to 1st-party branches (#1181)
- (76ca5e6) examples: add an example on how to use the events framework (#1179)
- (bdb1c12) Add more information on features to the readme (#1182)
- (55a2222) Remove deprecated events and methods (#1180)
- (5f208ef) ci: Add an issue template;rename PR template (#1176)
- (a017d78) api: More documentation (#1175)
- (2bc2ca0) Add security issue notifications to readme (#1177)
- (a31cf0b) api: clean up errors (#1174)
- (c122968) api: document connection methods (#1173)
- (cf4d1e4) doc: document Server.poll_accept and remove Server.bind api (#1171)