Skip to content

Commit 6cb37a4

Browse files
authored
chore: release v0.9.1 (#114)
1 parent 2bfd40f commit 6cb37a4

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,20 @@ The following emojis are used to highlight certain changes:
1515

1616
### Added
1717

18+
### Changed
19+
20+
### Removed
21+
22+
### Fixed
23+
24+
### Security
25+
26+
## [v0.9.1]
27+
28+
### Added
29+
1830
- Added exporting of routing http client metrics: the endpoint will now include `someguy_routing_http_client_*` metrics when delegated routing clients are used:
19-
- Histogram: the latency of operations by the routing HTTP client:
31+
- Histogram: the latency of operations by the routing HTTP client
2032
- `someguy_routing_http_client_latency_bucket{code,error,host,operation,le}`
2133
- `someguy_routing_http_client_latency_sum{code,error,host,operation}`
2234
- `someguy_routing_http_client_latency_count{code,error,host,operation}`
@@ -26,14 +38,6 @@ The following emojis are used to highlight certain changes:
2638
- `someguy_routing_http_client_length_count{host,operation}`
2739
- See [docs/metrics.md](https://github.com/ipfs/someguy/blob/main/docs/metrics.md) for more details.
2840

29-
### Changed
30-
31-
### Removed
32-
33-
### Fixed
34-
35-
### Security
36-
3741
## [v0.9.0]
3842

3943
### Added

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.9.0"
2+
"version": "v0.9.1"
33
}

0 commit comments

Comments
 (0)