File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,13 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## 0.4.1 - 2026-05-07
9+
10+ Fixed a strict requirement for Tarantool versions in which the ` metrics ` module
11+ does not yet provide full support for Graphite.
912
1013### Fixed
1114
1215- Hard dependency on metrics 1.7.0 version even if Graphite is not used.
1316
14- ## 0.4.0 - 2025 -03-27
17+ ## 0.4.0 - 2026 -03-27
1518
1619This release adds support for ` Graphite ` .
1720
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ local M = {}
66
77-- Сontains the module version.
88-- Requires manual update in case of release commit.
9- M ._VERSION = " 0.4.0 "
9+ M ._VERSION = " 0.4.1 "
1010
1111local DEFAULT_GRAPHITE_SEND_INTERVAL = 2
1212
You can’t perform that action at this time.
0 commit comments