All Versions
74
Latest Version
Avg Release Cycle
4 days
Latest Release
1736 days ago

Changelog History
Page 6

  • v0.7.2 Changes

    • โž• Add ObservationQueue utility
    • ๐Ÿ›  Fix missing re-exports from Control.Eff.Concurrent.Api.Client in Control.Eff.Concurrent introduced in recent versions
  • v0.7.1 Changes

    • ๐Ÿ‘Œ Improve call-stack support in log messages
    • ๐Ÿ”ฆ Expose setLogMessageTimestamp and setLogMessageThreadId
  • v0.7.0 Changes

    • โœ‚ Remove the parameter from closeLogChannelAfter that had the optional: last-log-message-before-channel-closes
  • v0.6.4 Changes

    • โž• Add whereIsServer
  • v0.6.3 Changes

    • โž• Add ServerReader type alias
  • v0.6.2 Changes

    • ๐Ÿ›  Fix bad containers version boundary
  • v0.6.1 Changes

    • ๐Ÿ‘Œ Improve Experimental Nix Expressions
  • v0.6.0 Changes

    • ๐ŸŒฒ Rewrite Logging
    • ๐Ÿ‘Œ Improve Experimental Nix Expressions
  • v0.5.0.0 Changes

    • Switch to extensible-effects version 3.1.0.0
    • โฌ†๏ธ Bump to stackage LTS-12.9
    • โž• Add Control.Eff.Log.MessageFactory
    • โž• Add Control.Eff.Log.Message
  • v0.4.0.0 Changes

    • Switch to extensible-effects version 3.0.0.0
    • ๐Ÿ‘Œ Improve single threaded scheduler to be more space efficient
    • โž• Add some strictness annotations
    • โž• Add Control.Eff.Loop with (hopefully) constant space forever and replicateM_
    • โž• Add Control.Eff.Concurrent, a module that conveniently re-exports most library functions.