Skip to content

Releases: rwynn/monstache

monstache v6.7.6

17 Sep 03:58
Compare
Choose a tag to compare
  • Driver upgrades
  • Report errors for IDs greater than 256 bytes

monstache v5.7.6

17 Sep 03:57
Compare
Choose a tag to compare
  • Driver upgrades
  • Report errors for IDs greater than 256 bytes

monstache v6.7.5

02 Apr 03:17
Compare
Choose a tag to compare
  • New config option direct-read-dynamic-include-regex
  • Driver upgrades

monstache v5.7.5

02 Apr 03:17
Compare
Choose a tag to compare
  • New config option direct-read-dynamic-include-regex
  • Driver upgrades

monstache v6.7.4

06 Feb 01:41
Compare
Choose a tag to compare
  • 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

06 Feb 01:41
Compare
Choose a tag to compare
  • 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

16 Dec 15:04
Compare
Choose a tag to compare
  • 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.

monstache v5.7.3

16 Dec 15:04
Compare
Choose a tag to compare
  • 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.

monstache v6.7.2

06 Dec 16:56
Compare
Choose a tag to compare
  • Upgrade release binaries and docker images to be built with go1.15 (issue #456)
  • Driver and dependency upgrades
  • Detect cycles in relate definitions to avoid infinite loops (issue #429)
  • Detect empty _id value in MongoDB and skip the document instead of submitting infinite bad requests to Elasticsearch (issue #447)
  • Improved error reporting when Monstache features are not supported by paired MongoDB server versions

monstache v5.7.2

06 Dec 16:55
Compare
Choose a tag to compare
  • Upgrade release binaries and docker images to be built with go1.15 (issue #456)
  • Driver and dependency upgrades
  • Detect cycles in relate definitions to avoid infinite loops (issue #429)
  • Detect empty _id value in MongoDB and skip the document instead of submitting infinite bad requests to Elasticsearch (issue #447)
  • Improved error reporting when Monstache features are not supported by paired MongoDB server versions