All Versions
13
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v0.2.0.1 Changes

    • ๐Ÿ‘‰ Use Data.Pool
  • v0.2.0.0 Changes

    • ๐Ÿ›  Threading bugfix
    • Migrate to http2-client-0.9.0.0 and lts-14
  • v0.1.2.0 Changes

    April 21, 2020
    • ๐Ÿ›  Threading bugfix
    • Migrate to http2-client-0.9.0.0 and lts-14
  • v0.1.1.1 Changes

    • ๐Ÿ‘Œ Improve error handling
  • v0.1.1.0 Changes

    • Let the client send alerts with no title
  • v0.1.0.9 Changes

    • โž• Add "semigroups" as a dependency for older ghc versions
  • v0.1.0.8 Changes

    • โœ‚ Remove version constraints for http2-client
  • v0.1.0.7 Changes

    • โœ… Make compatible with latest http2-client-0.7.0.0
  • v0.1.0.6 Changes

    • ๐Ÿ‘‰ Use http2-client-0.5.0.0 or greater
    • ๐Ÿšš Detect http2 goaway frames and remove connections from the connection pool accordingly
    • ๐Ÿšš Detect connection errors when sending messages and remove connections from the pool when they happen
    • ๐Ÿ›  Fix in the README: The parameter is not timeout, but parallelConnections
  • v0.1.0.5 Changes

    • ๐Ÿ›  Bugfix: Close the cleanup thread when closing a session
    • Check if the certificates and key exist early, when the session is created
    • Catch IO errors and return a temporary failure instead
    • Depend explicitly on http2-client-0.3.0.2 for now