All Versions
8
Latest Version
Avg Release Cycle
33 days
Latest Release
2817 days ago

Changelog History

  • v0.9.0.0 Changes

    May 04, 2017
    • โšก๏ธ Updated the Elasticsearch back-end to work with bloodhound-0.14.0.0 (#30).
    • ๐Ÿ—„ The following modules are now deprecated: Log.Backend.ElasticSearch, Log.Backend.ElasticSearch.Internal, Log.Backend.ElasticSearch.Lens. Use V1/V5 variants directly (#30).
  • v0.8 Changes

    March 16, 2017
    • โž• Added a few MTL class instances (#28).
    • Made ElasticSearchConfig an abstract type (#27).
    • โž• Added support for HTTPS and basic auth to log-elasticsearch (#26).
  • v0.7 Changes

    November 25, 2016
    • ๐ŸŒฒ Split into four libraries (log, log-base, log-postgres, log-elasticsearch).
    • ๐Ÿ‘Œ Improved documentation (#22).
    • Implement 'toEncoding' directly in 'ToJSON' instances (#21).
  • v0.6 Changes

    November 22, 2016
    • ๐Ÿšš Moved 'withLogger' to 'Log.Internal.Logger'.
  • v0.5.7 Changes

    November 22, 2016
    • โœ‚ Remove the dependency on 'cond'.
    • ๐Ÿ›  Fix formatting in 'mkBulkLogger' haddocks (#16).
    • Generalise the types of 'logAttention', 'logInfo' and 'logTrace' (#17).
  • v0.5.5 Changes

    November 16, 2016
    • โž• Add an in-memory logging backend for testing (#13).
    • ๐Ÿ›  Fix the deprecation message for stdout logger.
  • v0.5.4 Changes

    October 21, 2016
    • ๐Ÿ†• New logger creation API, which is harder to misuse.
    • โœ‚ Remove the use of finalisers in favour of the new logger API.
    • ๐Ÿ›  Fix a JSON serialisation issue affecting the Elasticsearch back-end.
    • ๐Ÿ‘‰ Make the Elasticsearch back-end compatible with Elasticsearch 1.x.
    • ๐Ÿ›  Fix a synchronisation issue affecting the Elasticsearch back-end.
    • โž• Add a test suite and Travis-based CI.
  • v0.1.0 Changes

    • ๐ŸŽ‰ Initial version.