From 5bea51cf8fc724615b6ea0eed78c993fe8852c64 Mon Sep 17 00:00:00 2001 From: Harry Bagdi Date: Fri, 24 Apr 2020 16:16:12 -0700 Subject: [PATCH] docs(changelog) document 0.8.0 changes --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af88f69..3e6776a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Table of Contents +- [0.8.0](#080---20200424) - [0.7.1](#071---20200105) - [0.7.0](#070---20191204) - [0.6.0](#060---20190929) @@ -15,6 +16,15 @@ - [0.1.0](#010---20180615) +## [0.8.0] - 2020/04/24 + +- Expose the `prometheus` object for custom metrics + [#78](https://github.com/Kong/kong-plugin-prometheus/pull/78) +- Significant performance enhancements; expect manifolds improvements in + Kong's throughput while using the plugin and reduction in CPU usage while + memory usage is expected to go up. + [#79](https://github.com/Kong/kong-plugin-prometheus/pull/79) + ## [0.7.1] - 2020/01/05 - Fix `full_metric_name` function was not accessible @@ -104,6 +114,7 @@ initialized - Initial release of Prometheus plugin for Kong. +[0.8.0]: https://github.com/Kong/kong-plugin-prometheus/compare/0.7.1...0.8.0 [0.7.1]: https://github.com/Kong/kong-plugin-prometheus/compare/0.7.0...0.7.1 [0.7.0]: https://github.com/Kong/kong-plugin-prometheus/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/Kong/kong-plugin-prometheus/compare/0.5.0...0.6.0