What's Changed
- build(deps): bump actions/github-script from 7 to 8 by @dependabot[bot] in #2505
 - build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #2506
 - build(deps): bump actions/stale from 9 to 10 by @dependabot[bot] in #2507
 - Increase glitch counter for unexpected builtin extension frames by @tatsuhiro-t in #2508
 - Fix assertion failure by @tatsuhiro-t in #2509
 - Remove session_update_glitch_ratelim called from deep inside the chain by @tatsuhiro-t in #2510
 - build(deps): bump golang.org/x/net from 0.43.0 to 0.44.0 by @dependabot[bot] in #2511
 - nghttpd: Make the supported groups configurable by @tatsuhiro-t in #2513
 - Use SSL_CTX_set1_groups_list by @tatsuhiro-t in #2514
 - nghttpx: Add groups option by @tatsuhiro-t in #2515
 - nghttpx: Prefer ML-DSA certificate over ECDSA by @tatsuhiro-t in #2516
 - nghttpx: Select ECDSA cert based on EVP_PKEY_base_id by @tatsuhiro-t in #2517
 - nghttpx: Select certificate with BoringSSL by @tatsuhiro-t in #2518
 - nghttpx: Select certificate with wolfSSL by @tatsuhiro-t in #2519
 - nghttpx: Add the fast path when selecting a certificate by @tatsuhiro-t in #2520
 - nghttpx: Select a certificate in a single pass by @tatsuhiro-t in #2521
 - nghttpx: Support ML-DSA certificate selection with wolfSSL by @tatsuhiro-t in #2522
 - nghttpx: Make servername_callback behavior consistent by @tatsuhiro-t in #2523
 - nghttpx: Drop TLSv1.0 and TLSv1.1 support by @tatsuhiro-t in #2524
 - nghttpx: Define NGHTTP2_CERT_TYPE as constexpr by @tatsuhiro-t in #2525
 - src: Use nullptr in C++ code by @tatsuhiro-t in #2526
 - lib: Consistent conditional macro comments by @tatsuhiro-t in #2527
 - src: Consistent conditional macro comments by @tatsuhiro-t in #2528
 - src: Move sgi _daemonize to util::daemonize by @tatsuhiro-t in #2529
 - examples: Consistent conditional macro comments by @tatsuhiro-t in #2530
 - Bump ngtcp2 and its dependencies by @tatsuhiro-t in #2531
 - src: Adopt nghttp3_conn_read_stream2 by @tatsuhiro-t in #2532
 - src: Use std::ranges::begin and std::ranges::end consistently by @tatsuhiro-t in #2533
 - Remove redundant semicolon by @tatsuhiro-t in #2534
 - h2load: Set QUIC window-bits to 24 by default by @tatsuhiro-t in #2535
 - Fix typos in documentation: "or3xx" → "or 3xx" and missing space after period by @Copilot in #2536
 - build(deps): bump github.com/quic-go/quic-go from 0.54.0 to 0.54.1 by @dependabot[bot] in #2537
 - build(deps): bump github.com/quic-go/quic-go from 0.54.1 to 0.55.0 by @dependabot[bot] in #2538
 - nghttpx: Increase number of UDP packets to read by @tatsuhiro-t in #2540
 - build(deps): bump golang.org/x/net from 0.44.0 to 0.46.0 by @dependabot[bot] in #2541
 - Optimize quic io by @tatsuhiro-t in #2542
 - nghttpx: Remove unused ticket_keys from WorkerEvent by @tatsuhiro-t in #2543
 - Bump ngtcp2 and its dependencies by @tatsuhiro-t in #2544
 
New Contributors
- @Copilot made their first contribution in #2536
 
Full Changelog: v1.67.0...v1.68.0