Skip to content

Releases: rwynn/monstache

monstache v5.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.

monstache v6.7.2

Choose a tag to compare

@rwynn rwynn released this 06 Dec 16:56
  • 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

Choose a tag to compare

@rwynn rwynn released this 06 Dec 16:55
  • 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 v6.7.1

Choose a tag to compare

@rwynn rwynn released this 09 Nov 22:29
  • Driver upgrades
  • Add support for MongoDB built in find functions in filters

monstache v5.7.1

Choose a tag to compare

@rwynn rwynn released this 09 Nov 22:28
  • Driver upgrades
  • Add support for MongoDB built in find functions in filters

monstache v6.7.0

Choose a tag to compare

@rwynn rwynn released this 29 Jul 15:27
  • Improved error handling
  • New boolean option direct-read-stateful allows one to record and skip previously completed direct reads on restart
  • New feature to read configuration values from files specified in environment variables
  • Driver upgrades
  • Allow Elasticsearch pipeline name to be specified in the mapping configuration

monstache v5.7.0

Choose a tag to compare

@rwynn rwynn released this 29 Jul 15:26
  • Improved error handling
  • New boolean option direct-read-stateful allows one to record and skip previously completed direct reads on restart
  • New feature to read configuration values from files specified in environment variables
  • Driver upgrades
  • Allow Elasticsearch pipeline name to be specified in the mapping configuration

monstache v6.6.0

Choose a tag to compare

@rwynn rwynn released this 24 Jun 01:33
  • Upgrade MongoDB go driver to version 1.3.4
  • Add support for Elasticsearch client certificate authentication

monstache v5.6.0

Choose a tag to compare

@rwynn rwynn released this 24 Jun 01:32
  • Upgrade MongoDB go driver to version 1.3.4
  • Add support for Elasticsearch client certificate authentication

monstache v6.5.5

Choose a tag to compare

@rwynn rwynn released this 21 May 03:15
  • Improvements to change stream error handling
  • Add option to disable PEM validation via environment variables
  • Upgrade MongoDB and Elasticsearch drivers