File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+ ### Fixed
13
+
14
+ ### Changed
15
+
16
+ ## 0.3.0 - 2024-12-27
17
+
18
+ This release adds TLS support with ` listen ` configuration parameter.
19
+
20
+ ### Added
21
+
12
22
- Support TLS for ` listen ` parameter (#26 ).
13
23
14
24
### Fixed
15
25
16
26
- Update Tarantool dependency to ` >=3.0.2 ` (#25 ).
17
27
18
- ### Changed
19
-
20
28
## 0.2.0 - 2024-10-02
21
29
22
30
The release introduces the integration with ` httpd ` role and latency observation for http
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ from Tarantool 3. For now only export via HTTP is supported.
14
14
``` Lua
15
15
dependencies = {
16
16
...
17
- ' metrics-export-role == 0.2 .0-1' ,
17
+ ' metrics-export-role == 0.3 .0-1' ,
18
18
...
19
19
}
20
20
```
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ local M = {}
6
6
7
7
-- Сontains the module version.
8
8
-- Requires manual update in case of release commit.
9
- M ._VERSION = " 0.2 .0"
9
+ M ._VERSION = " 0.3 .0"
10
10
11
11
local function is_array (tbl )
12
12
assert (type (tbl ) == " table" , " a table expected" )
You can’t perform that action at this time.
0 commit comments