Skip to content

Latest commit

 

History

History
97 lines (53 loc) · 3.58 KB

CHANGELOG.md

File metadata and controls

97 lines (53 loc) · 3.58 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.2.1 (2024-10-03)

Bug Fixes

2.2.0 (2024-05-08)

Features

  • add support for node coveralls reports (5d05840)
  • support for multiple instances of exporter, multiple registrations of metrics (85fda82)

[2.1.0] 2023-11-19

The detailed changelog can be found here.

Many thanks to the contributors for this release

Added

  • added support for an optional metric name prefix (issue 56)
  • added contribution guidelines

[2.0.0] 2023-10-16

The detailed changelog can be found here.

Changed

  • upgraded mongodb from 5.8.0 to 6.0.0
  • upgraded prom-client from 14.2.0 to 15.0.0
  • added compatibility matrix to documentation
  • introduced Github actions for complete build process
  • added Github actions for build and snyk
  • added renovate to build process

[1.1.1] 2023-08-31

The detailed changelog can be found here.

Security

  • Security upgrade mongodb from 5.7.0 to 5.8.0

[1.1.0] 2023-08-10

The detailed changelog can be found here.

Added

  • Added possibility to specify default labels to be added to each metric

Changed

  • changed internal code structure for better testing
  • increased test coverage

[1.0.1] 2023-08-07

The detailed changelog can be found here.

Changed

  • changed internal code structure for better testing
  • increased test coverage

[1.0.0] 2023-08-03

The detailed changelog can be found here.

Added

  • Added Grafana example dashboard

Fixed

[0.2.0] 2023-08-01

Added

  • Added possibility to specify the buckets for the mongodb_driver_commands_seconds_bucket metric via the new optional parameter MongoDBDriverExporterOptions

Fixed

  • Fixed incorrect calculations of the histogram for the mongodb_driver_commands_seconds_bucket metric. Default buckets are now [0.001, 0.005, 0.010, 0.020, 0.030, 0.040, 0.050, 0.100, 0.200, 0.500, 1.0, 2.0, 5.0, 10] in seconds.