Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 7.05 KB

CHANGELOG.md

File metadata and controls

102 lines (57 loc) · 7.05 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.0 (2024-04-08)

⚠ BREAKING CHANGES

  • Drop support for Node.js v14 Update prom-client to v15 metrics is now an async function
  • drop Node.js 12

Features

  • support Node.js v20 (#78) (1f3e050)
  • upgrade opossum from 5.1.3 to 6.2.1 (#62) (88e13d5)
  • using semistandard and greenkeeper badge removed (bdfe980)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#56) (5c57b1e)

  • upgrade coveralls from 3.1.0 to 3.1.1 (#51) (1bcbaae)

  • upgrade opossum from 5.0.0 to 5.0.1 (#33) (e9e700a)

  • upgrade opossum from 5.0.1 to 5.0.2 (#36) (c45d4b1)

  • upgrade opossum from 5.0.2 to 5.1.0 (#38) (d3f509d)

  • upgrade opossum from 5.1.0 to 5.1.1 (#39) (ae9f69b)

  • upgrade opossum from 5.1.1 to 5.1.2 (#43) (f0c00fe)

  • upgrade opossum from 5.1.2 to 5.1.3 (#44) (78c826b)

  • upgrade standard-version from 9.0.0 to 9.1.0 (#40) (6c694ed)

  • upgrade standard-version from 9.1.0 to 9.3.0 (#49) (d29b608)

  • upgrade tape from 5.0.1 to 5.1.0 (#41) (c51f9d3)

  • upgrade tape from 5.1.0 to 5.1.1 (#42) (d45e86a)

  • upgrade tape from 5.1.1 to 5.2.2 (#50) (ebeeed4)

  • drop Node.js 12 (b14eca3)

0.3.0 (2020-09-02)

Features

  • Providing metric prefix for circuit metrics (#32) (0d85a86)

Bug Fixes

  • upgrade standard-version from 8.0.1 to 8.0.2 (#30) (e8edaa1)

0.2.0 (2020-04-23)

⚠ BREAKING CHANGES

  • Options object is now used to configure custom registry and initial circuits

  • docs: Updates and adds documentation for options object configuration

Features

  • adds option for performance metrics so they can be disabled, default is enabled (#20) (2437eca)
  • Use options object for all configuration (#19) (b353a59)

Bug Fixes

  • upgrade standard-version from 7.0.0 to 7.1.0 (#17) (2b68517)
  • upgrade tape from 4.11.0 to 4.13.2 (#16) (6233d53)

0.1.0 (2020-03-13)

⚠ BREAKING CHANGES

  • Changes event metrics to use labels rather than seporate metrics
  • Changes metrics to use labels for circuit name rather than seporate metrics

Co-authored-by: martlandh HarryMartland@Rentalcars.com

Features

0.0.4 (2019-10-02)

Features

  • add stats (percentiles stats, reponse times) in Prometheus metrics (#10) (712fa2d)

0.0.3 (2019-09-18)

Features

  • allow one circuit to be pass in without an array. (#5) (02ca8f5), closes #4
  • allow to add circuits dynamicaly (#7) (afbaef2)

0.0.2 (2019-08-13)