diff --git a/ChangeLog b/ChangeLog index 09839b3..514e54a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Release 2.3.0 - 2026/09/02 + + * in_prometheus: Change default bind address to 127.0.0.1. (#258) + This is incompatible behavior change. + * in_prometheus: Do not disclosure error details for client (#259) + * in_prometheus: Add `ignore_error_log_interval` parameter to suppress repeated error logs (#259,#264) + This introduces the log throttling feature. + * filter_prometheus: Do not let placeholders built from records override the tag ones (#262) + * out_prometheus: Fix a bug that a failing record never reached to @ERROR (#263) + * Support `max_series_per_metric` to limit label sets cardinarity. (#265) + * Refuse wrong which cannot fit into `max_series_per_metric` (#266,#267) + This blocks `max_series_per_metric` mis-configuration on startup. + Release 2.2.2 - 2026/03/27 * in_prometheus: fix: Add IPv6 support for bind parameter (#240) diff --git a/fluent-plugin-prometheus.gemspec b/fluent-plugin-prometheus.gemspec index 7e96d54..00572e3 100644 --- a/fluent-plugin-prometheus.gemspec +++ b/fluent-plugin-prometheus.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "fluent-plugin-prometheus" - spec.version = "2.2.2" + spec.version = "2.3.0" spec.authors = ["Masahiro Sano"] spec.email = ["sabottenda@gmail.com"] spec.summary = %q{A fluent plugin that collects metrics and exposes for Prometheus.}