Skip to content

Commit 921efdc

Browse files
Release 1.7.0
1 parent de1de78 commit 921efdc

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
### Removed
16+
17+
# [1.7.0] - 2026-03-27
18+
19+
This release adds to the `graphite` plugin ability to send metrics
20+
to the multiple servers and hide replication metrics of the deleted
21+
replica.
22+
23+
### Added
24+
1125
- `graphite`: ability to send metrics to the multiple servers.
1226
Backward compatibility with previous plugin version is preserved.
1327
From now on `init` method assigns an unique name to the created fiber
1428
using incoming graphite server `opts` (if passed). Added new `stop()`
15-
method to stop all fibers started by the plugin.
16-
17-
### Changed
29+
method to stop all fibers started by the plugin (#540).
1830

1931
### Fixed
2032

2133
- Deleting a replica via `box.space._cluster:delete()` doesn't delete
2234
information about this replica from the metrics (it's gone only
23-
after cluster is restarted).
24-
25-
### Removed
35+
after cluster is restarted) (#538).
2636

2737
# [1.6.2] - 2025-12-17
2838

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.6.2'
4+
return '1.7.0'

0 commit comments

Comments
 (0)