Skip to content

Releases: rwynn/monstache

monstache v5.7.8

Choose a tag to compare

@rwynn rwynn released this 15 Jun 19:47
New release

monstache v6.7.7

Choose a tag to compare

@rwynn rwynn released this 04 Dec 05:03
New release

monstache v5.7.7

Choose a tag to compare

@rwynn rwynn released this 04 Dec 05:03
New release

monstache v6.7.6

Choose a tag to compare

@rwynn rwynn released this 17 Sep 03:58
  • Driver upgrades
  • Report errors for IDs greater than 256 bytes

monstache v5.7.6

Choose a tag to compare

@rwynn rwynn released this 17 Sep 03:57
  • Driver upgrades
  • Report errors for IDs greater than 256 bytes

monstache v6.7.5

Choose a tag to compare

@rwynn rwynn released this 02 Apr 03:17
  • New config option direct-read-dynamic-include-regex
  • Driver upgrades

monstache v5.7.5

Choose a tag to compare

@rwynn rwynn released this 02 Apr 03:17
  • New config option direct-read-dynamic-include-regex
  • Driver upgrades

monstache v6.7.4

Choose a tag to compare

@rwynn rwynn released this 06 Feb 01:41
  • Added a match-field-type property to the relate configuration. Valid values for this property are objectId, string, int, long and decimal. If the property is given the value of the src-field will be converted into the type given (if possible) before being used to query against match-field.
  • Dependency and driver upgrades
  • More details logged for Elasticsearch API errors to help determine root cause

monstache v5.7.4

Choose a tag to compare

@rwynn rwynn released this 06 Feb 01:41
  • Added a match-field-type property to the relate configuration. Valid values for this property are objectId, string, int, long and decimal. If the property is given the value of the src-field will be converted into the type given (if possible) before being used to query against match-field.
  • Dependency and driver upgrades
  • More details logged for Elasticsearch API errors to help determine root cause

monstache v6.7.3

Choose a tag to compare

@rwynn rwynn released this 16 Dec 15:04
  • Added a boolean option, resume-from-earliest-timestamp, to automatically select an earliest oplog resume timestamp
  • Reverted automatic cycle detection for relate configs due to a regression in that area. If you configuration cycles you must use a max-depth to avoid deadlock.