Commit Graph

99 Commits

Author SHA1 Message Date
Dirkjan Ochtman eee334dff6 ci: drop netbsd testing 2025-10-30 05:36:24 +00:00
Dirkjan Ochtman 994ab35b9f ci: pin wasm-bindgen-cli to match lockfile 2025-10-30 05:36:24 +00:00
dependabot[bot] fc5e219fd9 build(deps): bump actions/setup-node from 4 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 14:04:18 +00:00
Max Inden 377af28843 refactor!: rename log feature to tracing-log
Previously `quinn*` would provide the `log` feature to log events via `log` if
no `tracing` subscriber exists.

Later https://github.com/quinn-rs/quinn/pull/1923 allowed `quinn-udp` to log via
`log` directly, making `tracing` an optional dependency. For that, it introduced
the `direct-log` feature, a workaround name in order to not introduce a breaking
change.

This commit cleans up the above, renaming the `log` feature to `tracing-log` and
the `direct-log` to `log`. This is a breaking change and thus `quinn-udp` is
bumped to `v0.6.0`.

See https://github.com/quinn-rs/quinn/pull/1921 for the full history.
2025-09-02 17:48:05 +00:00
Dirkjan Ochtman 0e5834ca32 Remove more traces of async-std 2025-09-01 19:00:40 +00:00
stormshield-gt 69a343b8a6 make post quantum test run in the CI 2025-08-28 09:14:24 +00:00
dependabot[bot] 476f7690e7 build(deps): bump actions/setup-java from 4 to 5
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-26 05:34:26 +00:00
Damien Deville f31b16d43a cov: fix qlog feature name 2025-08-20 13:12:53 +00:00
dependabot[bot] b6e42576f0 build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-11 20:34:33 +00:00
Fabien Savy de732c25c1 collect recovery metrics with qlog 2025-07-04 07:57:47 +00:00
Fabien Savy 01d4a59b46 bump MSRV to 1.74.1 2025-07-04 07:57:47 +00:00
Petr Sumbera 8537a18329 Solaris CI: better workaround for spurious network issues 2025-05-20 00:55:51 +00:00
Petr Sumbera d06319b3f1 Solaris CI: workaround for spurious network issues 2025-05-14 04:51:50 +00:00
Phoenix Kahlo f642fa870e ci: Change powerset check
The existing powerset check has problems:

- It takes too long.
- It failed to catch all the bugs fixed in the previous commit.

This commit fixes it as such:

- `--depth 3` is passed in which limits execution time.
- `--group-features` groups are removed which would have caught the bugs
  fixed in the previous commit.
- `--clean-per-run` is removed as it's no longer necessary and slows it
  down.

