Hi,
If by gQUIC you mean Google's implementation of QUIC and HTTP/3, then yes we do. Most of the mechanisms have been implemented and most of the constant changes have already been made, so right now our BBRv2 is really ~BBRv2.5. There are a few more small changes to be made to make it identical to TCP BBRv3. The changes themselves are small, but typically we like to validate their impact individually to ensure they don't cause regressions, which takes more time.
Additionally, there's ongoing work to support L4S style ECN marking in the QUIC BBRv3 implementation.
Thanks, Ian