From 1daa6560b61f3503a832dde0ada7e4a686df328e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 18 Jul 2024 17:43:57 -0300 Subject: [PATCH] Document backwards incompatible change --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40e16c0f..aa1b9037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ * Add `:commit_comment` option on transactions for prepending a SQL comment to commit statements * Return database messages from `handle_prepare_execute` +* Backwards incompatible changes + * Postgrex now sets the SNI headers for SSL authentication by default. If this causes connection issues, you may set `server_name_indication: :disable` in your `:ssl_opts` + ## v0.17.5 (2024-03-01) * Enhancements