Skip to content

Releases: rwynn/monstache

monstache v3.4.1

06 Dec 22:38
Compare
Choose a tag to compare

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

05 Dec 02:29
Compare
Choose a tag to compare

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

26 Nov 23:22
Compare
Choose a tag to compare

Changes

  • Improve support for additional indexing metadata.
  • Fix issue where indexing metadata was not honored

monstache v3.3.0

15 Nov 21:48
Compare
Choose a tag to compare

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

23 Oct 21:47
Compare
Choose a tag to compare

Changes

  • Add systemd support

monstache v3.1.2

17 Sep 00:44
Compare
Choose a tag to compare

Changes

  • Built with go1.9
  • Fix golint warnings

monstache v3.1.1

01 Jul 03:32
Compare
Choose a tag to compare

Changes

  • timestamp stats indexes by day for easier cleanup using e.g. curator

monstache v3.1.0

01 Jul 02:09
Compare
Choose a tag to compare

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

25 Jun 14:58
Compare
Choose a tag to compare

Changes

  • fix elasticsearch client http scheme for secure connections

monstache v3.0.6

03 Jun 02:40
Compare
Choose a tag to compare

Changes

  • fix invalid struct field tag