File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99### Added
1010
11- - ` tnt_memory ` metric.
12- - ` tnt_memory_virt ` metric.
13- - ` tnt_schema_needs_upgrade ` metric.
14-
1511### Changed
1612
1713### Fixed
1814
19- - Fixed a potential ` process ` metrics error when ` fio.read ` returns an empty string or an error.
15+ ### Removed
16+
17+ # [ 1.6.0] - 2025-10-14
18+
19+ This release adds new ` memory ` and ` schema ` metrics.
20+
21+ ### Added
22+
23+ - ` tnt_memory ` metric (#519 ).
24+ - ` tnt_memory_virt ` metric (#521 ).
25+ - ` tnt_schema_needs_upgrade ` metric (#524 ).
26+
27+ ### Fixed
28+
29+ - Fixed a potential ` process ` metrics error when ` fio.read ` returns an empty string or an error (#527 ).
2030
2131# [ 1.5.0] - 2025-08-13
2232
Original file line number Diff line number Diff line change 11-- Сontains the module version.
22-- Requires manual update in case of release commit.
33
4- return ' 1.5 .0'
4+ return ' 1.6 .0'
You can’t perform that action at this time.
0 commit comments