Releases: rwynn/monstache
Releases · rwynn/monstache
Release list
monstache v5.7.8
monstache v6.7.7
monstache v5.7.7
monstache v6.7.6
- Driver upgrades
- Report errors for IDs greater than 256 bytes
monstache v5.7.6
- Driver upgrades
- Report errors for IDs greater than 256 bytes
monstache v6.7.5
- New config option
direct-read-dynamic-include-regex - Driver upgrades
monstache v5.7.5
- New config option
direct-read-dynamic-include-regex - Driver upgrades
monstache v6.7.4
- 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
- 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
- Added a boolean option,
resume-from-earliest-timestamp, to automatically select an earliest oplog resume timestamp - Reverted automatic cycle detection for
relateconfigs due to a regression in that area. If you configuration cycles you must use a max-depth to avoid deadlock.