Releases: rwynn/monstache
Releases · rwynn/monstache
monstache v5.5.4
- Fix an issue generating index names for time machine indexes
- Improving change stream error handling and recovery
monstache v4.19.5
- Fix an issue generating index names for time machine indexes
monstache v3.26.5
- Fix an issue generating index names for time machine indexes
monstache v6.5.3
- Driver and dependency upgrades
- Fall back to use serverStatus command to get timestamp if replSetGetStatus fails
- Better scoping on index deletion if MongoDB database is dropped
monstache v5.5.3
- Driver and dependency upgrades
- Fall back to use serverStatus command to get timestamp if replSetGetStatus fails
- Better scoping on index deletion if MongoDB database is dropped
monstache v6.5.2
- Fix noisy errors on findOne from javascript when document not found
- Add
dot-notation
boolean option underrelate
to support nested queries using dot notation - Build with go 1.14
- Upgrade docker images
- Upgrade MongoDB go driver to 1.3.1
monstache v5.5.2
- Fix noisy errors on findOne from javascript when document not found
- Add
dot-notation
boolean option underrelate
to support nested queries using dot notation - Build with go 1.14
- Upgrade docker images
- Upgrade MongoDB go driver to 1.3.1
monstache v4.19.4
- Fix noisy errors on findOne from javascript when document not found
- Add
dot-notation
boolean option underrelate
to support nested queries using dot notation - Build with go 1.14
- Upgrade docker images
monstache v3.26.4
- Fix noisy errors on findOne from javascript when document not found
- Add
dot-notation
boolean option underrelate
to support nested queries using dot notation - Build with go 1.14
- Upgrade docker images
monstache v6.5.1
- Upgrade MongoDB driver to 1.3.0
- Upgrade docker images and go runtime