Skip to content

Commit

Permalink
Prepare release 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed Feb 19, 2024
1 parent 6b5f0a5 commit c05d71a
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## v2.1.0 - unreleased

- There is now TLS support also for PGX. The networking code (for PGX)
was revised in the process, in particular the EIO variant is now
buffered, which improves performarce. TLS implemantions are shipped as
separate packages (`caqti-tls*`).
## v2.1.0 - 2024-02-19

- There is now TLS support for PGX. The networking code (for PGX) was
revised in the process, in particular the EIO variant is now buffered,
which improves performarce. TLS implemantions are shipped as separate
packages (`caqti-tls*`) but `caqti-tls-async`, `caqti-tls-eio`, and
`caqti-tls-lwt` should be considered experimental and will be omitted
from the OPAM release for now. On the other hand, `caqti-mirage` now
ships with built-in TLS support for PGX.

- Connect functions now accept an optional configuration. For the time
being, this is used for TLS parameters and for the optional
Expand Down

0 comments on commit c05d71a

Please sign in to comment.