Skip to content

Releases: ponylang/postgres

0.2.2

16 Jul 03:19
Compare
Choose a tag to compare

Change SSL dependency

We've switched our SSL dependency from ponylang/crypto to ponylang/ssl. ponylang/crypto is deprecated and will soon receive no further updates.

As part of the change, we also had to update the ponylang/lori dependency to version 0.6.2.

[0.2.2] - 2025-07-16

Changed

  • Changed SSL dependency (PR #54)

0.2.1

04 Mar 16:32
Compare
Choose a tag to compare

Update ponylang/lori dependency to 0.6.1

We've updated the dependency on ponylang/lori to version 0.6.1. The new version of lori comes with some stability improvements.

[0.2.1] - 2025-03-04

Changed

  • Update ponylang/lori dependency to 0.6.1 (PR #52

0.2.0

02 Mar 19:10
Compare
Choose a tag to compare

Update ponylang/lori dependency to 0.6.0

We've updated the dependency on ponylang/lori to version 0.6.0. The new version of lori comes with a number of stability improvements that should make this library more reliable in "edge-case scenarios".

The new lori dependency has a transitive dependency on ponylang/net_ssl and as such, an SSL library is now required to build this library. Please see the net_ssl installation instructions for more information.

[0.2.0] - 2025-03-02

Changed

  • Update ponylang/lori dependency to 0.6.0 (PR #51)

0.1.1

13 Feb 04:22
Compare
Choose a tag to compare

Update ponylang/lori dependency to 0.5.1

We've updated the dependency on ponylang/lori to version 0.5.1. This new version of Lori addresses a couple of race conditions and should generally improve the stability of application using this library.

[0.1.1] - 2025-02-13

Changed

  • Update ponylang/lori dependency to 0.5.1 (PR #50)

0.1.0

12 Feb 19:02
Compare
Choose a tag to compare

Initial version

Initial version of ponylang/postgres. See the README for the current status of this alpha-level project.

[0.1.0] - 2023-02-12

Added

  • Initial version