# Revision history for grapesy ## 1.1.1 -- 2025-10-09 * Support `openConnection/closeConnection` ## 1.1.0 -- 2025-07-17 * User-specified actions on connection/disconnect/reconnect [#280] - Overhaul `ReconnectPolicy` to allow making `ReconnectDecision`s after running some `IO` action. - Introduce `ReconnectDecision`, which specifies the `ReconnectTo` target, the `OnConnection` action to run upon reconnection, and the next `ReconnectPolicy`. - Add `OnConnection` actions to `ConnParams` and `ReconnectDecision` so that users can track whether a connection is actually connected. * `Network.GRPC.Common.Protobuf` does not import from `Data.ProtoLens.Labels`, to avoid problems with `lens` [#283, Leonid Onokhov]. NOTE: Users who want to rely on this will also need https://github.com/google/proto-lens/pull/515. * Lower bound on `http2-tls` changed to 0.4.9 [#289] ## 1.0.1 -- 2025-04-01 * Support unix sockets [#275, Sjoerd Visscher] ## 1.0.0 -- 2025-01-22 * First released version.