opnsense-exporter/vendor/github.com/go-logfmt/logfmt/CHANGELOG.md
ihatemodels 24e8161262 Add initial project structure
- add base structure
 - unify the proto metrics creation and propagation
 - implement arp and openvpn
 - refactor to meet the prom exporter standart
 - add instance label to the metrics
 - refactor the call chain
 - add gateway, unbound_dns and openvpn implementations
 - add gateway stuff
 - structure refactor; mod clean; cron implementation
 - implement cron in the collector; refactor utils in the opnsense package

refactor names and implement option functions to disable collectorInstances

add GH action workflows

Create codeql.yml

- clean

fix stuff
2023-11-26 16:06:03 +02:00

1.5 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.5.0 - 2020-01-03

Changed

  • Remove the dependency on github.com/kr/logfmt by @ChrisHines
  • Move fuzz code to github.com/go-logfmt/fuzzlogfmt by @ChrisHines

0.4.0 - 2018-11-21

Added

Changed

  • Drop invalid runes from keys instead of returning ErrInvalidKey by @ChrisHines
  • On panic while printing, attempt to print panic value by @bboreham

0.3.0 - 2016-11-15

Added

  • Pool buffers for quoted strings and byte slices by @nussjustin

Fixed

  • Fuzz fix, quote invalid UTF-8 values by @judwhite

0.2.0 - 2016-05-08

Added

0.1.0 - 2016-03-28

Added