Changelog for zre-0.1.5.1
Version 0.1.5.1 (2023-11-28)
- Fix missing
void
import for GHC9.6.3 - Allow
binary >= 0.8
Version 0.1.5.0 (2022-02-28)
- Use
attoparsec 0.14
Version 0.1.4.0 (2020-07-19)
- Changed
zfail
type fromString -> ZRE ()
toString -> ZRE a
- Handles errors in user application correctly instead of silently ignoring them
- Fixed incorrect time periods for pinger
Version 0.1.3.0 (2020-07-14)
- Cabal fixes
- Relaxed base bound
cabal-version: 2.0
Version 0.1.2.0 (2020-07-10)
- Added
zreChanWith
- principled variant ofzreChan
accepting runner functionrunZreEnvConfig
- runner utilizing config files only
Version 0.1.1.0 (2020-06-17)
-
Changelog started. Previous release was
0.1.0.2
. -
Breaking changes:
zgossip_server
executable is renamed tozgossip-server
- Removed
runZreOpts
in favor ofrunZreParse
which now accepts anotheroptparse-applicative
parser - Groups now use
newtype Group
instead of plain String(s) and need to be constructed withmkGroup
zrecvShouts
now requiresGroup
and filters the message for this group only- Command line options changed:
iface
renamed tointerface
mcast
renamed tomulticast-group
- Added
quiet-ping-rate
- No longer ships with
stack.yaml
-
Additions
- Experimental
Network.ZRE.Chan
for working with typed channels
- Experimental
-
Minor:
- Spots new
examples
flag for building with examples (disabled by default)
- Spots new
zre
uses PVP Versioning.