Experimentation indicates that a depth of 3 takes roughly a few minutes
to execute and catches bugs, whereas a depth of 4 takes roughly 40
minutes to run and does not catch any additional bugs.
2025-05-09 01:01:17 +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
Thomas Eizinger 3f9466020c ci: run quinn-udp fast-data-path tests 2025-04-18 23:36:37 +00:00
Thomas Eizinger 107dd92375 ci: run macOS tests conditionally on runner OS 2025-04-18 23:36:37 +00:00
Dirkjan Ochtman 1c27b02e3d Use Cargo.lock in CI jobs 2025-03-24 15:57:34 +00:00
Phoenix Kahlo d5e63d8c28 ci: powerset --clean-per-run 2025-01-22 04:25:48 +00:00
Philipp Krüger d7146d3a86 Remove redundant step names 2025-01-22 04:25:48 +00:00
Philipp Krüger a5e9504952 feat(quinn,quinn-udp): Disable socket2 and std::net::UdpSocket dependencies in wasm/browser targets 2025-01-22 04:25:48 +00:00
Carl Dong 7d87dc9f6a fix(.github/codecov): Ignore aws-lc-rs-fips for codecov 2025-01-18 20:56:41 +00:00
Max Inden 3c3d460378 ci: run quinn-udp tests with fast-apple-datapath 2025-01-10 19:49:54 +01:00
Dirkjan Ochtman e51d0e4b6b Add gretchenfrage as a quinn-udp owner 2025-01-07 15:03:30 +00:00
Dirkjan Ochtman 3f0afaeaf4 Add gretchenfrage as a maintainer 2024-12-26 03:55:39 +00:00
Max Inden a83c6e463b ci: run on Android API Level 25 2024-12-17 12:55:37 +00:00
Phoenix Kahlo db4c0e40da chore: Re-ignore stress tests in solaris 2024-12-15 06:04:21 +00:00
Phoenix Kahlo 6716b5a7b8 tests(quinn): Ignore stress tests by default 2024-12-13 20:35:53 +00:00
Asakura Mizu e318cc4a80 feat(quinn-udp): support illumos 2024-11-29 09:06:37 +00:00
Dirkjan Ochtman e20d4caca4 Add CODEOWNERS 2024-11-27 22:00:25 +00:00
Dirkjan Ochtman 81f4d6b036 Bump MSRV to 1.71 2024-11-27 21:08:22 +00:00
Phoenix Kahlo a4c886c38a docs: Correct MSRV in README 2024-11-21 03:50:57 +00:00
dependabot[bot] 3a9d176a7a build(deps): bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 14:31:29 +00:00
Petr Sumbera 2cd3b14216 Add Solaris CI, plus disable failing Solaris tests for now (#1877) 2024-11-16 21:35:12 +00:00
Philipp Krüger a55c1141e9 chore(ci): Remove workaround for broken cc version 2024-11-16 21:33:47 +00:00
Delta 4 d23e4e494f CI: add test for netbsd 2024-11-13 09:06:17 +00:00
Philipp Krüger a0d8985021 feat(quinn-proto): Support & test wasm32-unknown-unknown target 2024-11-08 08:15:28 +00:00
Max Inden c7a8758ab9 ci: test-run benchmarks 2024-10-24 10:47:06 +00:00
Jakub Kubík 459322b180 ci(workflows/features): only test FIPS features on Ubuntu 2024-10-12 20:19:43 +00:00
Jakub Kubík aae5bdc3fa feat(quinn, quinn-proto): add aws-lc-rs-fips feature flag
Adds support for aws-lc-rs FIPS mode using a feature flag in quinn and quinn-proto.
2024-10-12 20:19:43 +00:00
Dirkjan Ochtman 9a656d2d0b Enable use of aws-lc-rs instead of ring 2024-09-24 07:33:03 +00:00
Lars Eggert 19a5e9dfd0 ci: Check coverage on multiple platforms
In order to get the platform-specific code some coverage testing.
2024-09-23 08:47:11 +00:00
Max Inden bb02a12a84 fix(.github/android): use API level 26
`ecn_*` unit tests are failing with any Android API version < v26 with:

```
2024-08-22T14:41:30.636494Z  WARN quinn_udp: sendmsg error: Os { code: 22, kind: InvalidInput, message: "Invalid argument" }, Transmit: { destination: 127.0.0.1:50196, src_ip: None, enc: Some(Ect0), len: 5, segment_size: None }
```
2024-08-23 11:11:10 +00:00
Max Inden 5e5cc93645 fix(.github/android): pass matrix.target and increase api to v26
When extracting the emulator script into a separate file, the `matrix.target`
substitution wasn't replaced with an environment variable.

Follow-up to https://github.com/quinn-rs/quinn/pull/1950.
2024-08-23 11:11:10 +00:00
Max Inden edf16a6f10 ci(rust.yml): add workflow testing feature permutations 2024-08-20 19:02:17 +00:00
dependabot[bot] 1e48a703d5 build(deps): bump actions/setup-java from 3 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 13:13:03 +00:00
dependabot[bot] abaa2d3b13 build(deps): bump android-actions/setup-android from 2 to 3
Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 2 to 3.
- [Release notes](https://github.com/android-actions/setup-android/releases)
- [Commits](https://github.com/android-actions/setup-android/compare/v2...v3)

---
updated-dependencies:
- dependency-name: android-actions/setup-android
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 13:11:58 +00:00
Max Inden 1e00247360 ci: add Android job 2024-08-19 11:43:46 +00:00
Dirkjan Ochtman 7fdc3514cb Update cargo-deny-action to v2 2024-08-02 21:56:55 +00:00
Dirkjan Ochtman 2677bce166 Trigger workflows for merge queue groups 2024-07-24 20:46:55 -07:00