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

Changelog History
Page 3

  • v0.21.2 Changes

    • ๐Ÿ›  Fix copy-paste error: Remove the LogsTo constraint from withAsyncLogWriter
  • v0.21.1 Changes

    • โœ‚ Remove dependency to the socket and socket-unix packages

      • they are marked as broken by in NixOS
      • the code based on network is much shorter
    • ๐ŸŒฒ Rewrite the UDP log writer to use network

    • ๐ŸŒฒ Rewrite the UnixSocket log writer to use network

  • v0.21.0 Changes

    • โž• Add more log message renderers

      • Multiple extra time stamp formats
      • RFC3164
    • โž• Add IO log writer for unix domain sockets, e.g. /dev/log

    • โž• Add IO log writer for UDP

    • Extract and simplify the async logger

    • ๐ŸŒฒ Extract and simplify the file log writers

  • v0.20.0 Changes

    • ๐ŸŒฒ Rewrite Logging API so that usage is not as bloated
  • v0.19.1 Changes

    • ๐Ÿ›  Fix Travis build
    • ๐Ÿ›  Fix typos
    • ๐Ÿ›  Fix README
  • v0.19.0 Changes

    • Adapt to extensible-effects-concurrent 5.0.0.1
    • โšก๏ธ Update to Stackage LTS-13.13
    • ๐Ÿ‘Œ Improve NIX expressions
    • ๐ŸŒฒ Rewrite the logging API
    • ๐Ÿ‘Œ Improve Documentation
    • โž• Add Examples
  • v0.18.1 Changes

    • ๐Ÿ›  Fix inappropriate LinkedProcessCrashed interrupt when a process exits with NotRecovered ProcessFinished
  • v0.18.0 Changes

    • Split-up and replace spawnLinkObservationQueue with a simpler (but more verbose) alternative
  • v0.17.0 Changes

    • ๐Ÿ“‡ Rename misspelled spawnLinkObserverationQueue to spawnLinkObservationQueue
  • v0.16.1 Changes

    • Export ObserverRegistry constructors for custom event registration handling