All Versions
8
Latest Version
Avg Release Cycle
33 days
Latest Release
2817 days ago
Changelog History
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.