Skip to content

Commit

Permalink
Ensure ssl is started before running connection and querying
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert authored and lpil committed Sep 1, 2024
1 parent 058f612 commit 1622c7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.15.0 - Unreleased

- Ensure `ssl` and `pgo` are running before using `gleam_pgo`.

## v0.14.0 - 2024-08-15

- Add ability to return rows as maps instead of tuple.
Expand Down
4 changes: 4 additions & 0 deletions gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ pgo = ">= 0.12.0 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"
exception = ">= 2.0.0 and < 3.0.0"

[erlang]
# Starting an SSL connection relies on ssl application to be started.
extra_applications = ["ssl"]

0 comments on commit 1622c7e

Please sign in to comment.