Skip to content

Commit

Permalink
Updated changelog [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mweirauch committed Nov 3, 2019
1 parent 8698ef1 commit d7b6e87
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Change Log
# Changelog

## [0.2.0](https://github.com/mweirauch/micrometer-jvm-extras/tree/0.2.0) (2019-11-03)

[Full Changelog](https://github.com/mweirauch/micrometer-jvm-extras/compare/0.1.4...0.2.0)

This release removes support for the proportional set size metrics 'pss' and 'swappss'. They were quite expensive to collect and added to the metrics collection overhead quite noticeably with a CPU usage and memory allocation penalty. The go-to metrics 'rss' and 'swap' are still there of course.


**Implemented enhancements:**

- Sonar code analysis recommendations [\#47](https://github.com/mweirauch/micrometer-jvm-extras/pull/47) ([mweirauch](https://github.com/mweirauch))
- Drop support for proportional set size metrics \(pss, swappss\) [\#46](https://github.com/mweirauch/micrometer-jvm-extras/pull/46) ([mweirauch](https://github.com/mweirauch))

**Merged pull requests:**

- Bump mockito-core from 2.28.2 to 3.1.0 [\#43](https://github.com/mweirauch/micrometer-jvm-extras/pull/43) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump micrometer-core from 1.1.6 to 1.1.7 [\#42](https://github.com/mweirauch/micrometer-jvm-extras/pull/42) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump micrometer-core from 1.1.5 to 1.1.6 [\#41](https://github.com/mweirauch/micrometer-jvm-extras/pull/41) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump guava-testlib from 28.0-jre to 28.1-jre [\#40](https://github.com/mweirauch/micrometer-jvm-extras/pull/40) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump slf4j.version from 1.7.27 to 1.7.28 [\#39](https://github.com/mweirauch/micrometer-jvm-extras/pull/39) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump slf4j.version from 1.7.26 to 1.7.27 [\#38](https://github.com/mweirauch/micrometer-jvm-extras/pull/38) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump basepom-oss from 28 to 29 [\#35](https://github.com/mweirauch/micrometer-jvm-extras/pull/35) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump micrometer-core from 1.1.4 to 1.1.5 [\#33](https://github.com/mweirauch/micrometer-jvm-extras/pull/33) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump guava-testlib from 27.1-jre to 28.0-jre [\#32](https://github.com/mweirauch/micrometer-jvm-extras/pull/32) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))

## [0.1.4](https://github.com/mweirauch/micrometer-jvm-extras/tree/0.1.4) (2019-06-07)

[Full Changelog](https://github.com/mweirauch/micrometer-jvm-extras/compare/0.1.3...0.1.4)

**Implemented enhancements:**
Expand Down Expand Up @@ -28,6 +53,7 @@
- Bump micrometer-core from 1.1.1 to 1.1.2 [\#13](https://github.com/mweirauch/micrometer-jvm-extras/pull/13) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))

## [0.1.3](https://github.com/mweirauch/micrometer-jvm-extras/tree/0.1.3) (2019-01-08)

[Full Changelog](https://github.com/mweirauch/micrometer-jvm-extras/compare/0.1.2...0.1.3)

**Merged pull requests:**
Expand All @@ -41,13 +67,15 @@
- Travis CI updates [\#6](https://github.com/mweirauch/micrometer-jvm-extras/pull/6) ([mweirauch](https://github.com/mweirauch))

## [0.1.2](https://github.com/mweirauch/micrometer-jvm-extras/tree/0.1.2) (2017-11-06)

[Full Changelog](https://github.com/mweirauch/micrometer-jvm-extras/compare/0.1.1...0.1.2)

**Merged pull requests:**

- update to micrometer-core:1.0.0-rc.3 [\#5](https://github.com/mweirauch/micrometer-jvm-extras/pull/5) ([mweirauch](https://github.com/mweirauch))

## [0.1.1](https://github.com/mweirauch/micrometer-jvm-extras/tree/0.1.1) (2017-10-08)

[Full Changelog](https://github.com/mweirauch/micrometer-jvm-extras/compare/0.1.0...0.1.1)

**Implemented enhancements:**
Expand All @@ -65,5 +93,8 @@

## [0.1.0](https://github.com/mweirauch/micrometer-jvm-extras/tree/0.1.0) (2017-09-20)

[Full Changelog](https://github.com/mweirauch/micrometer-jvm-extras/compare/32e6a76ced2684420fce441e98b50d84d7b5ec3f...0.1.0)



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 comments on commit d7b6e87

Please sign in to comment.