Skip to content

Releases: rwynn/mongofluxd

mongofluxd v0.8.1

02 Apr 21:32
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Build with go 1.12.1

mongofluxd v0.8.0

11 Feb 02:36
Compare
Choose a tag to compare
  • Add ability to override the target influxdb database of a measurement. Previously, mongofluxd would always use the MongoDB database name as the InfluxDB database name.
  • Fixed an issue for a combination of MongoDB views, direct reads, and an implicit measurement name

mongofluxd v0.7.1

05 Feb 22:00
Compare
Choose a tag to compare
  • Change stream performance improvements

mongofluxd v0.7.0

01 Feb 19:59
Compare
Choose a tag to compare
  • Performance enhancements

mongofluxd v0.6.2

27 Nov 02:49
Compare
Choose a tag to compare
  • Set read / write timeouts for the MongoDB driver

mongofluxd v0.6.1

18 Oct 17:24
Compare
Choose a tag to compare
  • updated dependencies

mongofluxd v0.6.0

26 Sep 04:33
Compare
Choose a tag to compare

Changes

  • add support for MongoDB change streams and views
  • build with golang 1.11

mongofluxd v0.5.1

16 Apr 21:12
Compare
Choose a tag to compare

Changes

  • fix for issue #1
  • build with golang 1.10.1

mongofluxd v0.5.0

17 Mar 15:09
Compare
Choose a tag to compare

Changes

  • upgrade gtm library

mongofluxd v0.3.0

15 Mar 21:27
Compare
Choose a tag to compare

Changes

  • add support for go 1.8 plugins