Commit Graph

20 Commits

Author SHA1 Message Date
Floris Bruynooghe 2d54bac314 Merge branch 'main' into multipath-quinn-0.11.x 2025-05-22 16:00:22 +02:00
dependabot[bot] 176e84c666 build(deps): bump rustls-platform-verifier from 0.5.1 to 0.5.3
Bumps [rustls-platform-verifier](https://github.com/rustls/rustls-platform-verifier) from 0.5.1 to 0.5.3.
- [Release notes](https://github.com/rustls/rustls-platform-verifier/releases)
- [Changelog](https://github.com/rustls/rustls-platform-verifier/blob/main/CHANGELOG)
- [Commits](https://github.com/rustls/rustls-platform-verifier/compare/v/0.5.1...v/0.5.3)

---
updated-dependencies:
- dependency-name: rustls-platform-verifier
  dependency-version: 0.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-14 09:27:48 +00:00
dependabot[bot] 81282af8d5 build(deps): bump getrandom from 0.3.2 to 0.3.3
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.3.2 to 0.3.3.
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/getrandom/compare/v0.3.2...v0.3.3)

---
updated-dependencies:
- dependency-name: getrandom
  dependency-version: 0.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-14 09:27:15 +00:00
Dirkjan Ochtman 3482fcc759 proto: bump version to 0.11.12 2025-05-08 17:43:40 +00:00
David Lönnhager d161fc07d7 Bump quinn version to 0.11.8 2025-05-08 14:37:03 +00:00
Phoenix Kahlo 15103ee887 Add BloomTokenLog
- Adds default feature `bloom`.
- It enables a new BloomTokenLog implementation of TokenLog.
- It enables a dependency on the `fastbloom` crate.
2025-05-07 04:37:29 +00:00
Phoenix Kahlo 0b5762efaa Add TokenMemoryCache
TokenMemoryCache is a new implementation of TokenStore.

TokenMemoryCache is designed to store up to 2 tokens per server (this is
configurable) for up to 256 servers (this is also configurable), with a
LRU eviction policy. This is so that it works harmoniously with
rustls::ClientSessionMemoryCache, which by default stores resumption
state for up to 256 servers with a LRU eviction policy.
2025-05-07 02:36:17 +00:00
Max Leonard Inden 458295c305 chore(udp): increase crate patch version to v0.5.12 2025-04-30 16:05:00 +02:00
Linus Färnstrand 8936cc059c Bump the quinn-proto version to 0.11.11 for release 2025-04-22 13:42:08 +00:00
dependabot[bot] b406b98e45 build(deps): bump rand from 0.9.0 to 0.9.1
Bumps [rand](https://github.com/rust-random/rand) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.9.0...rand_core-0.9.1)

---
updated-dependencies:
- dependency-name: rand
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-22 08:12:07 +00:00
Floris Bruynooghe 97ed76f0eb Merge branch 'main' into flub/merge-main-apr-8 2025-04-10 12:41:55 +02:00
Floris Bruynooghe deba4ee85f Merge branch 'main' into multipath-quinn-0.11.x 2025-04-10 12:36:01 +02:00
Dirkjan Ochtman bc1125cfec Update semver-compatible dependencies 2025-04-07 18:54:20 +00:00
dependabot[bot] c94fa9bacb build(deps): bump socket2 from 0.5.8 to 0.5.9
Bumps [socket2](https://github.com/rust-lang/socket2) from 0.5.8 to 0.5.9.
- [Release notes](https://github.com/rust-lang/socket2/releases)
- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/socket2/commits)

---
updated-dependencies:
- dependency-name: socket2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 13:35:17 +00:00
Dirkjan Ochtman e960c33729 book: remove unused dependency 2025-03-30 17:17:34 +00:00
Dirkjan Ochtman eec45e6b76 book: fix example code 2025-03-30 17:17:34 +00:00
kota-yata 41f7d2ea8f docs: separate example code from document
separate certificate's examples out of md file into rs files

format
2025-03-30 11:59:02 +00:00
Dirkjan Ochtman f7e321cba2 Avoid inference hazard for integer comparisons 2025-03-25 23:11:35 +00:00
Lars Eggert 83b48b5b87 feat: Allow changing the UDP send/receive buffer sizes
Also includes getters for the current sizes and a test.
Bump version to 0.5.11.
2025-03-25 08:20:27 +00:00
Dirkjan Ochtman ecc5e7dc3b Version Cargo lockfile 2025-03-24 15:57:34 +00:00