Tags give the ability to mark specific points in history as being important
-
v0.3.19
protected1fc375cb · ·v0.3.19 - fix: prefer cert CN over config server_name for skip_verify override - fix: extract cert CN for gRPC ssl_target_name_override - fix: restore cert fetch flow for skip_verify gRPC TLS - fix: add ALPN h2 to cert probe for gRPC TLS compatibility - fix: use insecure channel for skip_verify gRPC instead of cert probe - fix: always set SNI server_name and use config host for gRPC TLS override
-
v0.3.0
protected79ad5e3a · ·Release v0.3.0 Features: - Protobuf wire protocol (replaces JSON) - gRPC transport support (alternative to QUIC) - Transport abstraction layer - DSN URL formats: quic:// and grpc:// - PyPI publishing with OIDC trusted publishing Security: - 26 security findings addressed - Rate limiting for authentication - TLS warnings for insecure connections - Input validation improvements Breaking Changes: - None (public API preserved)