v2.2.0 [2026-02-27]
Whats new
- Compiled with Go 1.26.
- Add support for propagation of OpenTelemetry context from clients. (#568)
- Add support for propagation of OpenTelemetry context from clients with SQLcommenter. (#569)
Bug fixes
- Fix OpenTelemetry metric names to only contain
[A-Za-z0-9_.-]. (#595)
Dependencies
- Bump
github.com/go-git/go-git/v5to remediate vulnerabilities.