Skip to content

Releases: mbg/network-wait

v0.4

01 Aug 23:24
@mbg mbg
v0.4
a2f452c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3...v0.4

v0.3

01 Aug 21:37
@mbg mbg
v0.3
6a5e841

Choose a tag to compare

What's Changed

  • PostgreSql: Support connecting with connection strings by @mbg in #21

Full Changelog: v0.2...v0.3

v0.2

12 May 14:21
@mbg mbg
6359db2

Choose a tag to compare

What's Changed

  • Add Network.Wait.Redis module with functions to wait for Redis servers to become ready to accept connections. This module and its dependency on hedis are not enabled by default. The network-wait:redis flag must be enabled for this package's Redis support. - #5
  • Generalise the recoveringWith function to allow it to return the result of a computation.
  • The functions for TCP/Sockets now return the Socket if they are successful.
  • The functions for PostgreSQL now return the Connection if they are successful.

Full changes: v0.1.2...v0.2