Skip to content

Commit 7c1be19

Browse files
Release 1.6.0
1 parent 2221f53 commit 7c1be19

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff 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

metrics/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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'

0 commit comments

Comments
 (0)