Skip to content

Releases: rwynn/monstache

monstache v5.5.0

23 Jan 02:27
Compare
Choose a tag to compare
  • Upgrade MongoDB driver to 1.2.1
  • Improve the support for AWS credentials and request signing

monstache v4.19.3

04 Jan 01:32
Compare
Choose a tag to compare
  • Fix panic at shutdown

monstache v3.26.3

04 Jan 01:31
Compare
Choose a tag to compare
  • Fix panic at shutdown

monstache v6.4.3

21 Dec 16:30
Compare
Choose a tag to compare
  • Upgrade MongoDB driver to 1.2.0

monstache v5.4.3

21 Dec 16:30
Compare
Choose a tag to compare
  • Upgrade MongoDB go driver to 1.2.0

monstache v6.4.2

14 Dec 04:15
Compare
Choose a tag to compare
  • Reduce DuplicateKey errors in the MongoDB logs when cluster mode is enabled

monstache v5.4.2

14 Dec 04:14
Compare
Choose a tag to compare
  • Reduce DuplicateKey errors in the MongoDB logs when cluster mode is enabled

monstache v6.4.1

24 Nov 20:48
Compare
Choose a tag to compare
  • Improve resume performance
  • Validate resume configuration and report errors

monstache v5.4.1

24 Nov 20:47
Compare
Choose a tag to compare
  • Improve resume performance
  • Validate resume configuration and report errors

monstache v6.4.0

21 Nov 03:49
Compare
Choose a tag to compare
  • Added an alternative resume strategy based on tokens instead of timestamps.
  • Resuming change streams with tokens is required for MongoDB API 3.6 (e.g. with Amazon DocumentDB).
  • The strategy saves tokens to monstache.tokens collection by default.
  • Enable MongoDB 3.6 compatible token based resume by setting resume-strategy=1.