Found during v0.5.20 release review. Deferred because: API surface design decision.
sanitizeConnectionString is exported from packages/drivers/src/index.ts, making it part of the public API surface. The function has an intentional ambiguity guard that bails on certain valid URIs. External consumers could depend on behavior that may change. Consider adding @internal JSDoc tag or un-exporting.
Flagged by: Tech Lead, PM.
Found during v0.5.20 release review. Deferred because: API surface design decision.
sanitizeConnectionStringis exported frompackages/drivers/src/index.ts, making it part of the public API surface. The function has an intentional ambiguity guard that bails on certain valid URIs. External consumers could depend on behavior that may change. Consider adding@internalJSDoc tag or un-exporting.Flagged by: Tech Lead, PM.