Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

59 lines (43 loc) · 2.16 KB

Table of Contents

0.3.4 - 2018/12/17

  • Drop the use of kong.tools.responses module for Kong 1.0 compatibility. #34

0.3.3 - 2018/12/14

  • Do not attempt to send HTTP status code after the body has been sent while serving /metrics. This would result in error being logged in Kong. #33

0.3.2 - 2018/11/01

  • Fix a nil pointer de-reference bug when no routes are matched in Kong. #28

0.3.1 - 2018/10/17

  • Fix bugs introduced in 0.3.0 due to incorrect PDK function calls Thank you @kikito for the fix! #26

0.3.0 - 2018/10/15

  • This release has no user facing changes but has under the hood changes for upcoming Kong 1.0.0 release.
  • Migrated schema and API endpoint of the plugin to the new DAO and use PDK functions where possible. Thank you @kikito for the contribution! #24

0.2.0 - 2018/09/24

  • ⚠️ Dropped metrics that were aggregated across services in Kong. These metrics can be obtained much more efficiently using queries in Prometheus. #8

0.1.0 - 2018/06/15

  • Initial release of Prometheus plugin for Kong.