Releases: rwynn/mongofluxd
Releases · rwynn/mongofluxd
mongofluxd v1.2.1
mongofluxd v1.2.0
- Upgraded MongoDB driver to 1.1.3
- Added alternative resume strategy,
resume-strategy=1
, to support resuming with tokens for MongoDB 3.6 compatibility.
mongofluxd v1.1.1
- Upgrade MongoDB driver to 1.1.1
mongofluxd v1.1.0
- Upgrade MongoDB driver to 1.1.0
mongofluxd v1.0.6
- Upgrade MongoDB driver to 1.0.3
mongofluxd v1.0.5
new release
mongofluxd v1.0.4
- Upgrade mongodb driver to v1.0.2
mongofluxd v1.0.3
- Fix for cursor already in use error
- Performance improvements
mongofluxd v1.0.2
- Upgrade MongoDB driver
- Allow access to entire MongoDB document in go template (under key
Doc
) for measure name
mongofluxd v1.0.0
- Switch to the golang driver from MongoDB
- Fix an issue where change streams were not being enabled properly
- Allow the measurement name to be derived from fields or tags