Skip to content

Commit

Permalink
Document backwards incompatible change
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 18, 2024
1 parent 2f73477 commit 1daa656
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1daa656

Please sign in to comment.