HomeQuery LabExpressionsDocsDriversBlogStatusRoadmapChangelog GitHub

March 11, 2026 5 min read

QAIL v0.24.6: PostgreSQL Auth and GSS Compatibility

Support for SCM credential auth decoding and libpq-style GSS URL aliases improves operational compatibility in enterprise PG environments.

ReleasePostgreSQLAuthCompatibility

v0.24.6 is about compatibility in strict PostgreSQL auth environments.

Auth Compatibility

GSS URL Alias Support

                            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