Skip to content

chore: update version and changelog - #312

Merged
Bccorb merged 1 commit into
mainfrom
changeset-release/main
Sep 13, 2026
Merged

Bccorb merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

seamless-auth-api@0.13.2

Patch Changes

  • 528f627: Keep the TLS options when DATABASE_URL carries sslmode. resolveSslOptions turns DB_SSL,
    or an sslmode on the connection string, into Sequelize's dialectOptions.ssl, but Sequelize
    then read the same sslmode for itself and let pg-connection-string's reading of it replace
    those options. A URL carrying the parameter had its certificate verified whatever DB_SSL or
    DB_SSL_REJECT_UNAUTHORIZED said, which against Amazon RDS is a boot failure, and DB_SSL=false
    could not turn TLS off for it. Sequelize is now constructed with sslmode taken out of the URL,
    once resolveSslOptions has read it. Nothing changes on the discrete DB_* path, whose URL
    never carries the parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant