v0.24.6 is about compatibility in strict PostgreSQL auth environments.
Auth Compatibility
- Added decode support for AuthenticationSCMCredential (auth code 6).
- Added explicit startup guidance when SCM credential auth is requested.
- Added regression tests for SCM decode behavior.
GSS URL Alias Support
- Added krbsrvname alias of gss_service.
- Added gsshostname alias of gss_target.
- Added gsslib validation for gssapi and sspi modes.
postgres://user@host/db?krbsrvname=postgres&gsshostname=db.internal&gsslib=gssapi
These changes reduce friction when moving from libpq-centric environments while keeping protocol behavior explicit.
← Back to Blog