Releases: rwynn/monstache
Releases · rwynn/monstache
monstache v3.4.1
Changes
- Fix for the javascript mapping functions. An Otto Export does not appear to recurse into arrays. Need to do a recursive Export for this scenario.
monstache v3.4.0
Changes
- Add ability to embed documents during the mapping phase. Javascript plugins get 3 new global functions: findId, findOne, and find. Golang plugins get access to the mgo.Session. See the docs for details.
monstache v3.3.1
Changes
- Improve support for additional indexing metadata.
- Fix issue where indexing metadata was not honored
monstache v3.3.0
Changes
- Added optional http server. Enable with --enable-http-server flag. Listens on :8080 by default. Configure address with --http-server-addr :8000. The server responds to the following endpoints (/started, /healthz, /config, and /stats). The stats endpoint is only enabled if stats are enabled. The /started and /healthz endpoints can be used to check for liveness.
- Upgraded the gtm library with performance improvements
monstache v3.2.0
Changes
- Add systemd support
monstache v3.1.2
Changes
- Built with go1.9
- Fix golint warnings
monstache v3.1.1
Changes
- timestamp stats indexes by day for easier cleanup using e.g. curator
monstache v3.1.0
Changes
- add print-config argument to display the configuration and exit
- add index-stats option to write indexing statistics into Elasticsearch for analysis
monstache v3.0.7
Changes
- fix elasticsearch client http scheme for secure connections
monstache v3.0.6
Changes
- fix invalid struct field tag