-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGELOG
More file actions
49 lines (26 loc) · 660 Bytes
/
Copy pathCHANGELOG
File metadata and controls
49 lines (26 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Changelog
## 0.4.0 | 2023-12-26
#### Features
- Add metric to calculate the size of a bucket
#### Chores
- Upgrade dependencies
## 0.3.0 | 2023-08-25
#### Features
- Add global metrics (you can get the count of all files, whatever their prefix are)
#### Chores
- Improve files architectures (prefixed/global metrics)
- Upgrade dependencies
## 0.2.0 | 2023-08-19
#### Features
- Add a new metric `metric-latest-file-size`
- Fix some metric labels
#### Chores
- Upgrade dependencies
## 0.1.3 | 2023-07-29
#### Features
- Allow prefix with dash
## 0.1.2 | 2023-05-17
#### Features
- Pass to Node.js v20
#### Chores
- Upgrade dependencies