Skip to content

Releases: logzio/jmx2graphite

1.7.0

20 Sep 15:19
fbeaba8
Compare
Choose a tag to compare

Changes

  • Upgrade project dependencies and remove IntelliJ warnings (#130) @asafm
  • [SECURITY] Fix Temporary Directory Hijacking or Information Disclosure Vulnerability (#128) @JLLeitschuh
  • [Snyk] Upgrade org.apache.logging.log4j:log4j-slf4j-impl from 2.17.1 to 2.17.2 (#122) @snyk-bot
  • [Snyk] Upgrade org.slf4j:slf4j-api from 1.7.35 to 1.7.36 (#121) @snyk-bot

Breaking Changes

  • Fix metric name sanitization (#129) @luneo7
    This PR changes the way we write metrics that do not conform with Graphite syntax. In the previous version, we have a way to encode the special characters, yet now we chose a better way. See the PR description for more details.

1.6.2

27 Feb 10:34
99f266c
Compare
Choose a tag to compare

Changes

Changes

  • URL Encode unsupported characters by Graphite (#106) @bbranquinho
  • Fix to have release drafter run on main branch and not master (#112) @asafm
  • Fix tag name #2 (#115) @asafm
  • [Snyk] Upgrade org.slf4j:slf4j-api from 1.7.33 to 1.7.35 (#119) @snyk-bot
  • [Snyk] Upgrade com.typesafe:config from 1.4.1 to 1.4.2 (#120) @snyk-bot
  • [Snyk] Upgrade org.slf4j:slf4j-api from 1.7.32 to 1.7.33 (#117) @snyk-bot

Libraries Upgrades

  • [Snyk] Upgrade commons-io:commons-io from 2.7 to 2.11.0 (#102) @snyk-bot
  • [Snyk] Upgrade commons-codec:commons-codec from 1.13 to 1.15 (#103) @snyk-bot
  • [Snyk] Upgrade com.fasterxml.jackson.core:jackson-core from 2.13.0 to 2.13.1 (#107) @snyk-bot
  • [Snyk] Security upgrade com.fasterxml.jackson.core:jackson-databind from 2.13.0 to 2.13.1 (#104) @snyk-bot
  • [Snyk] Fix for 1 vulnerabilities (#105) @snyk-bot

1.5.2

20 Dec 08:28
0bbf6dd
Compare
Choose a tag to compare

Notes

This release was mainly targeted at addressing Log4j CVE (again) and updating dependencies while at it.

Changes

  • [Snyk] Upgrade org.slf4j:slf4j-api from 1.7.25 to 1.7.32 (#97) @snyk-bot
  • [Snyk] Upgrade net.jodah:failsafe from 2.4.0 to 2.4.4 (#98) @snyk-bot
  • [Snyk] Upgrade commons-lang:commons-lang from 2.3 to 2.6 (#99) @snyk-bot
  • [Snyk] Security upgrade org.apache.logging.log4j:log4j-core from 2.16.0 to 2.17.0 (#100) @snyk-bot
  • [Snyk] Fix for 4 vulnerabilities (#90) @snyk-bot
  • [Snyk] Upgrade com.fasterxml.jackson.core:jackson-databind from 2.11.1 to 2.13.0 (#91) @snyk-bot
  • [Snyk] Upgrade com.fasterxml.jackson.core:jackson-core from 2.11.1 to 2.13.0 (#92) @snyk-bot
  • [Snyk] Security upgrade org.apache.httpcomponents:fluent-hc from 4.5.9 to 4.5.13 (#94) @snyk-bot
  • [Snyk] Fix for 1 vulnerabilities (#95) @snyk-bot
  • [Snyk] Upgrade io.dropwizard.metrics:metrics-graphite from 3.1.2 to 3.2.6 (#93) @snyk-bot
  • [Snyk] Upgrade com.typesafe:config from 1.3.0 to 1.4.1 (#96) @snyk-bot

1.5.1

12 Dec 14:14
0f602c5
Compare
Choose a tag to compare

Changes

What's Changed

  • Bump log4j and testcontainers to avoid log4j CVE by @snyk-bot in #89

New Contributors

Full Changelog: v1.5.0...1.5.1

1.5.0

03 Jan 21:43
Compare
Choose a tag to compare

Bug Fixes

  • Fixes "If graphite host resolves to a different IP jmx2graphite fails forever"(#6)

CI

  • Added Build check using GitHub Actions
  • Added Release job using GitHub Actions to automate the release process both to GitHub release and DockerHub

v1.4.4

05 Jul 12:11
115c03b
Compare
Choose a tag to compare

org.apache.logging.log4j:log4j-core:2.13.3
org.apache.logging.log4j:log4j-slf4j-impl:2.13.3
com.fasterxml.jackson.core:jackson-databind:2.11.1
com.fasterxml.jackson.core:jackson-core:2.11.1
com.google.guava:guava:29.0-jre
commons-codec:commons-codec:1.12

v1.4.3

10 Mar 10:14
7a1da02
Compare
Choose a tag to compare

com.fasterxml.jackson.core:jackson-databind:2.9.10.3

v1.4.2

10 Feb 11:16
738d7f0
Compare
Choose a tag to compare

com.fasterxml.jackson.core:jackson-databind:2.9.10.2

v1.4.1

06 Nov 08:51
d1772e6
Compare
Choose a tag to compare

Upgrade dependencies for this version

v1.4.0

22 Sep 14:52
2a7190a
Compare
Choose a tag to compare

This release supports black-list and white-list filtering