All Versions
13
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
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