All Versions
8
Latest Version
Avg Release Cycle
33 days
Latest Release
2100 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.