Skip to content

@effect/sql-mssql@0.54.0

Latest

Choose a tag to compare

@effect-bot effect-bot released this 30 Jul 04:29
417e0fa

Minor Changes

  • #6767 0204086 Thanks @tim-smart! - Breaking: Secure Microsoft SQL Server connections by default by enabling encryption and validating server certificates.

    Users connecting to SQL Server instances without TLS must now explicitly set encrypt: false. Users connecting with untrusted or self-signed certificates must explicitly set trustServer: true.

Patch Changes